Home | History | Annotate | Download | only in intltest

Lines Matching full:contraction

1522     while (CONTRACTION[count].text != NULL) {
1523 u_unescape(CONTRACTION[count].text, temp, 128);
1525 u_unescape(CONTRACTION[count].pattern, temp, 128);
1529 if (!assertEqualWithStringSearch(strsrch, &CONTRACTION[count])) {