Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnvisci.cpp66 #define PNJ_HA 0x0A39 macro
1385 targetUniChar = PNJ_HA; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1388 … args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= PNJ_HA; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1392 … args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= PNJ_HA; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetISCII.java62 private static final short PNJ_HA = 0x0a39; field in CharsetISCII
1012 … cr = WriteToTargetToU(offsets, (source.position() - 2), source, target, PNJ_HA, (short)0); in decodeLoop()
1014 … this.charErrorBufferArray[this.charErrorBufferLength++] = PNJ_HA; in decodeLoop()
1018 … this.charErrorBufferArray[this.charErrorBufferLength++] = PNJ_HA; in decodeLoop()