Searched refs:setLocale (Results 1 - 25 of 199) 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)
/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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowConfigurationTest.java35 configuration.setLocale( Locale.US );
38 configuration.setLocale( Locale.FRANCE);
/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/android_icu4j/src/main/tests/android/icu/dev/test/duration/languages/
H A DTest_ja.java34 setLocale("ja");
/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.java107 format.setLocale(new ULocale("pt_BR"));
118 format.setLocale(es);
121 format.setLocale(new Locale("pt_BR"));
136 tuf.setLocale(Locale.GERMAN);
358 * Tests the method public TimeUnitFormat setLocale(ULocale locale) public TimeUnitFormat setLocale(Locale locale)
364 if (!tuf.setLocale(new ULocale("en_US")).equals(tuf) && !tuf.setLocale(new Locale("en_US")).equals(tuf)) {
365 errln("TimeUnitFormat.setLocale(ULocale) was suppose to "
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeUnitTest.java104 format.setLocale(new ULocale("pt_BR"));
115 format.setLocale(es);
118 format.setLocale(new Locale("pt_BR"));
133 tuf.setLocale(Locale.GERMAN);
355 * Tests the method public TimeUnitFormat setLocale(ULocale locale) public TimeUnitFormat setLocale(Locale locale)
361 if (!tuf.setLocale(new ULocale("en_US")).equals(tuf) && !tuf.setLocale(new Locale("en_US")).equals(tuf)) {
362 errln("TimeUnitFormat.setLocale(ULocale) was suppose to "

Completed in 597 milliseconds

12345678