Lines Matching defs:base
45 HB_UChar16 base;
69 static HB_UChar16 compose_0x300(HB_UChar16 base)
71 if ((base ^ 0x1f00) < 0x100) {
72 if (base <= 0x1f69 && !(base & 0x6))
73 return base + 2;
74 if (base == 0x1fbf)
76 if (base == 0x1ffe)
82 while (d->base && d->base != base)
110 static HB_UChar16 compose_0x301(HB_UChar16 base)
112 if ((base ^ 0x1f00) < 0x100) {
113 if (base <= 0x1f69 && !(base & 0x6))
114 return base + 4;
115 if (base == 0x1fbf)
117 if (base == 0x1ffe)
122 while (d->base && d->base != base)
138 static HB_UChar16 compose_0x304(HB_UChar16 base)
141 while (d->base && d->base != base)
156 static HB_UChar16 compose_0x306(HB_UChar16 base)
159 while (d->base && d->base != base)
173 static HB_UChar16 compose_0x308(HB_UChar16 base)
176 while (d->base && d->base != base)
200 static HB_UChar16 compose_0x313(HB_UChar16 base)
203 while (d->base && d->base != base)
228 static HB_UChar16 compose_0x314(HB_UChar16 base)
231 while (d->base && d->base != base)
268 static HB_UChar16 compose_0x342(HB_UChar16 base)
271 while (d->base && d->base != base)
343 static HB_UChar16 compose_0x345(HB_UChar16 base)
346 while (d->base && d->base != base)
376 hb_uint16 base = shapedChars[slen-1];
379 shaped = compose_0x300(base);
381 shaped = compose_0x301(base);
383 shaped = compose_0x304(base);
385 shaped = compose_0x306(base);
387 shaped = compose_0x308(base);
389 shaped = compose_0x313(base);
391 shaped = compose_0x314(base);
393 shaped = compose_0x342(base);
395 shaped = compose_0x345(base);