Home
last modified time | relevance | path

Searched refs:currentDeltaToUnicode (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Ducnvisci.c124 uint16_t currentDeltaToUnicode; /* current delta in Indic block */ member
207 = converterData->currentDeltaToUnicode in _ISCIIOpen()
254 data->currentDeltaToUnicode=data->defDeltaToUnicode; in _ISCIIReset()
1145 if(data->currentDeltaToUnicode!=(TELUGU_DELTA) || \
1213 … data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1217 data->currentDeltaToUnicode = data->defDeltaToUnicode; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1252 …ource,target,args->offsets,(source-args->source -2),targetUniChar,data->currentDeltaToUnicode,err); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1279 …ource,target,args->offsets,(source-args->source -2),targetUniChar,data->currentDeltaToUnicode,err); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1297 …ce,target,args->offsets,(source-args->source -2),*toUnicodeStatus,data->currentDeltaToUnicode,err); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1364 … } else if (data->currentDeltaToUnicode == PNJ_DELTA && data->contextCharToUnicode == 0xc0) { in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
[all …]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetISCII.java118 short currentDeltaToUnicode; /* current delta in Indic block */ field in CharsetISCII.UConverterDataISCII
139 …this.currentDeltaToUnicode = (short)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang… in initialize()
856 … data.currentDeltaToUnicode = (short)(lookupTable[sourceChar & 0x0F][0] * UniLang.DELTA); in decodeLoop()
860 data.currentDeltaToUnicode = data.defDeltaToUnicode; in decodeLoop()
894 …etToU(offsets, (source.position() - 2), source, target, targetUniChar, data.currentDeltaToUnicode); in decodeLoop()
922 …etToU(offsets, (source.position() - 2), source, target, targetUniChar, data.currentDeltaToUnicode); in decodeLoop()
941 …fsets, (source.position() - 2), source, target, this.toUnicodeStatus, data.currentDeltaToUnicode); in decodeLoop()
1004 … } else if (data.currentDeltaToUnicode == PNJ_DELTA && data.contextCharToUnicode == 0xc0) { in decodeLoop()
1044 if (data.currentDeltaToUnicode == PNJ_DELTA) { in decodeLoop()
1050 …etToU(offsets, (source.position() - 2), source, target, targetUniChar, data.currentDeltaToUnicode); in decodeLoop()
[all …]