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

  /ndk/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def     [all...]

Completed in 1043 milliseconds