Searched refs:utf8_wctomb (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/ |
| H A D | utf8.h | 81 utf8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) /* n == 0 is acceptable */ function in typeref:typename:int
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | lcUTF8.c | 220 utf8_mbtowc, utf8_wctomb 353 utf8_mbtowc, utf8_wctomb 438 count = utf8_wctomb(NULL, dst, wc, dstend-dst); 442 count = utf8_wctomb(NULL, dst, BAD_WCHAR, dstend-dst); 890 int count = utf8_wctomb(NULL, dst, *src, dstend-dst); 1092 int count = utf8_wctomb(NULL, dst, *src, dstend-dst); 1240 int count = utf8_wctomb(NULL, dst, *src, dstend-dst); 1244 count = utf8_wctomb(NULL, dst, BAD_WCHAR, dstend-dst);
|
Completed in 5 milliseconds