Searched refs:CONTRACTIONCANONICAL (Results 1 – 5 of 5) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/ |
D | SearchTest.java | 305 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/ |
D | SearchTest.java | 302 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/ |
D | srchtest.cpp | 2224 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/ |
D | usrchtst.c | 2411 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()
|
D | usrchdat.c | 697 static const SearchData CONTRACTIONCANONICAL[] = { variable
|