Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
DSearchTest.java305 SearchData CONTRACTIONCANONICAL[] = { field in SearchTest
1102 for (int count = 0; count < CONTRACTIONCANONICAL.length; count++) { in TestContractionCanonical()
1103 text = CONTRACTIONCANONICAL[count].text; in TestContractionCanonical()
1104 pattern = CONTRACTIONCANONICAL[count].pattern; in TestContractionCanonical()
1107 if (!assertEqualWithStringSearch(strsrch, CONTRACTIONCANONICAL[count])) { in TestContractionCanonical()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java302 SearchData CONTRACTIONCANONICAL[] = { field in SearchTest
1099 for (int count = 0; count < CONTRACTIONCANONICAL.length; count++) { in TestContractionCanonical()
1100 text = CONTRACTIONCANONICAL[count].text; in TestContractionCanonical()
1101 pattern = CONTRACTIONCANONICAL[count].pattern; in TestContractionCanonical()
1104 if (!assertEqualWithStringSearch(strsrch, CONTRACTIONCANONICAL[count])) { in TestContractionCanonical()
/external/icu/icu4c/source/test/intltest/
Dsrchtest.cpp2224 while (CONTRACTIONCANONICAL[count].text != NULL) { in TestContractionCanonical()
2225 u_unescape(CONTRACTIONCANONICAL[count].text, temp, 128); in TestContractionCanonical()
2227 u_unescape(CONTRACTIONCANONICAL[count].pattern, temp, 128); in TestContractionCanonical()
2232 &CONTRACTIONCANONICAL[count])) { in TestContractionCanonical()
/external/icu/icu4c/source/test/cintltst/
Dusrchtst.c2411 while (CONTRACTIONCANONICAL[count].text != NULL) { in TestContractionCanonical()
2412 u_unescape(CONTRACTIONCANONICAL[count].text, text, 128); in TestContractionCanonical()
2413 u_unescape(CONTRACTIONCANONICAL[count].pattern, pattern, 128); in TestContractionCanonical()
2417 CONTRACTIONCANONICAL[count])) { in TestContractionCanonical()
Dusrchdat.c697 static const SearchData CONTRACTIONCANONICAL[] = { variable