/external/chromium_org/third_party/icu/source/test/intltest/ |
tsdate.cpp | 44 testLocale(/*par, */Locale::getDefault(), "Default Locale"); 67 IntlTestDateFormat::testLocale(/*char* par, */const Locale& locale, const UnicodeString& localeName) 283 testLocale(/*par, */locales[i], name);
|
tsnmfmt.cpp | 53 if (exec) testLocale(/*par, */Locale::getDefault(), name); 75 IntlTestNumberFormat::testLocale(/* char* par, */const Locale& locale, const UnicodeString& localeName) 445 testLocale(/* par, */locales[i], name);
|
dtifmtts.cpp | [all...] |
winnmtst.cpp | 229 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log) 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);
|
dtptngts.cpp | 65 const char* testLocale[MAX_LOCALE][4] = { [all...] |
icusvtst.cpp | 147 TESTCASE(4,testLocale); 1035 void ICUServiceTest::testLocale() { [all...] |
/external/icu/icu4c/source/test/intltest/ |
tsdate.cpp | 44 testLocale(/*par, */Locale::getDefault(), "Default Locale"); 67 IntlTestDateFormat::testLocale(/*char* par, */const Locale& locale, const UnicodeString& localeName) 283 testLocale(/*par, */locales[i], name);
|
tsnmfmt.cpp | 53 if (exec) testLocale(/*par, */Locale::getDefault(), name); 75 IntlTestNumberFormat::testLocale(/* char* par, */const Locale& locale, const UnicodeString& localeName) 445 testLocale(/* par, */locales[i], name);
|
dtifmtts.cpp | [all...] |
winnmtst.cpp | 229 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log) 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);
|
dtptngts.cpp | 65 const char* testLocale[MAX_LOCALE][4] = { [all...] |
icusvtst.cpp | 147 TESTCASE(4,testLocale); 1035 void ICUServiceTest::testLocale() { [all...] |
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
SplitAppTest.java | 178 public void testLocale() throws Exception {
|
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/ |
SplitTests.java | 152 public void testLocale() throws Exception { 154 runDeviceTests(PKG, ".SplitAppTest", "testLocale");
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cloctst.c | 259 char *testLocale = 0; 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, temp, cap+1, &status) [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cloctst.c | 259 char *testLocale = 0; 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, temp, cap+1, &status) [all...] |