/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
H A D | PeriodFormatterFactory.java | 28 public PeriodFormatterFactory setLocale(String localeName); method in interface:PeriodFormatterFactory
|
H A D | DurationFormatterFactory.java | 64 public DurationFormatterFactory setLocale(String localeName); method in interface:DurationFormatterFactory
|
H A D | PeriodBuilderFactory.java | 74 * not call this API and instead call {@link #setLocale}. 87 PeriodBuilderFactory setLocale(String localeName); method in interface:PeriodBuilderFactory
|
H A D | BasicDurationFormatterFactory.java | 114 public DurationFormatterFactory setLocale(String localeName) { method in class:BasicDurationFormatterFactory 172 .setLocale(localeName) 186 .setLocale(localeName)
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
H A D | PeriodFormatterFactory.java | 26 public PeriodFormatterFactory setLocale(String localeName); method in interface:PeriodFormatterFactory
|
H A D | DurationFormatterFactory.java | 62 public DurationFormatterFactory setLocale(String localeName); method in interface:DurationFormatterFactory
|
H A D | PeriodBuilderFactory.java | 72 * not call this API and instead call {@link #setLocale}. 85 PeriodBuilderFactory setLocale(String localeName); method in interface:PeriodBuilderFactory
|
H A D | BasicDurationFormatterFactory.java | 113 public DurationFormatterFactory setLocale(String localeName) { method in class:BasicDurationFormatterFactory 171 .setLocale(localeName) 185 .setLocale(localeName)
|
/external/apache-http/src/org/apache/http/ |
H A D | HttpResponse.java | 149 * 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 D | UFormat.java | 78 final void setLocale(ULocale valid, ULocale actual) { method in class:UFormat
|
H A D | DurationFormat.java | 60 setLocale(locale,locale);
|
H A D | TimeUnitFormat.java | 46 * format.setLocale(new ULocale("en")); 114 * Use setLocale and/or setFormat to modify. 162 setLocale(locale, locale); 190 public TimeUnitFormat setLocale(ULocale locale) { method in class:TimeUnitFormat 195 setLocale(locale, locale); 209 public TimeUnitFormat setLocale(Locale locale) { method in class:TimeUnitFormat 210 return setLocale(ULocale.forLocale(locale)); 353 setLocale(locale, locale);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UFormat.java | 81 final void setLocale(ULocale valid, ULocale actual) { method in class:UFormat
|
H A D | DurationFormat.java | 58 setLocale(locale,locale);
|
H A D | TimeUnitFormat.java | 45 * format.setLocale(new ULocale("en")); 112 * Use setLocale and/or setFormat to modify. 160 setLocale(locale, locale); 188 public TimeUnitFormat setLocale(ULocale locale) { method in class:TimeUnitFormat 193 setLocale(locale, locale); 207 public TimeUnitFormat setLocale(Locale locale) { method in class:TimeUnitFormat 208 return setLocale(ULocale.forLocale(locale)); 351 setLocale(locale, locale);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
H A D | ShadowConfiguration.java | 27 public void setLocale( Locale l ) { method in class:ShadowConfiguration
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
H A D | ConfigurationTest.java | 37 shConfiguration.setLocale( Locale.US ); 40 shConfiguration.setLocale( Locale.FRANCE);
|
/external/apache-xml/src/main/java/org/apache/xml/res/ |
H A D | XMLMessages.java | 52 public void setLocale(Locale locale) method in class:XMLMessages
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/languages/ |
H A D | Test_ja.java | 41 setLocale("ja");
|
/external/icu/icu4c/source/i18n/unicode/ |
H A D | currpinf.h | 176 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 D | MessageFormat.java | 487 public void setLocale(Locale locale) { method in class:MessageFormat 488 messageFormat.setLocale(locale); 501 public void setLocale(ULocale locale) { method in class:MessageFormat 502 messageFormat.setLocale(locale.toLocale());
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
H A D | MessageFormatTest.java | 74 * Test method for 'com.ibm.icu.text.MessageFormat.setLocale(Locale)' 78 mf.setLocale(Locale.GERMANY); 84 * Test method for 'com.ibm.icu.text.MessageFormat.setLocale(ULocale)' 88 mf.setLocale(ULocale.GERMANY); 98 mf.setLocale(Locale.GERMANY); 107 mf.setLocale(ULocale.GERMANY);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/ |
H A D | Test_ja.java | 37 setLocale("ja");
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
H A D | IndicInputMethod.java | 34 public boolean setLocale(Locale locale) { method in class:IndicInputMethod
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A D | TimeUnitTest.java | 101 format.setLocale(new ULocale("pt_BR")); 112 format.setLocale(es); 115 format.setLocale(new Locale("pt_BR")); 129 tuf.setLocale(Locale.GERMAN); 345 * Tests the method public TimeUnitFormat setLocale(ULocale locale) public TimeUnitFormat setLocale(Locale locale) 350 if (!tuf.setLocale(new ULocale("en_US")).equals(tuf) && !tuf.setLocale(new Locale("en_US")).equals(tuf)) { 351 errln("TimeUnitFormat.setLocale(ULocale) was suppose to "
|