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

123456789

/external/libmojo/base/android/java/src/org/chromium/base/
H A DLocaleUtils.java26 public static String getLocale(Locale locale) { method in class:LocaleUtils
50 return getLocale(Locale.getDefault());
/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/icu/android_icu4j/src/main/java/android/icu/text/
H A DUFormat.java18 * additional ICU protocol, specifically, the <tt>getLocale()</tt>
59 public final ULocale getLocale(ULocale.Type type) { method in class:UFormat
H A DBreakIterator.java754 if (cache.getLocale().equals(locale)) {
814 if (cache.getLocale().equals(where)) {
867 ULocale getLocale() { method in class:BreakIterator.BreakIteratorCache
934 public final ULocale getLocale(ULocale.Type type) { method in class:BreakIterator
H A DCurrencyFormat.java44 // Needed for getLocale(ULocale.VALID_LOCALE).
121 return new CurrencyFormat(fmt.getLocale(ULocale.ACTUAL_LOCALE));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUFormat.java17 * additional ICU protocol, specifically, the <tt>getLocale()</tt>
62 public final ULocale getLocale(ULocale.Type type) { method in class:UFormat
H A DBreakIterator.java804 if (cache.getLocale().equals(locale)) {
863 if (cache.getLocale().equals(where)) {
918 ULocale getLocale() { method in class:BreakIterator.BreakIteratorCache
986 public final ULocale getLocale(ULocale.Type type) { method in class:BreakIterator
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
H A DIHTMLReportContext.java80 public Locale getLocale(); method in interface:IHTMLReportContext
/external/icu/icu4c/source/common/
H A Dlocid.cpp771 return getLocale(eROOT);
777 return getLocale(eENGLISH);
783 return getLocale(eFRENCH);
789 return getLocale(eGERMAN);
795 return getLocale(eITALIAN);
801 return getLocale(eJAPANESE);
807 return getLocale(eKOREAN);
813 return getLocale(eCHINESE);
819 return getLocale(eCHINA);
825 return getLocale(eTAIWA
902 Locale::getLocale(int locid) function in class:Locale
[all...]
H A Dlocbased.cpp18 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:LocaleBased
H A Dlocbased.h30 * A utility class that unifies the implementation of getLocale() by
60 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
/external/icu/icu4c/source/common/unicode/
H A Dresbund.h44 * 11/09/99 weiv Added getLocale(), fRealLocale, removed fRealLocaleID
312 * Same as getLocale().getName() .
443 * @deprecated ICU 2.8 Use getLocale(ULocDataLocaleType type, UErrorCode &status) overload instead.
446 getLocale(void) const;
460 getLocale(ULocDataLocaleType type, UErrorCode &status) const;
H A Dlocdspnm.h87 virtual const Locale& getLocale() const = 0;
/external/icu/icu4c/source/i18n/unicode/
H A Ddcfmtsym.h280 inline Locale getLocale() const;
287 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
489 DecimalFormatSymbols::getLocale() const { function in class:DecimalFormatSymbols
H A Dcurrpinf.h138 const Locale& getLocale() const;
H A Dformat.h251 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
/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/icu/icu4c/source/i18n/
H A Dformat.cpp198 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:Format
200 return locBased.getLocale(type, status);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DGlobalizationPreferencesTest.java54 ULocale gpLocale0 = gp.getLocale(0);
61 ULocale gpLocale1 = gp.getLocale(1);
68 ULocale gpLocale2 = gp.getLocale(2);
75 ULocale calLocale = cal.getLocale(ULocale.VALID_LOCALE);
83 ULocale collLocale = coll.getLocale(ULocale.VALID_LOCALE);
91 ULocale brkLocale = brk.getLocale(ULocale.VALID_LOCALE);
100 ULocale dfLocale = df.getLocale(ULocale.VALID_LOCALE);
109 ULocale nfLocale = nf.getLocale(ULocale.VALID_LOCALE);
298 ULocale loc = gp.getLocale(j);
300 if (!gp.getLocale(
[all...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
H A DGlobalizationPreferencesTest.java53 ULocale gpLocale0 = gp.getLocale(0);
60 ULocale gpLocale1 = gp.getLocale(1);
67 ULocale gpLocale2 = gp.getLocale(2);
74 ULocale calLocale = cal.getLocale(ULocale.VALID_LOCALE);
82 ULocale collLocale = coll.getLocale(ULocale.VALID_LOCALE);
90 ULocale brkLocale = brk.getLocale(ULocale.VALID_LOCALE);
99 ULocale dfLocale = df.getLocale(ULocale.VALID_LOCALE);
108 ULocale nfLocale = nf.getLocale(ULocale.VALID_LOCALE);
297 ULocale loc = gp.getLocale(j);
299 if (!gp.getLocale(
[all...]
/external/apache-xml/src/main/java/org/apache/xml/res/
H A DXMLMessages.java62 public Locale getLocale() method in class:XMLMessages
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DLocaleAliasTest.java87 //Test function "getLocale(ULocale.VALID_LOCALE)"
88 ULocale l1 = c1.getLocale(ULocale.VALID_LOCALE);
89 ULocale l2 = c2.getLocale(ULocale.VALID_LOCALE);
99 logln("Calendar(getLocale) old:"+l1+" new:"+l2);
118 //Test function "getLocale"
119 ULocale l1 = df1.getLocale(ULocale.VALID_LOCALE);
120 ULocale l2 = df2.getLocale(ULocale.VALID_LOCALE);
130 TestFmwk.logln("DateFormat(getLocale) old:"+l1+" new:"+l2);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleAliasTest.java86 //Test function "getLocale(ULocale.VALID_LOCALE)"
87 ULocale l1 = c1.getLocale(ULocale.VALID_LOCALE);
88 ULocale l2 = c2.getLocale(ULocale.VALID_LOCALE);
98 logln("Calendar(getLocale) old:"+l1+" new:"+l2);
117 //Test function "getLocale"
118 ULocale l1 = df1.getLocale(ULocale.VALID_LOCALE);
119 ULocale l2 = df2.getLocale(ULocale.VALID_LOCALE);
129 TestFmwk.logln("DateFormat(getLocale) old:"+l1+" new:"+l2);
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicInputMethod.java40 public Locale getLocale() { method in class:IndicInputMethod
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
H A DSourceFilePage.java62 final SourceHighlighter hl = new SourceHighlighter(context.getLocale());

Completed in 507 milliseconds

123456789