Home
last modified time | relevance | path

Searched refs:CONTRACTIONCANONICAL (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java293 SearchData CONTRACTIONCANONICAL[] = { field in SearchTest
1073 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()
/external/icu/icu4c/source/test/intltest/
Dsrchtest.cpp2221 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()
/external/icu/icu4c/source/test/cintltst/
Dusrchtst.c2409 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()
Dusrchdat.c695 static const SearchData CONTRACTIONCANONICAL[] = { variable