Searched refs:_XawTextMBToWC (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSrcP.h135 wchar_t* _XawTextMBToWC(
H A DMultiSrc.c138 extern wchar_t* _XawTextMBToWC();
316 text.length = u_text_p->length; /* _XawTextMBToWC converts this to wchar len. */
318 text.ptr = (char*)_XawTextMBToWC( XtDisplay(XtParent(w)),
638 wtarget = _XawTextMBToWC( d, &text->ptr[ text->firstPos ], &wtarget_len );
1097 (void) _XawTextMBToWC(d, src->multi_src.string, &length);
1216 local_str = _XawTextMBToWC(d, (char *)string, &local_length);
1225 local_str = _XawTextMBToWC( d, (char*)src->multi_src.string, &local_length );
1239 local_str = _XawTextMBToWC(d, temp_mb_holder, &local_length);
1258 local_str = _XawTextMBToWC(d, err_text, &local_length);
H A DTextSrc.c613 /* _XawTextMBToWC():
623 wchar_t* _XawTextMBToWC( d, str, len_in_out ) function
H A DTextAction.c1704 text.ptr = (char*) _XawTextMBToWC( XtDisplay(w), text.ptr,

Completed in 19 milliseconds