Home
last modified time | relevance | path

Searched refs:INDIC_BLOCK_END (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Ducnvisci.cpp49 #define INDIC_BLOCK_END 0x0D7F macro
50 #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()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetISCII.java42 private static final short INDIC_BLOCK_END = 0x0d7f; field in CharsetISCII
43 private static final short INDIC_RANGE = (INDIC_BLOCK_END - INDIC_BLOCK_BEGIN);
1284 if((char)(INDIC_BLOCK_END - sourceChar) <= INDIC_RANGE) { in encodeLoop()