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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp2304 const char* TEST_LOCALES[] = { local
2323 for (int i = 0; TEST_LOCALES[i] != NULL; i++) {
2325 Calendar *cal = Calendar::createInstance(TEST_LOCALES[i], status);
2327 errln("Error: Failed to create a calendar for locale: %s", TEST_LOCALES[i]);
2331 errln("Error: Gregorian calendar is not used for locale: %s", TEST_LOCALES[i]);
2344 TEST_DATA[j][0], TEST_LOCALES[i], weekNum, weekYear, TEST_DATA[j][1], TEST_DATA[j][2]);
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp2325 const char* TEST_LOCALES[] = { local
2344 for (int i = 0; TEST_LOCALES[i] != NULL; i++) {
2346 Calendar *cal = Calendar::createInstance(TEST_LOCALES[i], status);
2348 errln("Error: Failed to create a calendar for locale: %s", TEST_LOCALES[i]);
2352 errln("Error: Gregorian calendar is not used for locale: %s", TEST_LOCALES[i]);
2365 TEST_DATA[j][0], TEST_LOCALES[i], weekNum, weekYear, TEST_DATA[j][1], TEST_DATA[j][2]);

Completed in 102 milliseconds