Home
last modified time | relevance | path

Searched refs:fromUnicodeBytes (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
Ducnvmbcs.cpp881 results=(const uint16_t *)mbcsTable->fromUnicodeBytes; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
925 bytes=mbcsTable->fromUnicodeBytes; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1275 bytes=mbcsTable->fromUnicodeBytes; in _EBCDICSwapLFNL()
1416 bytes=(uint8_t *)mbcsTable->fromUnicodeBytes; in writeStage3Roundtrip()
1508 mbcsTable->fromUnicodeBytes=(uint8_t *)(stage2+fullStage2Length); in reconstituteData()
1776 mbcsTable->fromUnicodeBytes=(const uint8_t *)(raw+header->offsetFromUBytes); in ucnv_MBCSLoad()
1829 (mbcsTable->fromUnicodeBytes+ in ucnv_MBCSLoad()
3443 bytes=cnv->sharedData->mbcs.fromUnicodeBytes; in ucnv_MBCSDoubleFromUnicodeWithOffsets()
3668 results=(uint16_t *)cnv->sharedData->mbcs.fromUnicodeBytes; in ucnv_MBCSSingleFromUnicodeWithOffsets()
3844 results=(uint16_t *)cnv->sharedData->mbcs.fromUnicodeBytes; in ucnv_MBCSSingleFromBMPWithOffsets()
[all …]
Ducnvmbcs.h384 const uint8_t *fromUnicodeBytes; member
Ducnv2022.cpp1146 myValue=MBCS_VALUE_2_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c); in MBCS_FROM_UCHAR32_ISO2022()
1153 p=MBCS_POINTER_3_FROM_STAGE_2(sharedData->mbcs.fromUnicodeBytes, stage2Entry, c); in MBCS_FROM_UCHAR32_ISO2022()
1208 value=MBCS_SINGLE_RESULT_FROM_U(table, (uint16_t *)sharedData->mbcs.fromUnicodeBytes, c); in MBCS_SINGLE_FROM_UCHAR32()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterDataReader.java560 mbcsTable.fromUnicodeBytes = new byte[header.fromUBytesLength]; in readMBCSTable()
561 byteBuffer.get(mbcsTable.fromUnicodeBytes); in readMBCSTable()
DCharsetMBCS.java84 byte fromUnicodeBytes[]; field in CharsetMBCS.UConverterMBCSTable
517 bytes = mbcsTable.fromUnicodeBytes; in writeStage3Roundtrip()
643 mbcsTable.fromUnicodeBytes = new byte[mbcsTable.fromUBytesLength]; in reconstituteData()
2903 bytes = sharedData.mbcs.fromUnicodeBytes; in encodeLoop()
3433 byte[] bytes = sharedData.mbcs.fromUnicodeBytes; in fromUChar32()
4826 bytes = mbcsTable.fromUnicodeBytes; in MBCSGetFilteredUnicodeSetForUnicode()