Searched defs:INDIC_RANGE (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducnvisci.c48 #define INDIC_RANGE (INDIC_BLOCK_END - INDIC_BLOCK_BEGIN) macro
968 /* is the sourceChar in the INDIC_RANGE? */
969 if ((uint16_t)(INDIC_BLOCK_END-sourceChar) <= INDIC_RANGE) {
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetISCII.java41 private static final short INDIC_RANGE = (INDIC_BLOCK_END - INDIC_BLOCK_BEGIN); field in class:CharsetISCII
1283 /* is the sourceChar in the INDIC_RANGE? */
1284 if((char)(INDIC_BLOCK_END - sourceChar) <= INDIC_RANGE) {

Completed in 94 milliseconds