Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dusrchdat.c507 static const SearchData STRENGTHCANONICAL[] = { variable
Dusrchtst.c1840 while (STRENGTHCANONICAL[count].text != NULL) { in TestStrengthCanonical()
1841 if (!assertCanonicalEqual(STRENGTHCANONICAL[count])) { in TestStrengthCanonical()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
DSearchTest.java481 SearchData STRENGTHCANONICAL[] = { field in SearchTest
1845 for (int count = 0; count < STRENGTHCANONICAL.length; count++) { in TestStrengthCanonical()
1846 if (!assertCanonicalEqual(STRENGTHCANONICAL[count])) { in TestStrengthCanonical()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java478 SearchData STRENGTHCANONICAL[] = { field in SearchTest
1842 for (int count = 0; count < STRENGTHCANONICAL.length; count++) { in TestStrengthCanonical()
1843 if (!assertCanonicalEqual(STRENGTHCANONICAL[count])) { in TestStrengthCanonical()
/external/icu/icu4c/source/test/intltest/
Dsrchtest.cpp1740 while (STRENGTHCANONICAL[count].text != NULL) { in TestStrengthCanonical()
1741 if (!assertCanonicalEqual(&STRENGTHCANONICAL[count])) { in TestStrengthCanonical()