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

/external/icu4c/common/
H A Ducnvmbcs.c654 table=mbcsTable->fromUnicodeTable;
1057 table=mbcsTable->fromUnicodeTable;
1198 table=mbcsTable->fromUnicodeTable;
1284 uprv_memcpy(stage1, mbcsTable->fromUnicodeTable, stage1Length*2);
1288 mbcsTable->fromUnicodeTable+stage1Length,
1291 mbcsTable->fromUnicodeTable=stage1;
1294 /* indexes into stage 2 count from the bottom of the fromUnicodeTable */
1559 mbcsTable->fromUnicodeTable=(const uint16_t *)(raw+header->offsetFromUTable);
1602 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.c1091 table=sharedData->mbcs.fromUnicodeTable;
1155 table=sharedData->mbcs.fromUnicodeTable;

Completed in 42 milliseconds