Searched refs:INDIC_BLOCK_END (Results 1 – 2 of 2) sorted by relevance
49 #define INDIC_BLOCK_END 0x0D7F macro50 #define INDIC_RANGE (INDIC_BLOCK_END - INDIC_BLOCK_BEGIN)975 if ((uint16_t)(INDIC_BLOCK_END-sourceChar) <= INDIC_RANGE) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
42 private static final short INDIC_BLOCK_END = 0x0d7f; field in CharsetISCII43 private static final short INDIC_RANGE = (INDIC_BLOCK_END - INDIC_BLOCK_BEGIN);1284 if((char)(INDIC_BLOCK_END - sourceChar) <= INDIC_RANGE) { in encodeLoop()