Searched refs:fromUnicodeBytes (Results 1 – 5 of 5) sorted by relevance
559 mbcsTable.fromUnicodeBytes = new byte[header.fromUBytesLength]; in readMBCSTable()560 byteBuffer.get(mbcsTable.fromUnicodeBytes); in readMBCSTable()
85 byte fromUnicodeBytes[]; field in CharsetMBCS.UConverterMBCSTable523 bytes = mbcsTable.fromUnicodeBytes; in writeStage3Roundtrip()649 mbcsTable.fromUnicodeBytes = new byte[mbcsTable.fromUBytesLength]; in reconstituteData()2906 bytes = sharedData.mbcs.fromUnicodeBytes; in encodeLoop()3436 byte[] bytes = sharedData.mbcs.fromUnicodeBytes; in fromUChar32()4825 bytes = mbcsTable.fromUnicodeBytes; in MBCSGetFilteredUnicodeSetForUnicode()
877 results=(const uint16_t *)mbcsTable->fromUnicodeBytes; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()921 bytes=mbcsTable->fromUnicodeBytes; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()1268 bytes=mbcsTable->fromUnicodeBytes; in _EBCDICSwapLFNL()1409 bytes=(uint8_t *)mbcsTable->fromUnicodeBytes; in writeStage3Roundtrip()1501 mbcsTable->fromUnicodeBytes=(uint8_t *)(stage2+fullStage2Length); in reconstituteData()1769 mbcsTable->fromUnicodeBytes=(const uint8_t *)(raw+header->offsetFromUBytes); in ucnv_MBCSLoad()1822 (mbcsTable->fromUnicodeBytes+ in ucnv_MBCSLoad()3432 bytes=cnv->sharedData->mbcs.fromUnicodeBytes; in ucnv_MBCSDoubleFromUnicodeWithOffsets()3657 results=(uint16_t *)cnv->sharedData->mbcs.fromUnicodeBytes; in ucnv_MBCSSingleFromUnicodeWithOffsets()3833 results=(uint16_t *)cnv->sharedData->mbcs.fromUnicodeBytes; in ucnv_MBCSSingleFromBMPWithOffsets()[all …]
382 const uint8_t *fromUnicodeBytes; member
1157 myValue=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c); in MBCS_FROM_UCHAR32_ISO2022()1164 p=MBCS_POINTER_3_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c); in MBCS_FROM_UCHAR32_ISO2022()1219 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c); in MBCS_SINGLE_FROM_UCHAR32()