Searched refs:fromUnicodeTable (Results 1 – 8 of 8) sorted by relevance
534 mbcsTable.fromUnicodeTable = new char[fromUTableCharsLength]; in readMBCSTable()535 charBuffer.get(mbcsTable.fromUnicodeTable); in readMBCSTable()
80 char fromUnicodeTable[]; // stage1, and for MBCS_OUTPUT_1 also contains stage2 field in CharsetMBCS.UConverterMBCSTable515 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()
329 private static final char fromUnicodeTable[] = { field in CharsetISCII1315 … targetByteUnit = fromUnicodeTable[(short)sourceChar & UConverterConstants.UNSIGNED_BYTE_MASK]; in encodeLoop()
280 table = sharedData.mbcs.fromUnicodeTable; in MBCSSingleFromUChar32()
868 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 …]
381 const uint16_t *fromUnicodeTable; member
420 static const uint16_t fromUnicodeTable[128]={ variable1009 targetByteUnit=fromUnicodeTable[(uint8_t)sourceChar]; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1142 table=sharedData->mbcs.fromUnicodeTable; in MBCS_FROM_UCHAR32_ISO2022()1206 table=sharedData->mbcs.fromUnicodeTable; in MBCS_SINGLE_FROM_UCHAR32()