HomeSort by: relevance | last modified time | path
    Searched refs:_XawTextMBToWC (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextSrcP.h 175 wchar_t* _XawTextMBToWC
  /xsrc/external/mit/libXaw/dist/src/
MultiSrc.c 393 text.length = u_text_p->length; /* _XawTextMBToWC converts this
397 text.ptr = (char*)_XawTextMBToWC(XtDisplay(XtParent(w)),
724 wtarget = _XawTextMBToWC(d, &text->ptr[text->firstPos], &wtarget_len);
1192 (void)_XawTextMBToWC(d, (char *)src->multi_src.string, &length);
1301 * This is tricky - the _XawTextMBtoWC converter uses its 3rd arg
1313 local_str = _XawTextMBToWC(d, (char *)string, &local_length);
1323 local_str = _XawTextMBToWC(d, (char *)src->multi_src.string,
1339 local_str = _XawTextMBToWC(d, temp_mb_holder, &local_length);
1359 local_str = _XawTextMBToWC(d, err_text, &local_length);
TextSrc.c 1555 /* _XawTextMBToWC():
1565 _XawTextMBToWC(Display *d, char *str, int *len_in_out)
TextAction.c 3314 text.ptr = (char*)_XawTextMBToWC(XtDisplay(w), text.ptr,

Completed in 7 milliseconds