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

  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
iconv.c 172 unsigned char totype = tomap[-1]; local
316 if (totype-0300U > 8) k = 2;
317 else k = "\10\4\4\10\4\4\10\2\4"[totype-0300];
377 switch (totype) {
398 if (c < 128+totype) {
405 for (c=0; c<128-totype; c++) {
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);
435 put_32((void *)*out, c, totype);
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/musl-locale/
iconv.c 172 unsigned char totype = tomap[-1]; local
316 if (totype-0300U > 8) k = 2;
317 else k = "\10\4\4\10\4\4\10\2\4"[totype-0300];
377 switch (totype) {
398 if (c < 128+totype) {
405 for (c=0; c<128-totype; c++) {
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);
435 put_32((void *)*out, c, totype);
    [all...]

Completed in 86 milliseconds