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

12345678910

/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.java16 * additional ICU protocol, specifically, the <tt>getLocale()</tt>
57 public final ULocale getLocale(ULocale.Type type) { method in class:UFormat
H A DBreakIterator.java751 if (cache.getLocale().equals(locale)) {
811 if (cache.getLocale().equals(where)) {
864 ULocale getLocale() { method in class:BreakIterator.BreakIteratorCache
931 public final ULocale getLocale(ULocale.Type type) { method in class:BreakIterator
H A DCurrencyFormat.java42 // Needed for getLocale(ULocale.VALID_LOCALE).
119 return new CurrencyFormat(fmt.getLocale(ULocale.ACTUAL_LOCALE));
/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 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/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.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...]
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;
/external/icu/icu4c/source/common/unicode/
H A Dresbund.h42 * 11/09/99 weiv Added getLocale(), fRealLocale, removed fRealLocaleID
310 * Same as getLocale().getName() .
441 * @deprecated ICU 2.8 Use getLocale(ULocDataLocaleType type, UErrorCode &status) overload instead.
444 getLocale(void) const;
458 getLocale(ULocDataLocaleType type, UErrorCode &status) const;
/external/icu/icu4c/source/i18n/unicode/
H A Ddcfmtsym.h278 inline Locale getLocale() const;
285 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
491 DecimalFormatSymbols::getLocale() const { function in class:DecimalFormatSymbols
H A Dcurrpinf.h136 const Locale& getLocale() const;
H A Dformat.h249 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
H A Dlocdspnm.h85 virtual const Locale& getLocale() const = 0;
/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.cpp196 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const { function in class:Format
198 return locBased.getLocale(type, status);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DGlobalizationPreferencesTest.java57 ULocale gpLocale0 = gp.getLocale(0);
64 ULocale gpLocale1 = gp.getLocale(1);
71 ULocale gpLocale2 = gp.getLocale(2);
78 ULocale calLocale = cal.getLocale(ULocale.VALID_LOCALE);
86 ULocale collLocale = coll.getLocale(ULocale.VALID_LOCALE);
94 ULocale brkLocale = brk.getLocale(ULocale.VALID_LOCALE);
103 ULocale dfLocale = df.getLocale(ULocale.VALID_LOCALE);
112 ULocale nfLocale = nf.getLocale(ULocale.VALID_LOCALE);
299 ULocale loc = gp.getLocale(j);
301 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);
295 ULocale loc = gp.getLocale(j);
297 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.java83 //Test function "getLocale(ULocale.VALID_LOCALE)"
84 ULocale l1 = c1.getLocale(ULocale.VALID_LOCALE);
85 ULocale l2 = c2.getLocale(ULocale.VALID_LOCALE);
95 logln("Calendar(getLocale) old:"+l1+" new:"+l2);
113 //Test function "getLocale"
114 ULocale l1 = df1.getLocale(ULocale.VALID_LOCALE);
115 ULocale l2 = df2.getLocale(ULocale.VALID_LOCALE);
125 this.logln("DateFormat(getLocale) old:"+l1+" new:"+l2);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleAliasTest.java79 //Test function "getLocale(ULocale.VALID_LOCALE)"
80 ULocale l1 = c1.getLocale(ULocale.VALID_LOCALE);
81 ULocale l2 = c2.getLocale(ULocale.VALID_LOCALE);
91 logln("Calendar(getLocale) old:"+l1+" new:"+l2);
109 //Test function "getLocale"
110 ULocale l1 = df1.getLocale(ULocale.VALID_LOCALE);
111 ULocale l2 = df2.getLocale(ULocale.VALID_LOCALE);
121 this.logln("DateFormat(getLocale) old:"+l1+" new:"+l2);
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicInputMethod.java38 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());
/external/icu/icu4c/source/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 2108 milliseconds

12345678910