Home
last modified time | relevance | path

Searched refs:fromUnicodeTable (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Ducnvmbcs.c654 table=mbcsTable->fromUnicodeTable; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
1057 table=mbcsTable->fromUnicodeTable; in _EBCDICSwapLFNL()
1198 table=mbcsTable->fromUnicodeTable; in writeStage3Roundtrip()
1284 uprv_memcpy(stage1, mbcsTable->fromUnicodeTable, stage1Length*2); in reconstituteData()
1288 mbcsTable->fromUnicodeTable+stage1Length, in reconstituteData()
1291 mbcsTable->fromUnicodeTable=stage1; in reconstituteData()
1539 mbcsTable->fromUnicodeTable=(const uint16_t *)(raw+header->offsetFromUTable); in ucnv_MBCSLoad()
1582 …mbcsTable->sbcsIndex[i]=mbcsTable->fromUnicodeTable[mbcsTable->fromUnicodeTable[i>>4]+((i<<2)&0x3c… in ucnv_MBCSLoad()
3078 table=cnv->sharedData->mbcs.fromUnicodeTable; in ucnv_MBCSDoubleFromUnicodeWithOffsets()
3304 table=cnv->sharedData->mbcs.fromUnicodeTable; in ucnv_MBCSSingleFromUnicodeWithOffsets()
[all …]
Ducnvmbcs.h376 const uint16_t *fromUnicodeTable; member
Ducnvisci.c366 static const uint16_t fromUnicodeTable[128]={ variable
920 targetByteUnit=fromUnicodeTable[(uint8_t)sourceChar]; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
Ducnv2022.c1035 table=sharedData->mbcs.fromUnicodeTable; in MBCS_FROM_UCHAR32_ISO2022()
1099 table=sharedData->mbcs.fromUnicodeTable; in MBCS_SINGLE_FROM_UCHAR32()