Home | History | Annotate | Download | only in src

Lines Matching defs:uc

359     const HB_UChar16 *uc = shaper_item->string + shaper_item->item.pos;
372 *shapedChars = *uc;
378 if (uc[i] == 0x300)
380 else if (uc[i] == 0x301)
382 else if (uc[i] == 0x304)
384 else if (uc[i] == 0x306)
386 else if (uc[i] == 0x308)
388 else if (uc[i] == 0x313)
390 else if (uc[i] == 0x314)
392 else if (uc[i] == 0x342)
394 else if (uc[i] == 0x345)
408 shapedChars[slen] = uc[i];
409 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
414 attributes[slen].dontPrint = HB_IsControlChar(uc[i]);