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

  /external/chromium_org/third_party/icu/source/test/intltest/
encoll.cpp 232 static const UChar testMore[][CollationEnglishTest::MAX_TOKEN_LEN] = {
263 const int32_t testMoreSize = (int32_t)(sizeof(testMore) / sizeof(testMore[0]));
274 doTest(myCollation, testMore[i], testMore[j], expected );
  /external/icu4c/test/intltest/
encoll.cpp 232 static const UChar testMore[][CollationEnglishTest::MAX_TOKEN_LEN] = {
263 const int32_t testMoreSize = (int32_t)(sizeof(testMore) / sizeof(testMore[0]));
274 doTest(myCollation, testMore[i], testMore[j], expected );
  /external/chromium_org/third_party/icu/source/test/cintltst/
encoll.c 241 static const UChar testMore[][MAX_TOKEN_LEN] = {
291 testMoreSize = sizeof(testMore) / sizeof(testMore[0]);
299 doTest(myCollation, testMore[i], testMore[j], expected );
  /external/icu4c/test/cintltst/
encoll.c 241 static const UChar testMore[][MAX_TOKEN_LEN] = {
291 testMoreSize = sizeof(testMore) / sizeof(testMore[0]);
299 doTest(myCollation, testMore[i], testMore[j], expected );

Completed in 113 milliseconds