Home
last modified time | relevance | path

Searched refs:testAcute (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dfrcoll.cpp97 const UChar CollationFrenchTest::testAcute[][CollationFrenchTest::MAX_TOKEN_LEN] = member in CollationFrenchTest
172 const int32_t testAcuteSize = UPRV_LENGTHOF(testAcute); in TestSecondary()
183 doTest(myCollation, testAcute[i], testAcute[j], expected ); in TestSecondary()
Dencoll.cpp207 static const UChar testAcute[][CollationEnglishTest::MAX_TOKEN_LEN] = { variable
305 const int32_t testAcuteSize = UPRV_LENGTHOF(testAcute); in TestSecondary()
316 doTest(myCollation, testAcute[i], testAcute[j], expected ); in TestSecondary()
Dfrcoll.h47 static const UChar testAcute[][MAX_TOKEN_LEN]; variable
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationFrenchTest.java78 private static char[][] testAcute = { field in CollationFrenchTest
151 for (i = 0; i < testAcute.length; i++) { in TestSecondary()
152 for (j = 0; j < testAcute.length; j++) { in TestSecondary()
160 doTest(testAcute[i], testAcute[j], expected ); in TestSecondary()
DCollationEnglishTest.java206 private static char[][] testAcute = { field in CollationEnglishTest
277 for (i = 0; i < testAcute.length; i++) { in TestSecondary()
278 for (j = 0; j < testAcute.length; j++) { in TestSecondary()
286 doTest(testAcute[i], testAcute[j], expected ); in TestSecondary()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationFrenchTest.java81 private static char[][] testAcute = { field in CollationFrenchTest
154 for (i = 0; i < testAcute.length; i++) { in TestSecondary()
155 for (j = 0; j < testAcute.length; j++) { in TestSecondary()
163 doTest(testAcute[i], testAcute[j], expected ); in TestSecondary()
DCollationEnglishTest.java209 private static char[][] testAcute = { field in CollationEnglishTest
280 for (i = 0; i < testAcute.length; i++) { in TestSecondary()
281 for (j = 0; j < testAcute.length; j++) { in TestSecondary()
289 doTest(testAcute[i], testAcute[j], expected ); in TestSecondary()
/external/icu/icu4c/source/test/cintltst/
Dcfrtst.c90 const static UChar testAcute[][MAX_TOKEN_LEN] = variable
188 testAcuteSize = UPRV_LENGTHOF(testAcute); in TestSecondary()
196 doTest(myCollation, testAcute[i], testAcute[j], expected ); in TestSecondary()
Dencoll.c216 const static UChar testAcute[][MAX_TOKEN_LEN] = { variable
346 testAcuteSize = UPRV_LENGTHOF(testAcute); in TestSecondary()
354 doTest(myCollation, testAcute[i], testAcute[j], expected ); in TestSecondary()