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

  /external/icu4c/layout/
KhmerReordering.h 69 CC_CONSONANT2 = 2, // Consonant of type 2
  /external/harfbuzz/src/
harfbuzz-khmer.c 75 CC_CONSONANT2 = 2, /* Consonant of type 2 */
131 _c2 = CC_CONSONANT2 | CF_CONSONANT,
414 and because CC_CONSONANT2 is enough to identify it, as it is the only consonant
417 ( (getKhmerCharClass(item->string[i+1]) & CF_CLASS_MASK) == CC_CONSONANT2) ) {
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-khmer.c 75 CC_CONSONANT2 = 2, /* Consonant of type 2 */
131 _c2 = CC_CONSONANT2 | CF_CONSONANT,
414 and because CC_CONSONANT2 is enough to identify it, as it is the only consonant
417 ( (getKhmerCharClass(item->string[i+1]) & CF_CLASS_MASK) == CC_CONSONANT2) ) {

Completed in 189 milliseconds