Searched refs:fromUnicodeTable (Results 1 – 8 of 8) sorted by relevance
535 mbcsTable.fromUnicodeTable = new char[fromUTableCharsLength]; in readMBCSTable()536 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()
867 table=mbcsTable->fromUnicodeTable; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()1273 table=mbcsTable->fromUnicodeTable; in _EBCDICSwapLFNL()1414 table=mbcsTable->fromUnicodeTable; in writeStage3Roundtrip()1499 uprv_memcpy(stage1, mbcsTable->fromUnicodeTable, stage1Length*2); in reconstituteData()1503 mbcsTable->fromUnicodeTable+stage1Length, in reconstituteData()1506 mbcsTable->fromUnicodeTable=stage1; in reconstituteData()1774 mbcsTable->fromUnicodeTable=(const uint16_t *)(raw+header->offsetFromUTable); in ucnv_MBCSLoad()1817 …mbcsTable->sbcsIndex[i]=mbcsTable->fromUnicodeTable[mbcsTable->fromUnicodeTable[i>>4]+((i<<2)&0x3c… in ucnv_MBCSLoad()3437 table=cnv->sharedData->mbcs.fromUnicodeTable; in ucnv_MBCSDoubleFromUnicodeWithOffsets()3663 table=cnv->sharedData->mbcs.fromUnicodeTable; in ucnv_MBCSSingleFromUnicodeWithOffsets()[all …]
381 const uint16_t *fromUnicodeTable; member
416 static const uint16_t fromUnicodeTable[128]={ variable1005 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()