Searched refs:setLocale (Results 1 - 25 of 196) sorted by relevance

12345678

/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
H A DPeriodFormatterFactory.java30 public PeriodFormatterFactory setLocale(String localeName); method in interface:PeriodFormatterFactory
H A DDurationFormatterFactory.java66 public DurationFormatterFactory setLocale(String localeName); method in interface:DurationFormatterFactory
H A DPeriodBuilderFactory.java76 * not call this API and instead call {@link #setLocale}.
89 PeriodBuilderFactory setLocale(String localeName); method in interface:PeriodBuilderFactory
H A DBasicDurationFormatterFactory.java121 public DurationFormatterFactory setLocale(String localeName) { method in class:BasicDurationFormatterFactory
181 .setLocale(localeName)
195 .setLocale(localeName)
H A DBasicDurationFormat.java63 formatter = pfs.newDurationFormatterFactory().setLocale(locale.getName()).getFormatter();
64 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).setLocale(locale.getName()).getFormatter();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DPeriodFormatterFactory.java28 public PeriodFormatterFactory setLocale(String localeName); method in interface:PeriodFormatterFactory
H A DDurationFormatterFactory.java64 public DurationFormatterFactory setLocale(String localeName); method in interface:DurationFormatterFactory
H A DPeriodBuilderFactory.java74 * not call this API and instead call {@link #setLocale}.
87 PeriodBuilderFactory setLocale(String localeName); method in interface:PeriodBuilderFactory
H A DBasicDurationFormatterFactory.java120 public DurationFormatterFactory setLocale(String localeName) { method in class:BasicDurationFormatterFactory
180 .setLocale(localeName)
194 .setLocale(localeName)
/external/apache-http/src/org/apache/http/
H A DHttpResponse.java149 * It can be changed using {@link #setLocale setLocale}.
165 void setLocale(Locale loc); method in interface:HttpResponse
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUFormat.java80 final void setLocale(ULocale valid, ULocale actual) { method in class:UFormat
H A DDurationFormat.java62 setLocale(locale,locale);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUFormat.java83 final void setLocale(ULocale valid, ULocale actual) { method in class:UFormat
H A DDurationFormat.java60 setLocale(locale,locale);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowConfiguration.java27 public void setLocale( Locale l ) { method in class:ShadowConfiguration
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DConfigurationTest.java37 shConfiguration.setLocale( Locale.US );
40 shConfiguration.setLocale( Locale.FRANCE);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/languages/
H A DTest_ja.java32 setLocale("ja");
/external/apache-xml/src/main/java/org/apache/xml/res/
H A DXMLMessages.java52 public void setLocale(Locale locale) method in class:XMLMessages
/external/icu/icu4c/source/i18n/unicode/
H A Dcurrpinf.h178 void setLocale(const Locale& loc, UErrorCode& status);
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DMessageFormat.java489 public void setLocale(Locale locale) { method in class:MessageFormat
490 messageFormat.setLocale(locale);
503 public void setLocale(ULocale locale) { method in class:MessageFormat
504 messageFormat.setLocale(locale.toLocale());
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DMessageFormatTest.java76 * Test method for 'com.ibm.icu.text.MessageFormat.setLocale(Locale)'
80 mf.setLocale(Locale.GERMANY);
86 * Test method for 'com.ibm.icu.text.MessageFormat.setLocale(ULocale)'
90 mf.setLocale(ULocale.GERMANY);
100 mf.setLocale(Locale.GERMANY);
109 mf.setLocale(ULocale.GERMANY);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/
H A DTest_ja.java31 setLocale("ja");
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicInputMethod.java36 public boolean setLocale(Locale locale) { method in class:IndicInputMethod
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DTimeUnitTest.java103 format.setLocale(new ULocale("pt_BR"));
114 format.setLocale(es);
117 format.setLocale(new Locale("pt_BR"));
132 tuf.setLocale(Locale.GERMAN);
357 * Tests the method public TimeUnitFormat setLocale(ULocale locale) public TimeUnitFormat setLocale(Locale locale)
363 if (!tuf.setLocale(new ULocale("en_US")).equals(tuf) && !tuf.setLocale(new Locale("en_US")).equals(tuf)) {
364 errln("TimeUnitFormat.setLocale(ULocale) was suppose to "
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeUnitTest.java102 format.setLocale(new ULocale("pt_BR"));
113 format.setLocale(es);
116 format.setLocale(new Locale("pt_BR"));
131 tuf.setLocale(Locale.GERMAN);
356 * Tests the method public TimeUnitFormat setLocale(ULocale locale) public TimeUnitFormat setLocale(Locale locale)
362 if (!tuf.setLocale(new ULocale("en_US")).equals(tuf) && !tuf.setLocale(new Locale("en_US")).equals(tuf)) {
363 errln("TimeUnitFormat.setLocale(ULocale) was suppose to "

Completed in 4405 milliseconds

12345678