Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnvisci.cpp905 UChar32 tempContextFromUnicode = 0x0000; /* For special handling of the Gurmukhi script. */ in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC() local
939 tempContextFromUnicode = converterData->contextCharFromUnicode; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1043 …if (converterData->currentDeltaFromUnicode == PNJ_DELTA && tempContextFromUnicode == PNJ_ADHAK && … in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetISCII.java1215 … int tempContextFromUnicode = 0x0000; /* For special handling of the Gurmukhi script. */ in encodeLoop() local
1247 tempContextFromUnicode = converterData.contextCharFromUnicode; in encodeLoop()
1348 …if (converterData.currentDeltaFromUnicode == PNJ_DELTA && tempContextFromUnicode == PNJ_ADHAK && P… in encodeLoop()