Home | Sort by: relevance | last modified time | path |
/src/lib/libc/locale/ | |
mbrtoc32.c | 110 char utf32le[MB_LEN_MAX]; local in function:mbrtoc32_l 204 dst = utf32le; 205 dstleft = sizeof(utf32le); 220 c32 = le32dec(utf32le); |
c32rtomb.c | 95 char utf32le[4]; local in function:c32rtomb_l 161 le32enc(utf32le, c32); 162 src = utf32le; 163 srcleft = sizeof(utf32le); |