Searched refs:getLocale (Results 1 - 25 of 81) sorted by relevance

1234

/external/apache-http/src/org/apache/http/
H A DHttpResponse.java69 * {@link #getLocale locale}.
91 * based on the current {@link #getLocale locale}. It can be set
148 Locale getLocale(); method in interface:HttpResponse
157 * @see #getLocale getLocale
/external/webkit/WebCore/platform/text/mac/
H A DTextBreakIteratorInternalICUMac.mm65 static void getLocale(CFStringRef locale, char localeStringBuffer[maxLocaleStringLength])
76 getLocale(canonicalLanguageIdentifier(topLanguagePreference().get()).get(), localeStringBuffer);
96 getLocale(canonicalLanguageIdentifier(locale.get()).get(), localeStringBuffer);
/external/chromium/third_party/icu/source/common/
H A Dlocbased.cpp16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:LocaleBased
H A Dlocbased.h28 * A utility class that unifies the implementation of getLocale() by
58 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
H A Dlocid.cpp1019 return getLocale(eENGLISH);
1025 return getLocale(eFRENCH);
1031 return getLocale(eGERMAN);
1037 return getLocale(eITALIAN);
1043 return getLocale(eJAPANESE);
1049 return getLocale(eKOREAN);
1055 return getLocale(eCHINESE);
1061 return getLocale(eCHINA);
1067 return getLocale(eTAIWAN);
1074 return getLocale(eFRANC
1144 Locale::getLocale(int locid) function in class:Locale
[all...]
/external/icu4c/common/
H A Dlocbased.cpp16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:LocaleBased
H A Dlocbased.h28 * A utility class that unifies the implementation of getLocale() by
58 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
H A Dlocid.cpp761 return getLocale(eROOT);
767 return getLocale(eENGLISH);
773 return getLocale(eFRENCH);
779 return getLocale(eGERMAN);
785 return getLocale(eITALIAN);
791 return getLocale(eJAPANESE);
797 return getLocale(eKOREAN);
803 return getLocale(eCHINESE);
809 return getLocale(eCHINA);
815 return getLocale(eTAIWA
892 Locale::getLocale(int locid) function in class:Locale
[all...]
/external/chromium/third_party/icu/public/i18n/unicode/
H A Ddcfmtsym.h227 inline Locale getLocale() const;
234 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
404 DecimalFormatSymbols::getLocale() const { function in class:DecimalFormatSymbols
H A Dcurrpinf.h138 const Locale& getLocale() const;
H A Dformat.h242 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
/external/icu4c/i18n/unicode/
H A Ddcfmtsym.h232 inline Locale getLocale() const;
239 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
411 DecimalFormatSymbols::getLocale() const { function in class:DecimalFormatSymbols
H A Dcurrpinf.h138 const Locale& getLocale() const;
H A Dformat.h263 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
H A Dlocdspnm.h70 virtual const Locale& getLocale() const = 0;
/external/chromium/third_party/icu/public/common/unicode/
H A Dresbund.h42 * 11/09/99 weiv Added getLocale(), fRealLocale, removed fRealLocaleID
310 * Same as getLocale().getName() .
438 * @deprecated ICU 2.8 Use getLocale(ULocDataLocaleType type, UErrorCode &status) overload instead.
441 getLocale(void) const;
454 getLocale(ULocDataLocaleType type, UErrorCode &status) const;
/external/icu4c/common/unicode/
H A Dresbund.h42 * 11/09/99 weiv Added getLocale(), fRealLocale, removed fRealLocaleID
310 * Same as getLocale().getName() .
438 * @deprecated ICU 2.8 Use getLocale(ULocDataLocaleType type, UErrorCode &status) overload instead.
441 getLocale(void) const;
454 getLocale(ULocDataLocaleType type, UErrorCode &status) const;
/external/chromium/third_party/icu/source/i18n/
H A Dformat.cpp172 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:Format
174 return locBased.getLocale(type, status);
/external/icu4c/i18n/
H A Dformat.cpp190 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:Format
192 return locBased.getLocale(type, status);
H A Dlocdspnm.cpp66 const Locale& getLocale();
110 ICUDataTable::getLocale() { function in class:ICUDataTable
163 virtual const Locale& getLocale() const;
194 DefaultLocaleDisplayNames::getLocale() const {
279 virtual const Locale& getLocale() const;
319 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
320 ? regionData.getLocale()
321 : langData.getLocale();
342 LocaleDisplayNamesImpl::getLocale() const { function in class:LocaleDisplayNamesImpl
548 return ((const LocaleDisplayNames *)ldn)->getLocale()
[all...]
/external/srec/srec/Recognizer/include/
H A DSR_RecognizerResult.h108 ESR_ReturnCode(*getLocale)(const struct SR_RecognizerResult_t* self, ESR_Locale* locale); member in struct:SR_RecognizerResult_t
/external/srec/srec/Recognizer/src/
H A DRecognizerResult.c83 return self->getLocale(self, locale);
/external/chromium/third_party/icu/source/test/intltest/
H A Drestsnew.cpp414 a.getLocale()==b.getLocale() &&
455 logln("Testing getLocale()\n");
456 if(strcmp(test1.getLocale().getName(), locale->getName()) !=0 ){
457 errln("FAIL: ResourceBundle::getLocale() failed\n");
473 if(strcmp(defaultresource.getLocale().getName(), explicitdefaultresource.getLocale().getName()) != 0){
475 explicitdefaultresource.getLocale().getName(), defaultresource.getLocale().getName(), u_errorName(err));
482 strcmp(copyRes.getLocale()
[all...]
H A Dsvccoll.cpp59 Locale loc = frcol->getLocale(ULOC_REQUESTED_LOCALE, status);
63 loc = frcol->getLocale(ULOC_VALID_LOCALE, status);
68 loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
72 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
76 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status);
180 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status);
407 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
411 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
/external/icu4c/test/intltest/
H A Drestsnew.cpp419 a.getLocale()==b.getLocale() &&
460 logln("Testing getLocale()\n");
461 if(strcmp(test1.getLocale().getName(), locale->getName()) !=0 ){
462 errln("FAIL: ResourceBundle::getLocale() failed\n");
478 if(strcmp(defaultresource.getLocale().getName(), explicitdefaultresource.getLocale().getName()) != 0){
480 explicitdefaultresource.getLocale().getName(), defaultresource.getLocale().getName(), u_errorName(err));
487 strcmp(copyRes.getLocale()
[all...]

Completed in 287 milliseconds

1234