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

  /external/icu/icu4c/source/common/
ucnvmbcs.h 379 const uint16_t *fromUnicodeTable;
ucnvisci.c 414 static const uint16_t fromUnicodeTable[128]={
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetISCII.java 330 private static final char fromUnicodeTable[] = {
    [all...]
CharsetMBCS.java 81 char fromUnicodeTable[]; // stage1, and for MBCS_OUTPUT_1 also contains stage2
121 * t.toUFallbacks; fromUnicodeTable = t.fromUnicodeTable; fromUnicodeBytes = t.fromUnicodeBytes;
470 // mbcsTable.sbcsIndex[i] = mbcsTable.fromUnicodeTable[mbcsTable.fromUnicodeTable[i>>4]+((i<<2)&0x3c)];
521 table = mbcsTable.fromUnicodeTable;
595 char[] stage1 = mbcsTable.fromUnicodeTable;
598 // Indexes into stage 2 count from the bottom of the fromUnicodeTable.
    [all...]

Completed in 104 milliseconds