Home
last modified time | relevance | path

Searched refs:OT_C (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic-private.hh46 OT_C = 1, enumerator
74 #define CONSONANT_FLAGS (FLAG (OT_C) | FLAG (OT_Ra) | MEDIAL_FLAGS | FLAG (OT_V) | FLAG (OT_PLACEHO…
114 INDIC_SYLLABIC_CATEGORY_CONSONANT = OT_C,
115 INDIC_SYLLABIC_CATEGORY_CONSONANT_DEAD = OT_C,
117 INDIC_SYLLABIC_CATEGORY_CONSONANT_HEAD_LETTER = OT_C,
Dhb-ot-shape-complex-myanmar.cc184 cat = (indic_category_t) OT_C; /* The spec says C, IndicSyllableCategory doesn't have. */ in set_myanmar_properties()
Dhb-ot-shape-complex-indic.cc185 cat = OT_C; in set_indic_properties()
/external/libchrome/sandbox/win/src/sidestep/
Dmini_disassembler_types.h98 OT_C = 0x03000000, enumerator
Dmini_disassembler.cpp254 case OT_C: // Byte or word, depending on operand-size attribute. in ProcessOperand()