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

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterDataReader.java 512 // For example: unicodeCodeUnits, fromUnicodeTable, fromUnicodeInts.
535 mbcsTable.fromUnicodeTable = new char[fromUTableCharsLength];
536 charBuffer.get(mbcsTable.fromUnicodeTable);
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...]
CharsetISCII.java 329 private static final char fromUnicodeTable[] = {
    [all...]
CharsetISO2022.java 280 table = sharedData.mbcs.fromUnicodeTable;
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.cpp     [all...]
ucnvmbcs.h 381 const uint16_t *fromUnicodeTable;
ucnvisci.cpp 420 static const uint16_t fromUnicodeTable[128]={
    [all...]
ucnv2022.cpp     [all...]

Completed in 193 milliseconds