Lines Matching refs:HB_UChar16
44 HB_UChar16 composed;
45 HB_UChar16 base;
69 static HB_UChar16 compose_0x300(HB_UChar16 base)
110 static HB_UChar16 compose_0x301(HB_UChar16 base)
138 static HB_UChar16 compose_0x304(HB_UChar16 base)
156 static HB_UChar16 compose_0x306(HB_UChar16 base)
173 static HB_UChar16 compose_0x308(HB_UChar16 base)
200 static HB_UChar16 compose_0x313(HB_UChar16 base)
228 static HB_UChar16 compose_0x314(HB_UChar16 base)
268 static HB_UChar16 compose_0x342(HB_UChar16 base)
343 static HB_UChar16 compose_0x345(HB_UChar16 base)
359 const HB_UChar16 *uc = shaper_item->string + shaper_item->item.pos;
368 HB_STACKARRAY(HB_UChar16, shapedChars, 2 * shaper_item->item.length);
398 if (shaper_item->font->klass->canRender(shaper_item->font, (HB_UChar16 *)&shaped, 1)) {