Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterDataReader.java534 mbcsTable.fromUnicodeTable = new char[fromUTableCharsLength]; in readMBCSTable()
535 charBuffer.get(mbcsTable.fromUnicodeTable); in readMBCSTable()
DCharsetMBCS.java80 char fromUnicodeTable[]; // stage1, and for MBCS_OUTPUT_1 also contains stage2 field in CharsetMBCS.UConverterMBCSTable
515 table = mbcsTable.fromUnicodeTable; in writeStage3Roundtrip()
589 char[] stage1 = mbcsTable.fromUnicodeTable; in reconstituteData()
966 table = mbcsTable.fromUnicodeTable; in EBCDICSwapLFNL()
2899 table = sharedData.mbcs.fromUnicodeTable; in encodeLoop()
3395 table = sharedData.mbcs.fromUnicodeTable; in fromUChar32()
4002 table = sharedData.mbcs.fromUnicodeTable; in cnvMBCSSingleFromBMPWithOffsets()
4170 table = sharedData.mbcs.fromUnicodeTable; in cnvMBCSSingleFromUnicodeWithOffsets()
4323 table = sharedData.mbcs.fromUnicodeTable; in cnvMBCSDoubleFromUnicodeWithOffsets()
4776 table = mbcsTable.fromUnicodeTable; in MBCSGetFilteredUnicodeSetForUnicode()
DCharsetISCII.java329 private static final char fromUnicodeTable[] = { field in CharsetISCII
1315 … targetByteUnit = fromUnicodeTable[(short)sourceChar & UConverterConstants.UNSIGNED_BYTE_MASK]; in encodeLoop()
DCharsetISO2022.java280 table = sharedData.mbcs.fromUnicodeTable; in MBCSSingleFromUChar32()
/external/icu/icu4c/source/common/
Ducnvmbcs.cpp868 table=mbcsTable->fromUnicodeTable; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1274 table=mbcsTable->fromUnicodeTable; in _EBCDICSwapLFNL()
1415 table=mbcsTable->fromUnicodeTable; in writeStage3Roundtrip()
1500 uprv_memcpy(stage1, mbcsTable->fromUnicodeTable, stage1Length*2); in reconstituteData()
1504 mbcsTable->fromUnicodeTable+stage1Length, in reconstituteData()
1507 mbcsTable->fromUnicodeTable=stage1; in reconstituteData()
1775 mbcsTable->fromUnicodeTable=(const uint16_t *)(raw+header->offsetFromUTable); in ucnv_MBCSLoad()
1818 …mbcsTable->sbcsIndex[i]=mbcsTable->fromUnicodeTable[mbcsTable->fromUnicodeTable[i>>4]+((i<<2)&0x3c… in ucnv_MBCSLoad()
3438 table=cnv->sharedData->mbcs.fromUnicodeTable; in ucnv_MBCSDoubleFromUnicodeWithOffsets()
3664 table=cnv->sharedData->mbcs.fromUnicodeTable; in ucnv_MBCSSingleFromUnicodeWithOffsets()
[all …]
Ducnvmbcs.h381 const uint16_t *fromUnicodeTable; member
Ducnvisci.cpp420 static const uint16_t fromUnicodeTable[128]={ variable
1009 targetByteUnit=fromUnicodeTable[(uint8_t)sourceChar]; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
Ducnv2022.cpp1142 table=sharedData->mbcs.fromUnicodeTable; in MBCS_FROM_UCHAR32_ISO2022()
1206 table=sharedData->mbcs.fromUnicodeTable; in MBCS_SINGLE_FROM_UCHAR32()