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

/xsrc/external/mit/libX11/dist/modules/lc/def/
H A DlcDefConv.c60 Bool (*MBtoWC) (State state, const char *ch, wchar_t *wc); member in struct:_StateRec
164 if (state->MBtoWC (state, src++, dst)) {
532 if (state->MBtoWC (state, &ch, dst)) {
611 state->MBtoWC = &MBtoWCstd;
614 state->MBtoWC = &MBtoWCdef;

Completed in 3 milliseconds