Home | History | Annotate | Download | only in api

Lines Matching defs:cluster

196     unsigned int cluster;
197 cluster = 1+i;
200 cluster++;
202 cluster += 3;
205 g_assert_cmphex (glyphs[i].cluster, ==, cluster);
219 * in its own cluster */
229 /* now form a cluster and test again */
230 glyphs[2].cluster = glyphs[1].cluster;
243 * but when applied once, the 1-2 cluster should be retained. */
693 g_assert (glyphs[j].cluster == test->offset);