Searched refs:INDIC_BLOCK_BEGIN (Results 1 – 2 of 2) sorted by relevance
46 #define INDIC_BLOCK_BEGIN 0x0900 macro48 #define INDIC_RANGE (INDIC_BLOCK_END - INDIC_BLOCK_BEGIN)976 range =(uint16_t)((sourceChar-INDIC_BLOCK_BEGIN)/DELTA); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()1568 sa->add(sa->set, idx + (script * DELTA) + INDIC_BLOCK_BEGIN); in _ISCIIGetUnicodeSet()
39 private static final short INDIC_BLOCK_BEGIN = 0x0900; field in CharsetISCII41 private static final short INDIC_RANGE = (INDIC_BLOCK_END - INDIC_BLOCK_BEGIN);1291 range = (short)((sourceChar - INDIC_BLOCK_BEGIN) / UniLang.DELTA); in encodeLoop()1448 setFillIn.add(idx+(script*UniLang.DELTA)+INDIC_BLOCK_BEGIN ); in getUnicodeSetImpl()