Home | History | Annotate | Download | only in src

Lines Matching defs:uc

73         const HB_UChar16 *uc = shaper_item->string + shaper_item->item.pos;
83 *shapedChars = *uc;
90 if (uc[i] == Dagesh) {
104 } else if (uc[i] == ShinDot) {
111 } else if (uc[i] == SinDot) {
118 } else if (uc[i] == Patah) {
121 } else if (uc[i] == Qamats) {
124 } else if (uc[i] == Holam) {
127 } else if (uc[i] == Rafe) {
153 shapedChars[slen] = uc[i];
154 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
159 attributes[slen].dontPrint = HB_IsControlChar(uc[i]);