Lines Matching refs:HB_UChar16
33 static HB_Bool isLetter(HB_UChar16 ucs)
43 static HB_Bool isMark(HB_UChar16 ucs)
1216 HB_STACKARRAY(HB_UChar16, reordered, len + 4);
1223 memcpy(reordered+1, item->string + item->item.pos, len*sizeof(HB_UChar16));
1226 memcpy(reordered, item->string + item->item.pos, len*sizeof(HB_UChar16));
1243 HB_UChar16 *uc = reordered;
1722 static int indic_nextSyllableBoundary(HB_Script script, const HB_UChar16 *s, int start, int end, bool *invalid)
1726 const HB_UChar16 *uc = s+start;
1872 void HB_IndicAttributes(HB_Script script, const HB_UChar16 *text, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes)
1875 const HB_UChar16 *uc = text + from;