HomeSort by relevance Sort by last modified time
    Searched defs:CF_ABOVE_VOWEL (Results 1 - 3 of 3) sorted by null

  /external/icu4c/layout/
KhmerReordering.h 91 CF_ABOVE_VOWEL = 0x20000000, // flag to speed up comparing
  /external/harfbuzz/src/
harfbuzz-khmer.c 97 CF_ABOVE_VOWEL = 0x20000000, /* flag to speed up comparing */
137 _da = CC_DEPENDENT_VOWEL | CF_POS_ABOVE | CF_DOTTED_CIRCLE | CF_ABOVE_VOWEL,
501 if (getKhmerCharClass(item->string[i+1]) & CF_ABOVE_VOWEL ) {
516 if (i + 3 < syllableEnd && (getKhmerCharClass(item->string[i+3]) & CF_ABOVE_VOWEL) ) {
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-khmer.c 97 CF_ABOVE_VOWEL = 0x20000000, /* flag to speed up comparing */
137 _da = CC_DEPENDENT_VOWEL | CF_POS_ABOVE | CF_DOTTED_CIRCLE | CF_ABOVE_VOWEL,
501 if (getKhmerCharClass(item->string[i+1]) & CF_ABOVE_VOWEL ) {
516 if (i + 3 < syllableEnd && (getKhmerCharClass(item->string[i+3]) & CF_ABOVE_VOWEL) ) {

Completed in 117 milliseconds