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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-myanmar.cc 164 #define CONSONANT_FLAGS (FLAG (OT_C) | FLAG (OT_CM) | FLAG (OT_Ra) | FLAG (OT_V) | FLAG (OT_NBSP) | FLAG (OT_GB))
168 return is_one_of (info, CONSONANT_FLAGS);
hb-ot-shape-complex-indic.cc 168 #define CONSONANT_FLAGS (FLAG (OT_C) | FLAG (OT_CM) | FLAG (OT_Ra) | FLAG (OT_V) | FLAG (OT_NBSP) | FLAG (OT_DOTTEDCIRCLE))
172 return is_one_of (info, CONSONANT_FLAGS);
242 if ((FLAG (cat) & CONSONANT_FLAGS))
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar.cc 164 #define CONSONANT_FLAGS (FLAG (OT_C) | FLAG (OT_CM) | FLAG (OT_Ra) | FLAG (OT_V) | FLAG (OT_NBSP) | FLAG (OT_GB))
168 return is_one_of (info, CONSONANT_FLAGS);
hb-ot-shape-complex-indic.cc 168 #define CONSONANT_FLAGS (FLAG (OT_C) | FLAG (OT_CM) | FLAG (OT_Ra) | FLAG (OT_V) | FLAG (OT_NBSP) | FLAG (OT_DOTTEDCIRCLE))
172 return is_one_of (info, CONSONANT_FLAGS);
242 if ((FLAG (cat) & CONSONANT_FLAGS))
    [all...]

Completed in 129 milliseconds