Lines Matching refs:HB_UChar16
30 static const HB_UChar16 ReplacementCharacter = 0xfffd;
857 static HB_UChar16 prevChar(const HB_UChar16 *str, int pos) in prevChar()
860 const HB_UChar16 *ch = str + pos - 1; in prevChar()
871 static HB_UChar16 nextChar(const HB_UChar16 *str, hb_uint32 len, hb_uint32 pos) in nextChar()
873 const HB_UChar16 *ch = str + pos + 1; in nextChar()
886 static void shapedString(const HB_UChar16 *uc, hb_uint32 stringLength, hb_uint32 from, hb_uint32 le… in shapedString()
892 const HB_UChar16 *ch; in shapedString()
893 HB_UChar16 *data; in shapedString()
942 const HB_UChar16 pch = nextChar(uc, stringLength, pos); in shapedString()
1033 const HB_UChar16 *uc; in arabicSyriacOpenTypeShape()
1105 HB_STACKARRAY(HB_UChar16, shapedChars, item->item.length); in HB_ArabicShape()