Searched defs:validLocale (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dformat.h295 char validLocale[ULOC_FULLNAME_CAPACITY]; member in class:Format
H A Ddcfmtsym.h399 char validLocale[ULOC_FULLNAME_CAPACITY]; member in class:DecimalFormatSymbols
H A Ddtfmtsym.h667 char validLocale[ULOC_FULLNAME_CAPACITY]; member in class:DateFormatSymbols
H A Dcalendar.h2110 char validLocale[ULOC_FULLNAME_CAPACITY]; member in class:Calendar
/external/icu4c/i18n/
H A Dtblcoll.cpp631 RuleBasedCollator::setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& actualLocale) { argument
635 char* vloc = uprv_strdup(validLocale.getName());
H A Ducol_imp.h960 char* validLocale; member in struct:UCollator
/external/icu4c/test/cintltst/
H A Dcrestst.c958 const char *validLocale; member in struct:__anon4921
1006 if(!locale || strcmp(locale, test[i].validLocale) != 0) {
H A Dcapitst.c1354 const char* validLocale; member in struct:__anon4863
1377 if(strcmp(locale, testStruct[i].validLocale) != 0) {
1378 log_err("[Coll %s]: Error in valid locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[i].validLocale, locale);
/external/icu4c/test/intltest/
H A Drestest.cpp577 const char *validLocale; member in struct:__anon4983
622 if(strcmp(locale.getName(), test[i].validLocale) != 0) {
H A Dapicoll.cpp1545 const char* validLocale; member in struct:__anon4953
1570 if(locale != testStruct[i].validLocale) {
1571 log("[Coll %s]: Error in valid locale, expected %s, got %s\n", testStruct[i].requestedLocale, testStruct[i].validLocale, locale.getName());
1932 virtual void setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& actualLocale);
2131 void TestCollator::setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& actualLocale) argument
2133 Collator::setLocales(requestedLocale, validLocale, actualLocale);

Completed in 182 milliseconds