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

  /external/icu4c/layout/
KhmerReordering.h 86 CF_CONSONANT = 0x01000000, // flag to speed up comparing
IndicReordering.h 46 #define CF_CONSONANT 0x80000000U
208 return (charClass & CF_CONSONANT) != 0;
  /external/harfbuzz/src/
harfbuzz-khmer.c 92 CF_CONSONANT = 0x01000000, /* flag to speed up comparing */
130 _c1 = CC_CONSONANT | CF_CONSONANT,
131 _c2 = CC_CONSONANT2 | CF_CONSONANT,
132 _c3 = CC_CONSONANT3 | CF_CONSONANT,
322 *invalid = (charClass > 0) && ! (charClass & CF_CONSONANT);
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-khmer.c 92 CF_CONSONANT = 0x01000000, /* flag to speed up comparing */
130 _c1 = CC_CONSONANT | CF_CONSONANT,
131 _c2 = CC_CONSONANT2 | CF_CONSONANT,
132 _c3 = CC_CONSONANT3 | CF_CONSONANT,
322 *invalid = (charClass > 0) && ! (charClass & CF_CONSONANT);

Completed in 61 milliseconds