Searched refs:fromUnicodeTable (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterDataReader.java512 // For example: unicodeCodeUnits, fromUnicodeTable, fromUnicodeInts.
535 mbcsTable.fromUnicodeTable = new char[fromUTableCharsLength];
536 charBuffer.get(mbcsTable.fromUnicodeTable);
H A DCharsetMBCS.java80 char fromUnicodeTable[]; // stage1, and for MBCS_OUTPUT_1 also contains stage2 field in class:CharsetMBCS.UConverterMBCSTable
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.
966 table = mbcsTable.fromUnicodeTable;
2899 table = sharedData.mbcs.fromUnicodeTable;
[all...]
H A DCharsetISCII.java329 private static final char fromUnicodeTable[] = { field in class:CharsetISCII
1315 targetByteUnit = fromUnicodeTable[(short)sourceChar & UConverterConstants.UNSIGNED_BYTE_MASK];
H A DCharsetISO2022.java280 table = sharedData.mbcs.fromUnicodeTable;
/external/icu/icu4c/source/common/
H A Ducnvmbcs.cpp867 table=mbcsTable->fromUnicodeTable;
1273 table=mbcsTable->fromUnicodeTable;
1414 table=mbcsTable->fromUnicodeTable;
1499 uprv_memcpy(stage1, mbcsTable->fromUnicodeTable, stage1Length*2);
1503 mbcsTable->fromUnicodeTable+stage1Length,
1506 mbcsTable->fromUnicodeTable=stage1;
1509 /* indexes into stage 2 count from the bottom of the fromUnicodeTable */
1774 mbcsTable->fromUnicodeTable=(const uint16_t *)(raw+header->offsetFromUTable);
1817 mbcsTable->sbcsIndex[i]=mbcsTable->fromUnicodeTable[mbcsTable->fromUnicodeTable[
[all...]
H A Ducnvmbcs.h381 const uint16_t *fromUnicodeTable; member in struct:UConverterMBCSTable
H A Ducnvisci.c416 static const uint16_t fromUnicodeTable[128]={ variable
1005 targetByteUnit=fromUnicodeTable[(uint8_t)sourceChar];
H A Ducnv2022.cpp1142 table=sharedData->mbcs.fromUnicodeTable;
1206 table=sharedData->mbcs.fromUnicodeTable;

Completed in 605 milliseconds