Searched refs:fromUnicodeTable (Results 1 – 8 of 8) sorted by relevance
532 mbcsTable.fromUnicodeTable = new char[fromUTableCharsLength]; in readMBCSTable()533 charBuffer.get(mbcsTable.fromUnicodeTable); in readMBCSTable()
81 char fromUnicodeTable[]; // stage1, and for MBCS_OUTPUT_1 also contains stage2 field in CharsetMBCS.UConverterMBCSTable521 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()
330 private static final char fromUnicodeTable[] = { field in CharsetISCII1315 … targetByteUnit = fromUnicodeTable[(short)sourceChar & UConverterConstants.UNSIGNED_BYTE_MASK]; in encodeLoop()
278 table = sharedData.mbcs.fromUnicodeTable; in MBCSSingleFromUChar32()
864 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 …]
379 const uint16_t *fromUnicodeTable; member
414 static const uint16_t fromUnicodeTable[128]={ variable1003 targetByteUnit=fromUnicodeTable[(uint8_t)sourceChar]; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1153 table=sharedData->mbcs.fromUnicodeTable; in MBCS_FROM_UCHAR32_ISO2022()1217 table=sharedData->mbcs.fromUnicodeTable; in MBCS_SINGLE_FROM_UCHAR32()