Searched defs:fromUnicodeTable (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducnvmbcs.h379 const uint16_t *fromUnicodeTable; member in struct:UConverterMBCSTable
H A Ducnvisci.c414 static const uint16_t fromUnicodeTable[128]={ variable
1003 targetByteUnit=fromUnicodeTable[(uint8_t)sourceChar];
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetISCII.java330 private static final char fromUnicodeTable[] = { field in class:CharsetISCII
1315 targetByteUnit = fromUnicodeTable[(short)sourceChar & UConverterConstants.UNSIGNED_BYTE_MASK];
H A DCharsetMBCS.java81 char fromUnicodeTable[]; // stage1, and for MBCS_OUTPUT_1 also contains stage2 field in class:CharsetMBCS.UConverterMBCSTable
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.
972 table = mbcsTable.fromUnicodeTable;
2902 table = sharedData.mbcs.fromUnicodeTable;
[all...]

Completed in 96 milliseconds