indic_category_t 181 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc indic_category_t cat = (indic_category_t) (type & 0x7F); indic_category_t 178 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc indic_category_t cat = (indic_category_t) (type & 0x7F); indic_category_t 185 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc cat = (indic_category_t) OT_VS; indic_category_t 186 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc else if (unlikely (u == 0x200C)) cat = (indic_category_t) OT_ZWNJ; indic_category_t 187 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc else if (unlikely (u == 0x200D)) cat = (indic_category_t) OT_ZWJ; indic_category_t 192 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc cat = (indic_category_t) OT_C; /* The spec says C, IndicSyllableCategory doesn't have. */ indic_category_t 199 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc cat = (indic_category_t) OT_GB; indic_category_t 203 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc cat = (indic_category_t) OT_Ra; indic_category_t 207 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc cat = (indic_category_t) OT_A; indic_category_t 211 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc cat = (indic_category_t) OT_As; indic_category_t 219 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc cat = (indic_category_t) OT_D; indic_category_t 223 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc cat = (indic_category_t) OT_D; /* XXX The spec says D0, but Uniscribe doesn't seem to do. */ indic_category_t 227 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc cat = (indic_category_t) OT_MH; indic_category_t 231 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc cat = (indic_category_t) OT_MR; indic_category_t 235 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc cat = (indic_category_t) OT_MW; indic_category_t 239 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc cat = (indic_category_t) OT_MY; indic_category_t 244 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc cat = (indic_category_t) OT_PT; indic_category_t 250 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc cat = (indic_category_t) OT_SM; indic_category_t 254 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc cat = (indic_category_t) OT_P; indic_category_t 262 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc case POS_PRE_C: cat = (indic_category_t) OT_VPre; indic_category_t 264 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc case POS_ABOVE_C: cat = (indic_category_t) OT_VAbv; break; indic_category_t 265 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc case POS_BELOW_C: cat = (indic_category_t) OT_VBlw; break; indic_category_t 266 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc case POS_POST_C: cat = (indic_category_t) OT_VPst; break; indic_category_t 142 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc indic_category_t cat = (indic_category_t) (type & 0x7F); indic_category_t 147 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc cat = (indic_category_t) OT_MR; indic_category_t 153 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc case POS_PRE_C: cat = (indic_category_t) OT_VPre; break; indic_category_t 154 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc case POS_ABOVE_C: cat = (indic_category_t) OT_VAbv; break; indic_category_t 155 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc case POS_BELOW_C: cat = (indic_category_t) OT_VBlw; break; indic_category_t 156 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc case POS_POST_C: cat = (indic_category_t) OT_VPst; break;