Home
last modified time | relevance | path

Searched refs:COMP_SHIFT2 (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/hb-ucdn/
Ducdn.c258 index = comp_index0[indexi >> (COMP_SHIFT1+COMP_SHIFT2)] << COMP_SHIFT1; in ucdn_compose()
259 offset = (indexi >> COMP_SHIFT2) & ((1<<COMP_SHIFT1) - 1); in ucdn_compose()
260 index = comp_index1[index + offset] << COMP_SHIFT2; in ucdn_compose()
261 offset = indexi & ((1<<COMP_SHIFT2) - 1); in ucdn_compose()
Dunicodedata_db.h4707 #define COMP_SHIFT2 1 macro