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 336 index = comp_index0[indexi >> (COMP_SHIFT1+COMP_SHIFT2)] << COMP_SHIFT1;
337 offset = (indexi >> COMP_SHIFT2) & ((1<<COMP_SHIFT1) - 1);
338 index = comp_index1[index + offset] << COMP_SHIFT2;
339 offset = indexi & ((1<<COMP_SHIFT2) - 1);
unicodedata_db.h     [all...]

Completed in 277 milliseconds