| lcUTF8.c | 134 int (* wctocs) (XlcConv, unsigned char *, ucs4_t, int); member in struct:_Utf8ConvRec 567 count = convptr->wctocs(conv, r, wc, n); 577 count = convptr->wctocs(conv, r, wc, n); 939 return (XPointer) convptr->wctocs; 990 count = convptr->wctocs(conv, r, wc, n);
|