Searched refs:INDIC_BLOCK_BEGIN (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnvisci.c45 #define INDIC_BLOCK_BEGIN 0x0900 macro
47 #define INDIC_RANGE (INDIC_BLOCK_END - INDIC_BLOCK_BEGIN)
973 range =(uint16_t)((sourceChar-INDIC_BLOCK_BEGIN)/DELTA);
1564 sa->add(sa->set, idx + (script * DELTA) + INDIC_BLOCK_BEGIN);
/external/icu4c/common/
H A Ducnvisci.c46 #define INDIC_BLOCK_BEGIN 0x0900 macro
48 #define INDIC_RANGE (INDIC_BLOCK_END - INDIC_BLOCK_BEGIN)
976 range =(uint16_t)((sourceChar-INDIC_BLOCK_BEGIN)/DELTA);
1568 sa->add(sa->set, idx + (script * DELTA) + INDIC_BLOCK_BEGIN);

Completed in 140 milliseconds