Searched refs:fromUnicodeTable (Results 1 – 4 of 4) sorted by relevance
724 table=mbcsTable->fromUnicodeTable; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()1127 table=mbcsTable->fromUnicodeTable; in _EBCDICSwapLFNL()1268 table=mbcsTable->fromUnicodeTable; in writeStage3Roundtrip()1354 uprv_memcpy(stage1, mbcsTable->fromUnicodeTable, stage1Length*2); in reconstituteData()1358 mbcsTable->fromUnicodeTable+stage1Length, in reconstituteData()1361 mbcsTable->fromUnicodeTable=stage1; in reconstituteData()1629 mbcsTable->fromUnicodeTable=(const uint16_t *)(raw+header->offsetFromUTable); in ucnv_MBCSLoad()1672 …mbcsTable->sbcsIndex[i]=mbcsTable->fromUnicodeTable[mbcsTable->fromUnicodeTable[i>>4]+((i<<2)&0x3c… in ucnv_MBCSLoad()3288 table=cnv->sharedData->mbcs.fromUnicodeTable; in ucnv_MBCSDoubleFromUnicodeWithOffsets()3514 table=cnv->sharedData->mbcs.fromUnicodeTable; in ucnv_MBCSSingleFromUnicodeWithOffsets()[all …]
376 const uint16_t *fromUnicodeTable; member
411 static const uint16_t fromUnicodeTable[128]={ variable1000 targetByteUnit=fromUnicodeTable[(uint8_t)sourceChar]; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1102 table=sharedData->mbcs.fromUnicodeTable; in MBCS_FROM_UCHAR32_ISO2022()1166 table=sharedData->mbcs.fromUnicodeTable; in MBCS_SINGLE_FROM_UCHAR32()