Searched refs:INDIC_RANGE (Results 1 – 2 of 2) sorted by relevance
50 #define INDIC_RANGE (INDIC_BLOCK_END - INDIC_BLOCK_BEGIN) macro975 if ((uint16_t)(INDIC_BLOCK_END-sourceChar) <= INDIC_RANGE) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
43 private static final short INDIC_RANGE = (INDIC_BLOCK_END - INDIC_BLOCK_BEGIN); field in CharsetISCII1284 if((char)(INDIC_BLOCK_END - sourceChar) <= INDIC_RANGE) { in encodeLoop()