Searched refs:INDIC_BLOCK_BEGIN (Results 1 – 2 of 2) sorted by relevance
48 #define INDIC_BLOCK_BEGIN 0x0900 macro50 #define INDIC_RANGE (INDIC_BLOCK_END - INDIC_BLOCK_BEGIN)982 range =(uint16_t)((sourceChar-INDIC_BLOCK_BEGIN)/DELTA); in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()1578 sa->add(sa->set, idx + (script * DELTA) + INDIC_BLOCK_BEGIN); in _ISCIIGetUnicodeSet()
41 private static final short INDIC_BLOCK_BEGIN = 0x0900; field in CharsetISCII43 private static final short INDIC_RANGE = (INDIC_BLOCK_END - INDIC_BLOCK_BEGIN);1291 range = (short)((sourceChar - INDIC_BLOCK_BEGIN) / UniLang.DELTA); in encodeLoop()1451 setFillIn.add(idx+(script*UniLang.DELTA)+INDIC_BLOCK_BEGIN ); in getUnicodeSetImpl()