Home
last modified time | relevance | path

Searched refs:put_16 (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/locale/
Diconv.c174 static void put_16(unsigned char *s, unsigned c, int e) in put_16() function
646 put_16((void *)*out, c, totype); in iconv()
653 put_16((void *)*out, (c>>10)|0xd800, totype); in iconv()
654 put_16((void *)(*out + 2), (c&0x3ff)|0xdc00, totype); in iconv()
/third_party/musl/src/locale/
Diconv.c174 static void put_16(unsigned char *s, unsigned c, int e) in put_16() function
645 put_16((void *)*out, c, totype); in iconv()
652 put_16((void *)*out, (c>>10)|0xd800, totype); in iconv()
653 put_16((void *)(*out + 2), (c&0x3ff)|0xdc00, totype); in iconv()
/third_party/musl/porting/uniproton/kernel/src/locale/
Diconv.c174 static void put_16(unsigned char *s, unsigned c, int e) in put_16() function
646 put_16((void *)*out, c, totype); in iconv()
653 put_16((void *)*out, (c>>10)|0xd800, totype); in iconv()
654 put_16((void *)(*out + 2), (c&0x3ff)|0xdc00, totype); in iconv()