Searched refs:PNJ_DELTA (Results 1 – 2 of 2) sorted by relevance
61 #define PNJ_DELTA 0x0100 macro993 if (converterData->currentDeltaFromUnicode == PNJ_DELTA) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()1035 …if (converterData->currentDeltaFromUnicode == PNJ_DELTA && (sourceChar + PNJ_DELTA) == PNJ_ADHAK) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()1043 …ta->currentDeltaFromUnicode == PNJ_DELTA && tempContextFromUnicode == PNJ_ADHAK && isPNJConsonant(… in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()1370 … } else if (data->currentDeltaToUnicode == PNJ_DELTA && data->contextCharToUnicode == 0xc0) { in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1415 if (data->currentDeltaToUnicode == PNJ_DELTA) { in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1439 …if (data->currentDeltaToUnicode == PNJ_DELTA && data->prevToUnicodeStatus != 0 && isPNJConsonant(d… in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1440 …(*toUnicodeStatus + PNJ_DELTA) == PNJ_SIGN_VIRAMA && ((UChar32)(targetUniChar + PNJ_DELTA) == data… in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1458 …currentDeltaToUnicode == PNJ_DELTA && (targetUniChar + PNJ_DELTA) == PNJ_BINDI && isPNJBindiTippi(… in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()1459 targetUniChar = PNJ_TIPPI - PNJ_DELTA; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()[all …]
52 private static final short PNJ_DELTA = 0x100; field in CharsetISCII1002 … } else if (data.currentDeltaToUnicode == PNJ_DELTA && data.contextCharToUnicode == 0xc0) { in decodeLoop()1042 if (data.currentDeltaToUnicode == PNJ_DELTA) { in decodeLoop()1067 …if (data.currentDeltaToUnicode == PNJ_DELTA && data.prevToUnicodeStatus != 0 && PNJ_CONSONANT_SET.… in decodeLoop()1068 …(this.toUnicodeStatus + PNJ_DELTA) == PNJ_SIGN_VIRAMA && (targetUniChar + PNJ_DELTA) == data.prevT… in decodeLoop()1086 …eltaToUnicode == PNJ_DELTA && (targetUniChar + PNJ_DELTA) == PNJ_BINDI && PNJ_BINDI_TIPPI_SET.con… in decodeLoop()1087 targetUniChar = PNJ_TIPPI - PNJ_DELTA; in decodeLoop()1088 …riteToTargetToU(offsets, (source.position() - 2), source, target, this.toUnicodeStatus, PNJ_DELTA); in decodeLoop()1089 …taToUnicode == PNJ_DELTA && (targetUniChar + PNJ_DELTA) == PNJ_SIGN_VIRAMA && PNJ_CONSONANT_SET.co… in decodeLoop()1091 data.prevToUnicodeStatus = this.toUnicodeStatus + PNJ_DELTA; in decodeLoop()[all …]