HomeSort by relevance Sort by last modified time
    Searched refs:testAcute (Results 1 - 5 of 5) sorted by null

  /external/icu4c/test/intltest/
frcoll.h 45 static const UChar testAcute[][MAX_TOKEN_LEN];
frcoll.cpp 94 const UChar CollationFrenchTest::testAcute[][CollationFrenchTest::MAX_TOKEN_LEN] =
169 const int32_t testAcuteSize = (int32_t)(sizeof(testAcute) / sizeof(testAcute[0]));
180 doTest(myCollation, testAcute[i], testAcute[j], expected );
encoll.cpp 204 static const UChar testAcute[][CollationEnglishTest::MAX_TOKEN_LEN] = {
302 const int32_t testAcuteSize = (int32_t)(sizeof(testAcute) / sizeof(testAcute[0]));
313 doTest(myCollation, testAcute[i], testAcute[j], expected );
  /external/icu4c/test/cintltst/
cfrtst.c 87 const static UChar testAcute[][MAX_TOKEN_LEN] =
185 testAcuteSize = sizeof(testAcute) / sizeof(testAcute[0]);
193 doTest(myCollation, testAcute[i], testAcute[j], expected );
encoll.c 213 const static UChar testAcute[][MAX_TOKEN_LEN] = {
343 testAcuteSize = sizeof(testAcute) / sizeof(testAcute[0]);
351 doTest(myCollation, testAcute[i], testAcute[j], expected );

Completed in 2982 milliseconds