Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dfrcoll.cpp94 const UChar CollationFrenchTest::testAcute[][CollationFrenchTest::MAX_TOKEN_LEN] = member in CollationFrenchTest
169 const int32_t testAcuteSize = (int32_t)(sizeof(testAcute) / sizeof(testAcute[0])); in TestSecondary()
180 doTest(myCollation, testAcute[i], testAcute[j], expected ); in TestSecondary()
Dencoll.cpp204 static const UChar testAcute[][CollationEnglishTest::MAX_TOKEN_LEN] = { variable
302 const int32_t testAcuteSize = (int32_t)(sizeof(testAcute) / sizeof(testAcute[0])); in TestSecondary()
313 doTest(myCollation, testAcute[i], testAcute[j], expected ); in TestSecondary()
Dfrcoll.h45 static const UChar testAcute[][MAX_TOKEN_LEN]; variable
/external/icu4c/test/cintltst/
Dcfrtst.c87 const static UChar testAcute[][MAX_TOKEN_LEN] = variable
185 testAcuteSize = sizeof(testAcute) / sizeof(testAcute[0]); in TestSecondary()
193 doTest(myCollation, testAcute[i], testAcute[j], expected ); in TestSecondary()
Dencoll.c213 const static UChar testAcute[][MAX_TOKEN_LEN] = { variable
343 testAcuteSize = sizeof(testAcute) / sizeof(testAcute[0]); in TestSecondary()
351 doTest(myCollation, testAcute[i], testAcute[j], expected ); in TestSecondary()