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

/external/icu4c/common/
H A Ducnvmbcs.c725 table=mbcsTable->fromUnicodeTable;
1128 table=mbcsTable->fromUnicodeTable;
1269 table=mbcsTable->fromUnicodeTable;
1355 uprv_memcpy(stage1, mbcsTable->fromUnicodeTable, stage1Length*2);
1359 mbcsTable->fromUnicodeTable+stage1Length,
1362 mbcsTable->fromUnicodeTable=stage1;
1365 /* indexes into stage 2 count from the bottom of the fromUnicodeTable */
1630 mbcsTable->fromUnicodeTable=(const uint16_t *)(raw+header->offsetFromUTable);
1673 mbcsTable->sbcsIndex[i]=mbcsTable->fromUnicodeTable[mbcsTable->fromUnicodeTable[
[all...]
H A Ducnvmbcs.h376 const uint16_t *fromUnicodeTable; member in struct:UConverterMBCSTable
H A Ducnvisci.c411 static const uint16_t fromUnicodeTable[128]={ variable
1000 targetByteUnit=fromUnicodeTable[(uint8_t)sourceChar];
H A Ducnv2022.c1102 table=sharedData->mbcs.fromUnicodeTable;
1166 table=sharedData->mbcs.fromUnicodeTable;

Completed in 271 milliseconds