Searched defs:testLocale (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsdate.cpp44 testLocale(/*par, */Locale::getDefault(), "Default Locale");
67 IntlTestDateFormat::testLocale(/*char* par, */const Locale& locale, const UnicodeString& localeName) function in class:IntlTestDateFormat
283 testLocale(/*par, */locales[i], name);
H A Ddtifmtts.cpp1121 const char* testLocale[][3] = { local
1164 for ( localeIndex = 0; localeIndex < ARRAY_SIZE(testLocale); ++localeIndex ) {
1166 uprv_strcpy(locName, testLocale[localeIndex][0]);
1167 uprv_strcat(locName, testLocale[localeIndex][1]);
1168 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);
H A Dtsnmfmt.cpp52 if (exec) testLocale(/*par, */Locale::getDefault(), name);
74 IntlTestNumberFormat::testLocale(/* char* par, */const Locale& locale, const UnicodeString& localeName) function in class:IntlTestNumberFormat
434 testLocale(/* par, */locales[i], name);
H A Dwinnmtst.cpp229 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log) function
298 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log);
299 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log);
306 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log);
307 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log);
H A Ddtptngts.cpp61 const char* testLocale[MAX_LOCALE][4] = { local
556 Locale loc(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3]);
557 logln("\n\n Locale: %s_%s_%s@%s", testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3]);
H A Dicusvtst.cpp147 TESTCASE(4,testLocale);
1036 void ICUServiceTest::testLocale() { function in class:ICUServiceTest
H A Drbbitst.cpp2342 Locale testLocale = Locale(tbItemPtr->locale); local
2348 tailoredBrkiter = BreakIterator::createCharacterInstance(testLocale, status);
2352 tailoredBrkiter = BreakIterator::createWordInstance(testLocale, status);
2356 tailoredBrkiter = BreakIterator::createLineInstance(testLocale, status);
2360 tailoredBrkiter = BreakIterator::createSentenceInstance(testLocale, status);
/external/icu/icu4c/source/test/intltest/
H A Dtsdate.cpp44 testLocale(/*par, */Locale::getDefault(), "Default Locale");
67 IntlTestDateFormat::testLocale(/*char* par, */const Locale& locale, const UnicodeString& localeName) function in class:IntlTestDateFormat
283 testLocale(/*par, */locales[i], name);
H A Ddtifmtts.cpp1328 const char* testLocale[][3] = { local
1371 for ( localeIndex = 0; localeIndex < ARRAY_SIZE(testLocale); ++localeIndex ) {
1373 uprv_strcpy(locName, testLocale[localeIndex][0]);
1374 uprv_strcat(locName, testLocale[localeIndex][1]);
1375 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);
H A Dtsnmfmt.cpp53 if (exec) testLocale(/*par, */Locale::getDefault(), name);
75 IntlTestNumberFormat::testLocale(/* char* par, */const Locale& locale, const UnicodeString& localeName) function in class:IntlTestNumberFormat
445 testLocale(/* par, */locales[i], name);
H A Dwinnmtst.cpp229 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log) function
298 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log);
299 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log);
306 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log);
307 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log);
H A Ddtptngts.cpp65 const char* testLocale[MAX_LOCALE][4] = { local
628 Locale loc(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3]);
629 logln("\n\n Locale: %s_%s_%s@%s", testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3]);
H A Dicusvtst.cpp147 TESTCASE(4,testLocale);
1035 void ICUServiceTest::testLocale() { function in class:ICUServiceTest
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c255 char *testLocale = 0; local
259 testLocale=(char*)malloc(sizeof(char) * (strlen(rawData2[NAME][i])+1));
260 strcpy(testLocale,rawData2[NAME][i]);
262 log_verbose("Testing %s .....\n", testLocale);
263 cap=uloc_getLanguage(testLocale, NULL, 0, &status);
267 uloc_getLanguage(testLocale, temp, cap+1, &status);
277 cap=uloc_getCountry(testLocale, temp, cap, &status);
281 uloc_getCountry(testLocale, temp, cap+1, &status);
291 cap=uloc_getVariant(testLocale, temp, cap, &status);
295 uloc_getVariant(testLocale, tem
521 char* testLocale = 0; local
717 const char *testLocale; local
2846 const char* testLocale = 0; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c259 char *testLocale = 0; local
263 testLocale=(char*)malloc(sizeof(char) * (strlen(rawData2[NAME][i])+1));
264 strcpy(testLocale,rawData2[NAME][i]);
266 log_verbose("Testing %s .....\n", testLocale);
267 cap=uloc_getLanguage(testLocale, NULL, 0, &status);
271 uloc_getLanguage(testLocale, temp, cap+1, &status);
281 cap=uloc_getCountry(testLocale, temp, cap, &status);
285 uloc_getCountry(testLocale, temp, cap+1, &status);
295 cap=uloc_getVariant(testLocale, temp, cap, &status);
299 uloc_getVariant(testLocale, tem
526 char* testLocale = 0; local
864 const char *testLocale; local
3109 const char* testLocale = 0; local
[all...]

Completed in 491 milliseconds