Searched refs:get_16 (Results 1 – 3 of 3) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/locale/ |
D | iconv.c | 168 static unsigned get_16(const unsigned char *s, int e) in get_16() function 287 c = get_16((void *)*in, type); in iconv() 293 d = get_16((void *)(*in + 2), type); in iconv() 303 c = get_16((void *)*in, 0); in iconv()
|
/third_party/musl/src/locale/ |
D | iconv.c | 168 static unsigned get_16(const unsigned char *s, int e) in get_16() function 286 c = get_16((void *)*in, type); in iconv() 292 d = get_16((void *)(*in + 2), type); in iconv() 302 c = get_16((void *)*in, 0); in iconv()
|
/third_party/musl/porting/uniproton/kernel/src/locale/ |
D | iconv.c | 168 static unsigned get_16(const unsigned char *s, int e) in get_16() function 287 c = get_16((void *)*in, type); in iconv() 293 d = get_16((void *)(*in + 2), type); in iconv() 303 c = get_16((void *)*in, 0); in iconv()
|