Searched refs:TEST_LOCALES (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Dcaltest.cpp2212 const char* TEST_LOCALES[] = { local
2231 for (int i = 0; TEST_LOCALES[i] != NULL; i++) {
2233 Calendar *cal = Calendar::createInstance(TEST_LOCALES[i], status);
2235 errln("Error: Failed to create a calendar for locale: %s", TEST_LOCALES[i]);
2239 errln("Error: Gregorian calendar is not used for locale: %s", TEST_LOCALES[i]);
2252 TEST_DATA[j][0], TEST_LOCALES[i], weekNum, weekYear, TEST_DATA[j][1], TEST_DATA[j][2]);

Completed in 31 milliseconds