HomeSort by relevance Sort by last modified time
    Searched defs:put_16 (Results 1 - 2 of 2) sorted by null

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

Completed in 47 milliseconds