Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnvisci.cpp125 uint16_t currentDeltaFromUnicode; /* current delta in Indic block */ member
209 converterData->currentDeltaFromUnicode in _ISCIIOpen()
269 data->currentDeltaFromUnicode=data->defDeltaToUnicode; in _ISCIIReset()
917 newDelta=converterData->currentDeltaFromUnicode; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
986 … if (newDelta!= converterData->currentDeltaFromUnicode || converterData->isFirstBuffer) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
987 converterData->currentDeltaFromUnicode = newDelta; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
993 if (converterData->currentDeltaFromUnicode == PNJ_DELTA) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1005 sourceChar -= converterData->currentDeltaFromUnicode; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1014 … if (converterData->currentDeltaFromUnicode!=(TELUGU_DELTA) || sourceChar!=VOCALLIC_RR) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1035 …if (converterData->currentDeltaFromUnicode == PNJ_DELTA && (sourceChar + PNJ_DELTA) == PNJ_ADHAK) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
[all …]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetISCII.java118 short currentDeltaFromUnicode; /* current delta in Indic block */ field in CharsetISCII.UConverterDataISCII
135 this.currentDeltaFromUnicode = 0x0000; /* contextCharFromUnicode */ in initialize()
137 …this.currentDeltaFromUnicode = (short)(lookupInitialData[option & UCNV_OPTIONS_VERSION_MASK].uniLa… in initialize()
1220 newDelta = converterData.currentDeltaFromUnicode; in encodeLoop()
1295 … if (newDelta != converterData.currentDeltaFromUnicode || converterData.isFirstBuffer) { in encodeLoop()
1296 converterData.currentDeltaFromUnicode = newDelta; in encodeLoop()
1301 if (converterData.currentDeltaFromUnicode == PNJ_DELTA) { in encodeLoop()
1312 sourceChar -= converterData.currentDeltaFromUnicode; in encodeLoop()
1320 … if (converterData.currentDeltaFromUnicode != (TELUGU_DELTA) || sourceChar != VOCALLIC_RR) { in encodeLoop()
1340 … if (converterData.currentDeltaFromUnicode == PNJ_DELTA && (sourceChar + PNJ_DELTA) == PNJ_ADHAK) { in encodeLoop()
[all …]