Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dusrchdat.c505 static const SearchData STRENGTHCANONICAL[] = { variable
Dusrchtst.c1838 while (STRENGTHCANONICAL[count].text != NULL) { in TestStrengthCanonical()
1839 if (!assertCanonicalEqual(STRENGTHCANONICAL[count])) { in TestStrengthCanonical()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
DSearchTest.java473 SearchData STRENGTHCANONICAL[] = { field in SearchTest
1812 for (int count = 0; count < STRENGTHCANONICAL.length; count++) { in TestStrengthCanonical()
1813 if (!assertCanonicalEqual(STRENGTHCANONICAL[count])) { in TestStrengthCanonical()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java469 SearchData STRENGTHCANONICAL[] = { field in SearchTest
1808 for (int count = 0; count < STRENGTHCANONICAL.length; count++) { in TestStrengthCanonical()
1809 if (!assertCanonicalEqual(STRENGTHCANONICAL[count])) { in TestStrengthCanonical()
/external/icu/icu4c/source/test/intltest/
Dsrchtest.cpp1737 while (STRENGTHCANONICAL[count].text != NULL) { in TestStrengthCanonical()
1738 if (!assertCanonicalEqual(&STRENGTHCANONICAL[count])) { in TestStrengthCanonical()