Home | History | Annotate | Download | only in src

Lines Matching refs:indic_category_t

177   indic_category_t cat = (indic_category_t) (type & 0x7F);
184 cat = (indic_category_t) OT_VS;
185 else if (unlikely (u == 0x200C)) cat = (indic_category_t) OT_ZWNJ;
186 else if (unlikely (u == 0x200D)) cat = (indic_category_t) OT_ZWJ;
194 cat = (indic_category_t) OT_GB;
198 cat = (indic_category_t) OT_Ra;
202 cat = (indic_category_t) OT_A;
206 cat = (indic_category_t) OT_As;
214 cat = (indic_category_t) OT_D;
218 cat = (indic_category_t) OT_D; /* XXX The spec says D0, but Uniscribe doesn't seem to do. */
222 cat = (indic_category_t) OT_MH;
226 cat = (indic_category_t) OT_MR;
230 cat = (indic_category_t) OT_MW;
234 cat = (indic_category_t) OT_MY;
239 cat = (indic_category_t) OT_PT;
245 cat = (indic_category_t) OT_SM;
253 case POS_PRE_C: cat = (indic_category_t) OT_VPre;
255 case POS_ABOVE_C: cat = (indic_category_t) OT_VAbv; break;
256 case POS_BELOW_C: cat = (indic_category_t) OT_VBlw; break;
257 case POS_POST_C: cat = (indic_category_t) OT_VPst; break;