Searched refs:currentDeltaToUnicode (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnvisci.cpp | 126 uint16_t currentDeltaToUnicode; /* current delta in Indic block */ member 210 = converterData->currentDeltaToUnicode in _ISCIIOpen() 260 data->currentDeltaToUnicode=data->defDeltaToUnicode; in _ISCIIReset() 1151 if(data->currentDeltaToUnicode!=(TELUGU_DELTA) || \ 1220 … data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1224 data->currentDeltaToUnicode = data->defDeltaToUnicode; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1259 …ource,target,args->offsets,(source-args->source -2),targetUniChar,data->currentDeltaToUnicode,err); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1286 …ource,target,args->offsets,(source-args->source -2),targetUniChar,data->currentDeltaToUnicode,err); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1304 …ce,target,args->offsets,(source-args->source -2),*toUnicodeStatus,data->currentDeltaToUnicode,err); in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() 1370 … } 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/ |
D | CharsetISCII.java | 119 short currentDeltaToUnicode; /* current delta in Indic block */ field in CharsetISCII.UConverterDataISCII 138 …this.currentDeltaToUnicode = (short)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLang… in initialize() 854 … data.currentDeltaToUnicode = (short)(lookupTable[sourceChar & 0x0F][0] * UniLang.DELTA); in decodeLoop() 858 data.currentDeltaToUnicode = data.defDeltaToUnicode; in decodeLoop() 892 …etToU(offsets, (source.position() - 2), source, target, targetUniChar, data.currentDeltaToUnicode); in decodeLoop() 920 …etToU(offsets, (source.position() - 2), source, target, targetUniChar, data.currentDeltaToUnicode); in decodeLoop() 939 …ffsets, (source.position() - 2), source, target, this.toUnicodeStatus, data.currentDeltaToUnicode); in decodeLoop() 1002 … } else if (data.currentDeltaToUnicode == PNJ_DELTA && data.contextCharToUnicode == 0xc0) { in decodeLoop() 1042 if (data.currentDeltaToUnicode == PNJ_DELTA) { in decodeLoop() 1048 …etToU(offsets, (source.position() - 2), source, target, targetUniChar, data.currentDeltaToUnicode); in decodeLoop() [all …]
|