Searched defs:CF_SPLIT_VOWEL (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/layout/
H A DKhmerReordering.h87 CF_SPLIT_VOWEL = 0x02000000, // flag for a split vowel -> the first part is added in front of the syllable enumerator in enum:KhmerClassTable::CharClassFlags
/external/harfbuzz/src/
H A Dharfbuzz-khmer.c93 CF_SPLIT_VOWEL = 0x02000000, /* flag for a split vowel -> the first part is added in front of the syllable */ enumerator in enum:KhmerCharClassFlags
142 _va = _da | CF_SPLIT_VOWEL,
143 _vr = _dr | CF_SPLIT_VOWEL
399 if (charClass & CF_SPLIT_VOWEL) {
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-khmer.c93 CF_SPLIT_VOWEL = 0x02000000, /* flag for a split vowel -> the first part is added in front of the syllable */ enumerator in enum:KhmerCharClassFlags
142 _va = _da | CF_SPLIT_VOWEL,
143 _vr = _dr | CF_SPLIT_VOWEL
399 if (charClass & CF_SPLIT_VOWEL) {

Completed in 150 milliseconds