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.java299 SearchData CONTRACTIONCANONICAL[] = { field in SearchTest
1096 for (int count = 0; count < CONTRACTIONCANONICAL.length; count++) { in TestContractionCanonical()
1097 text = CONTRACTIONCANONICAL[count].text; in TestContractionCanonical()
1098 pattern = CONTRACTIONCANONICAL[count].pattern; in TestContractionCanonical()
1101 if (!assertEqualWithStringSearch(strsrch, CONTRACTIONCANONICAL[count])) { in TestContractionCanonical()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java298 SearchData CONTRACTIONCANONICAL[] = { field in SearchTest
1095 for (int count = 0; count < CONTRACTIONCANONICAL.length; count++) { in TestContractionCanonical()
1096 text = CONTRACTIONCANONICAL[count].text; in TestContractionCanonical()
1097 pattern = CONTRACTIONCANONICAL[count].pattern; in TestContractionCanonical()
1100 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