Searched defs:getLocale (Results 1 - 25 of 69) sorted by relevance

123

/external/icu/icu4c/source/common/
H A Dlocbased.cpp16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:LocaleBased
H A Dresbund.cpp44 * 11/09/99 weiv Added getLocale(), rewritten constructForLocale()
378 const Locale &ResourceBundle::getLocale(void) const { function in class:ResourceBundle
390 const Locale ResourceBundle::getLocale(ULocDataLocaleType type, UErrorCode &status) const function in class:ResourceBundle
H A Dbrkiter.cpp436 BreakIterator::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:BreakIterator
438 return locBased.getLocale(type, status);
H A Dlocid.cpp762 return getLocale(eROOT);
768 return getLocale(eENGLISH);
774 return getLocale(eFRENCH);
780 return getLocale(eGERMAN);
786 return getLocale(eITALIAN);
792 return getLocale(eJAPANESE);
798 return getLocale(eKOREAN);
804 return getLocale(eCHINESE);
810 return getLocale(eCHINA);
816 return getLocale(eTAIWA
893 Locale::getLocale(int locid) function in class:Locale
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUFormat.java15 * additional ICU protocol, specifically, the <tt>getLocale()</tt>
60 public final ULocale getLocale(ULocale.Type type) { method in class:UFormat
H A DCurrencyPluralInfo.java144 public ULocale getLocale() { method in class:CurrencyPluralInfo
H A DListFormatter.java248 public ULocale getLocale() { method in class:ListFormatter
H A DLocaleDisplayNames.java147 public abstract ULocale getLocale(); method in class:LocaleDisplayNames
463 public ULocale getLocale() { method in class:LocaleDisplayNames.LastResortLocaleDisplayNames
H A DBreakIterator.java801 if (cache.getLocale().equals(locale)) {
860 if (cache.getLocale().equals(where)) {
915 ULocale getLocale() { method in class:BreakIterator.BreakIteratorCache
983 public final ULocale getLocale(ULocale.Type type) { method in class:BreakIterator
/external/apache-http/src/org/apache/http/
H A DHttpResponse.java74 * {@link #getLocale locale}.
96 * based on the current {@link #getLocale locale}. It can be set
153 Locale getLocale(); method in interface:HttpResponse
162 * @see #getLocale getLocale
/external/apache-xml/src/main/java/org/apache/xml/res/
H A DXMLMessages.java62 public Locale getLocale() method in class:XMLMessages
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DMessages.java146 private Locale getLocale() method in class:Messages
308 Locale locale = getLocale();
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java134 public Locale getLocale() { method in class:BasicHttpResponse
/external/icu/icu4c/source/i18n/
H A Dformat.cpp196 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:Format
198 return locBased.getLocale(type, status);
H A Ddcfmtsym.cpp428 DecimalFormatSymbols::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:DecimalFormatSymbols
430 return locBased.getLocale(type, status);
H A Dcurrpinf.cpp182 CurrencyPluralInfo::getLocale() const { function in class:CurrencyPluralInfo
/external/icu/icu4c/source/layoutex/
H A DRunArrays.cpp169 const Locale *LocaleRuns::getLocale(le_int32 run) const function in class:LocaleRuns
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DHttpResponseStub.java47 @Override public Locale getLocale() { method in class:HttpResponseStub
/external/icu/icu4c/source/i18n/unicode/
H A Ddcfmtsym.h280 inline Locale getLocale() const;
287 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
468 DecimalFormatSymbols::getLocale() const { function in class:DecimalFormatSymbols
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DUResourceBundle.java315 public Locale getLocale(){ method in class:UResourceBundle
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricConfig.java258 public String getLocale() { method in class:RobolectricConfig
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemNumber.java1033 Locale getLocale(TransformerImpl transformer, int contextNode) method in class:ElemNumber
1085 // Maybe we really want to do the clone in getLocale() and return
1087 Locale locale = (Locale)getLocale(transformer, contextNode).clone();
1340 org.apache.xml.utils.res.XResourceBundle.LANG_BUNDLE_NAME, getLocale(transformer, contextNode));
1349 org.apache.xml.utils.res.XResourceBundle.LANG_BUNDLE_NAME, getLocale(transformer, contextNode));
1359 getLocale(transformer, contextNode)));
1372 getLocale(transformer, contextNode)));
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
H A DGlobalizationPreferences.java201 public ULocale getLocale(int index) { method in class:GlobalizationPreferences
1019 ULocale firstLocale = getLocale(0);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleDisplayNamesImpl.java131 this.locale = ULocale.ROOT.equals(langData.getLocale()) ? regionData.getLocale() :
132 langData.getLocale();
210 public ULocale getLocale() { method in class:LocaleDisplayNamesImpl
557 ULocale getLocale() { method in class:LocaleDisplayNamesImpl.DataTable
578 public ULocale getLocale() { method in class:LocaleDisplayNamesImpl.ICUDataTable
/external/jetty/src/java/org/eclipse/jetty/server/
H A DResponse.java1217 * @see javax.servlet.ServletResponse#getLocale()
1219 public Locale getLocale() method in class:Response

Completed in 1170 milliseconds

123