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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSrcP.h127 char* _XawTextWCToMB(
H A DTextSrc.c582 /* _XawTextWCToMB():
594 _XawTextWCToMB( d, wstr, len_in_out ) function
H A DMultiSrc.c139 extern char *_XawTextWCToMB();
1056 mb_string = _XawTextWCToMB( XtDisplayOfObject( (Widget)src ),
H A DTextAction.c1718 temp_len = text.length; /* _XawTextWCToMB's 3rd arg is in_out */
1719 if ( _XawTextWCToMB( XtDisplay(w), (wchar_t*)text.ptr, &temp_len ) == NULL ) {

Completed in 27 milliseconds