OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CF_SPLIT_VOWEL
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
KhmerReordering.h
87
CF_SPLIT_VOWEL
= 0x02000000, // flag for a split vowel -> the first part is added in front of the syllable
/external/harfbuzz/src/
harfbuzz-khmer.c
93
CF_SPLIT_VOWEL
= 0x02000000, /* flag for a split vowel -> the first part is added in front of the syllable */
142
_va = _da |
CF_SPLIT_VOWEL
,
143
_vr = _dr |
CF_SPLIT_VOWEL
399
if (charClass &
CF_SPLIT_VOWEL
) {
/external/harfbuzz_ng/src/hb-old/
harfbuzz-khmer.c
93
CF_SPLIT_VOWEL
= 0x02000000, /* flag for a split vowel -> the first part is added in front of the syllable */
142
_va = _da |
CF_SPLIT_VOWEL
,
143
_vr = _dr |
CF_SPLIT_VOWEL
399
if (charClass &
CF_SPLIT_VOWEL
) {
Completed in 51 milliseconds