OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONSONANT_FLAGS
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-private.hh
73
#define
CONSONANT_FLAGS
(FLAG (OT_C) | FLAG (OT_Ra) | MEDIAL_FLAGS | FLAG (OT_V) | FLAG (OT_PLACEHOLDER) | FLAG (OT_DOTTEDCIRCLE))
hb-ot-shape-complex-myanmar.cc
163
return is_one_of (info,
CONSONANT_FLAGS
);
hb-ot-shape-complex-indic.cc
157
return is_one_of (info,
CONSONANT_FLAGS
);
213
if ((FLAG_SAFE (cat) &
CONSONANT_FLAGS
))
[
all
...]
Completed in 58 milliseconds