Searched refs:CONTRACTIONCANONICAL (Results 1 – 4 of 4) sorted by relevance
293 SearchData CONTRACTIONCANONICAL[] = { field in SearchTest1073 for (int count = 0; count < CONTRACTIONCANONICAL.length; count++) { in TestContractionCanonical()1074 text = CONTRACTIONCANONICAL[count].text; in TestContractionCanonical()1075 pattern = CONTRACTIONCANONICAL[count].pattern; in TestContractionCanonical()1078 if (!assertEqualWithStringSearch(strsrch, CONTRACTIONCANONICAL[count])) { in TestContractionCanonical()
2221 while (CONTRACTIONCANONICAL[count].text != NULL) { in TestContractionCanonical()2222 u_unescape(CONTRACTIONCANONICAL[count].text, temp, 128); in TestContractionCanonical()2224 u_unescape(CONTRACTIONCANONICAL[count].pattern, temp, 128); in TestContractionCanonical()2229 &CONTRACTIONCANONICAL[count])) { in TestContractionCanonical()
2409 while (CONTRACTIONCANONICAL[count].text != NULL) { in TestContractionCanonical()2410 u_unescape(CONTRACTIONCANONICAL[count].text, text, 128); in TestContractionCanonical()2411 u_unescape(CONTRACTIONCANONICAL[count].pattern, pattern, 128); in TestContractionCanonical()2415 CONTRACTIONCANONICAL[count])) { in TestContractionCanonical()
695 static const SearchData CONTRACTIONCANONICAL[] = { variable