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 381 const uint16_t *fromUnicodeTable;
ucnvisci.cpp 420 static const uint16_t fromUnicodeTable[128]={
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetISCII.java 329 private static final char fromUnicodeTable[] = {
    [all...]
CharsetMBCS.java 80 char fromUnicodeTable[]; // stage1, and for MBCS_OUTPUT_1 also contains stage2
120 * t.toUFallbacks; fromUnicodeTable = t.fromUnicodeTable; fromUnicodeBytes = t.fromUnicodeBytes;
465 // mbcsTable.sbcsIndex[i] = mbcsTable.fromUnicodeTable[mbcsTable.fromUnicodeTable[i>>4]+((i<<2)&0x3c)];
515 table = mbcsTable.fromUnicodeTable;
589 char[] stage1 = mbcsTable.fromUnicodeTable;
592 // Indexes into stage 2 count from the bottom of the fromUnicodeTable.
    [all...]

Completed in 102 milliseconds