Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/musl-locale/
Diconv.c132 static void put_16(unsigned char *s, unsigned c, int e) in put_16() function
420 put_16((void *)*out, c, totype); in iconv()
427 put_16((void *)*out, (c>>10)|0xd800, totype); in iconv()
428 put_16((void *)(*out + 2), (c&0x3ff)|0xdc00, totype); in iconv()