Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnvisci.c64 #define PNJ_HA 0x0A39 macro
1379 targetUniChar = PNJ_HA; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1382 … args->converter->UCharErrorBuffer[args->converter->UCharErrorBufferLength++]= PNJ_HA; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1386 … 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.java60 private static final short PNJ_HA = 0x0a39; field in CharsetISCII
1014 … cr = WriteToTargetToU(offsets, (source.position() - 2), source, target, PNJ_HA, (short)0); in decodeLoop()
1016 … this.charErrorBufferArray[this.charErrorBufferLength++] = PNJ_HA; in decodeLoop()
1020 … this.charErrorBufferArray[this.charErrorBufferLength++] = PNJ_HA; in decodeLoop()