Lines Matching defs:corrections
1335 * corrections array, which contains decompositions that were
1351 struct unicode_data *corrections;
1361 * Check the corrections array to see if this entry was corrected at
1369 if (u->code == corrections[i].code)
1370 return &corrections[i];
1594 utf8_create(&corrections[i]);
1613 data = &corrections[i];
1634 data = &corrections[i];
2334 corrections = calloc(count, sizeof(struct unicode_data));
2347 corrections[count] = unicode_data[unichar];
2348 assert(corrections[count].code == unichar);
2350 corrections[count].correction = age;
2364 corrections[count].utf32nfdi = um;