/external/icu4c/common/ |
D | locid.cpp | 1012 return getLocale(eENGLISH); in getEnglish() 1018 return getLocale(eFRENCH); in getFrench() 1024 return getLocale(eGERMAN); in getGerman() 1030 return getLocale(eITALIAN); in getItalian() 1036 return getLocale(eJAPANESE); in getJapanese() 1042 return getLocale(eKOREAN); in getKorean() 1048 return getLocale(eCHINESE); in getChinese() 1054 return getLocale(eCHINA); in getSimplifiedChinese() 1060 return getLocale(eTAIWAN); in getTraditionalChinese() 1067 return getLocale(eFRANCE); in getFrance() [all …]
|
D | locbased.cpp | 16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() function in LocaleBased
|
D | locbased.h | 58 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
|
D | resbund.cpp | 370 const Locale &ResourceBundle::getLocale(void) const in getLocale() function in ResourceBundle 390 const Locale ResourceBundle::getLocale(ULocDataLocaleType type, UErrorCode &status) const in getLocale() function in ResourceBundle
|
D | brkiter.cpp | 439 BreakIterator::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() function in BreakIterator 441 return locBased.getLocale(type, status); in getLocale()
|
/external/icu4c/test/intltest/ |
D | loctest.cpp | 476 if (symb.getLocale(ULOC_VALID_LOCALE, status) != Locale("root")) { in TestDisplayNames() 1777 valid = cal->getLocale(ULOC_VALID_LOCALE, ec); in TestGetLocale() 1778 actual = cal->getLocale(ULOC_ACTUAL_LOCALE, ec); in TestGetLocale() 1786 if (cal->getLocale(ULOC_VALID_LOCALE, ec).getName()[0] != 0) { in TestGetLocale() 1806 valid = dec->getLocale(ULOC_VALID_LOCALE, ec); in TestGetLocale() 1807 actual = dec->getLocale(ULOC_ACTUAL_LOCALE, ec); in TestGetLocale() 1819 valid = sym->getLocale(ULOC_VALID_LOCALE, ec); in TestGetLocale() 1820 actual = sym->getLocale(ULOC_ACTUAL_LOCALE, ec); in TestGetLocale() 1843 valid = dat->getLocale(ULOC_VALID_LOCALE, ec); in TestGetLocale() 1844 actual = dat->getLocale(ULOC_ACTUAL_LOCALE, ec); in TestGetLocale() [all …]
|
D | svccoll.cpp | 59 Locale loc = frcol->getLocale(ULOC_REQUESTED_LOCALE, status); in TestRegister() 63 loc = frcol->getLocale(ULOC_VALID_LOCALE, status); in TestRegister() 68 loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status); in TestRegister() 72 loc = ncol->getLocale(ULOC_VALID_LOCALE, status); in TestRegister() 76 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status); in TestRegister() 180 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status); in TestRegister() 407 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status); in TestRegisterFactory() 411 loc = ncol->getLocale(ULOC_VALID_LOCALE, status); in TestRegisterFactory()
|
D | restsnew.cpp | 414 a.getLocale()==b.getLocale() && in equalRB() 456 if(strcmp(test1.getLocale().getName(), locale->getName()) !=0 ){ in TestOtherAPI() 473 …if(strcmp(defaultresource.getLocale().getName(), explicitdefaultresource.getLocale().getName()) !=… in TestOtherAPI() 475 …explicitdefaultresource.getLocale().getName(), defaultresource.getLocale().getName(), u_errorName(… in TestOtherAPI() 482 strcmp(copyRes.getLocale().getName(), defaultresource.getLocale().getName() ) !=0 || in TestOtherAPI() 483 strcmp(test1.getLocale().getName(), defaultresource.getLocale().getName() ) ==0 ) in TestOtherAPI() 491 strcmp(defSubCopy.getLocale().getName(), defaultSub.getLocale().getName() ) !=0 ){ in TestOtherAPI()
|
D | apicoll.cpp | 235 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getFrench()) { in TestProperty() 1592 locale = coll->getLocale(ULOC_REQUESTED_LOCALE, status); in TestGetLocale() 1596 locale = coll->getLocale(ULOC_VALID_LOCALE, status); in TestGetLocale() 1600 locale = coll->getLocale(ULOC_ACTUAL_LOCALE, status); in TestGetLocale() 1617 if(coll->getLocale(ULOC_REQUESTED_LOCALE, status) != "blahaha") { in TestGetLocale() 1620 if(coll->getLocale(ULOC_VALID_LOCALE, status) != in TestGetLocale() 1621 defaultColl->getLocale(ULOC_VALID_LOCALE, status)) { in TestGetLocale() 1625 if(coll->getLocale(ULOC_ACTUAL_LOCALE, status) != in TestGetLocale() 1626 defaultColl->getLocale(ULOC_ACTUAL_LOCALE, status)) { in TestGetLocale() 1638 locale = coll->getLocale(ULOC_REQUESTED_LOCALE, status); in TestGetLocale() [all …]
|
D | restest.cpp | 612 locale = res.getLocale(ULOC_REQUESTED_LOCALE, status); in TestGetLocaleByType() 616 locale = res.getLocale(ULOC_VALID_LOCALE, status); in TestGetLocaleByType() 620 locale = res.getLocale(ULOC_ACTUAL_LOCALE, status); in TestGetLocaleByType()
|
D | aliastst.cpp | 136 Locale l1 = c1->getLocale(ULOC_VALID_LOCALE, status); in TestCollation() 137 Locale l2 = c2->getLocale(ULOC_VALID_LOCALE, status); in TestCollation()
|
/external/icu4c/i18n/unicode/ |
D | dcfmtsym.h | 216 inline Locale getLocale() const; 223 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 357 DecimalFormatSymbols::getLocale() const { in getLocale() function
|
D | format.h | 242 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
|
D | msgfmt.h | 368 virtual const Locale& getLocale(void) const;
|
/external/webkit/WebCore/platform/text/mac/ |
D | TextBreakIteratorInternalICUMac.mm | 65 static void getLocale(CFStringRef locale, char localeStringBuffer[maxLocaleStringLength]) 76 getLocale(canonicalLanguageIdentifier(topLanguagePreference().get()).get(), localeStringBuffer); 96 getLocale(canonicalLanguageIdentifier(locale.get()).get(), localeStringBuffer);
|
/external/icu4c/common/unicode/ |
D | resbund.h | 441 getLocale(void) const; 454 getLocale(ULocDataLocaleType type, UErrorCode &status) const;
|
D | brkiter.h | 507 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
|
D | locid.h | 712 static const Locale &getLocale(int locid);
|
/external/icu4c/i18n/ |
D | format.cpp | 172 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() function in Format 174 return locBased.getLocale(type, status); in getLocale()
|
D | dcfmtsym.cpp | 289 DecimalFormatSymbols::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() function in DecimalFormatSymbols 291 return locBased.getLocale(type, status); in getLocale()
|
/external/apache-http/src/org/apache/http/ |
D | HttpResponse.java | 148 Locale getLocale(); in getLocale() method
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerResult.c | 83 return self->getLocale(self, locale); in SR_RecognizerResultGetLocale()
|
/external/srec/srec/Recognizer/include/ |
D | SR_RecognizerResult.h | 108 ESR_ReturnCode(*getLocale)(const struct SR_RecognizerResult_t* self, ESR_Locale* locale); member
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicHttpResponse.java | 129 public Locale getLocale() { in getLocale() method in BasicHttpResponse
|
/external/icu4c/layoutex/ |
D | RunArrays.cpp | 169 const Locale *LocaleRuns::getLocale(le_int32 run) const in getLocale() function in LocaleRuns
|