OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMP_SHIFT2
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/hb-ucdn/
ucdn.c
258
index = comp_index0[indexi >> (COMP_SHIFT1+
COMP_SHIFT2
)] << COMP_SHIFT1;
259
offset = (indexi >>
COMP_SHIFT2
) & ((1<<COMP_SHIFT1) - 1);
260
index = comp_index1[index + offset] <<
COMP_SHIFT2
;
261
offset = indexi & ((1<<
COMP_SHIFT2
) - 1);
unicodedata_db.h
[
all
...]
Completed in 26 milliseconds