HomeSort by relevance Sort by last modified time
    Searched refs:COMP_SHIFT2 (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/hb-ucdn/
ucdn.c 259 index = comp_index0[indexi >> (COMP_SHIFT1+COMP_SHIFT2)] << COMP_SHIFT1;
260 offset = (indexi >> COMP_SHIFT2) & ((1<<COMP_SHIFT1) - 1);
261 index = comp_index1[index + offset] << COMP_SHIFT2;
262 offset = indexi & ((1<<COMP_SHIFT2) - 1);
unicodedata_db.h     [all...]

Completed in 83 milliseconds