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.java532 mbcsTable.fromUnicodeTable = new char[fromUTableCharsLength]; in readMBCSTable()
533 charBuffer.get(mbcsTable.fromUnicodeTable); in readMBCSTable()
DCharsetMBCS.java81 char fromUnicodeTable[]; // stage1, and for MBCS_OUTPUT_1 also contains stage2 field in CharsetMBCS.UConverterMBCSTable
521 table = mbcsTable.fromUnicodeTable; in writeStage3Roundtrip()
595 char[] stage1 = mbcsTable.fromUnicodeTable; in reconstituteData()
972 table = mbcsTable.fromUnicodeTable; in EBCDICSwapLFNL()
2902 table = sharedData.mbcs.fromUnicodeTable; in encodeLoop()
3398 table = sharedData.mbcs.fromUnicodeTable; in fromUChar32()
4005 table = sharedData.mbcs.fromUnicodeTable; in cnvMBCSSingleFromBMPWithOffsets()
4173 table = sharedData.mbcs.fromUnicodeTable; in cnvMBCSSingleFromUnicodeWithOffsets()
4326 table = sharedData.mbcs.fromUnicodeTable; in cnvMBCSDoubleFromUnicodeWithOffsets()
4775 table = mbcsTable.fromUnicodeTable; in MBCSGetFilteredUnicodeSetForUnicode()
DCharsetISCII.java330 private static final char fromUnicodeTable[] = { field in CharsetISCII
1315 … targetByteUnit = fromUnicodeTable[(short)sourceChar & UConverterConstants.UNSIGNED_BYTE_MASK]; in encodeLoop()
DCharsetISO2022.java278 table = sharedData.mbcs.fromUnicodeTable; in MBCSSingleFromUChar32()
/external/icu/icu4c/source/common/
Ducnvmbcs.cpp864 table=mbcsTable->fromUnicodeTable; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1267 table=mbcsTable->fromUnicodeTable; in _EBCDICSwapLFNL()
1408 table=mbcsTable->fromUnicodeTable; in writeStage3Roundtrip()
1493 uprv_memcpy(stage1, mbcsTable->fromUnicodeTable, stage1Length*2); in reconstituteData()
1497 mbcsTable->fromUnicodeTable+stage1Length, in reconstituteData()
1500 mbcsTable->fromUnicodeTable=stage1; in reconstituteData()
1768 mbcsTable->fromUnicodeTable=(const uint16_t *)(raw+header->offsetFromUTable); in ucnv_MBCSLoad()
1811 …mbcsTable->sbcsIndex[i]=mbcsTable->fromUnicodeTable[mbcsTable->fromUnicodeTable[i>>4]+((i<<2)&0x3c… in ucnv_MBCSLoad()
3427 table=cnv->sharedData->mbcs.fromUnicodeTable; in ucnv_MBCSDoubleFromUnicodeWithOffsets()
3653 table=cnv->sharedData->mbcs.fromUnicodeTable; in ucnv_MBCSSingleFromUnicodeWithOffsets()
[all …]
Ducnvmbcs.h379 const uint16_t *fromUnicodeTable; member
Ducnvisci.c414 static const uint16_t fromUnicodeTable[128]={ variable
1003 targetByteUnit=fromUnicodeTable[(uint8_t)sourceChar]; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
Ducnv2022.cpp1153 table=sharedData->mbcs.fromUnicodeTable; in MBCS_FROM_UCHAR32_ISO2022()
1217 table=sharedData->mbcs.fromUnicodeTable; in MBCS_SINGLE_FROM_UCHAR32()