Searched refs:INDIC_BLOCK_END (Results 1 – 2 of 2) sorted by relevance
47 #define INDIC_BLOCK_END 0x0D7F macro48 #define INDIC_RANGE (INDIC_BLOCK_END - INDIC_BLOCK_BEGIN)969 if ((uint16_t)(INDIC_BLOCK_END-sourceChar) <= INDIC_RANGE) { in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
40 private static final short INDIC_BLOCK_END = 0x0d7f; field in CharsetISCII41 private static final short INDIC_RANGE = (INDIC_BLOCK_END - INDIC_BLOCK_BEGIN);1284 if((char)(INDIC_BLOCK_END - sourceChar) <= INDIC_RANGE) { in encodeLoop()