HomeSort by relevance Sort by last modified time
    Searched defs:setLocale (Results 76 - 100 of 543) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/python/cpython2/Lib/xml/sax/
xmlreader.py 66 def setLocale(self, locale):
  /external/python/cpython3/Lib/xml/sax/
saxutils.py 314 def setLocale(self, locale):
315 self._parent.setLocale(locale)
xmlreader.py 66 def setLocale(self, locale):
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 83 public void setLocale(java.util.Locale locale)
89 throw new SAXNotSupportedException("TagSoup does not implement setLocale() method");
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 122 * @see org.xml.sax.Parser#setLocale
125 public void setLocale (Locale locale)
128 throw new SAXNotSupportedException("setLocale not supported");
  /libcore/ojluni/src/main/java/sun/util/calendar/
ImmutableGregorianDate.java 185 protected void setLocale(Locale loc) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserTestsBase.java 50 mTextsSet.setLocale(TEST_LOCALE, getContext());
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
xmlreader.py 66 def setLocale(self, locale):
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
xmlreader.py 66 def setLocale(self, locale):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 66 def setLocale(self, locale):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 66 def setLocale(self, locale):
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
GlobalizationPreferencesTest.java 195 // setLocale(ULocale)
196 logln("Call setLocale(ULocale) after frozen");
199 gp.setLocale(new ULocale("fi_FI"));
204 errln("FAIL: setLocale(ULocale) must be blocked after frozen");
227 // setLocale(ULocale)
228 logln("Call setLocale(ULocale) of the modifiable clone");
231 gp1.setLocale(new ULocale("fr_FR"));
380 gp.setLocale(new ULocale("ko_KR"));
459 gp.setLocale(new ULocale("ang"));
467 gp.setLocale(new ULocale("fr"))
    [all...]
TimeUnitTest.java 107 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/collate/src/com/ibm/icu/dev/test/format/
GlobalizationPreferencesTest.java 192 // setLocale(ULocale)
193 logln("Call setLocale(ULocale) after frozen");
196 gp.setLocale(new ULocale("fi_FI"));
201 errln("FAIL: setLocale(ULocale) must be blocked after frozen");
224 // setLocale(ULocale)
225 logln("Call setLocale(ULocale) of the modifiable clone");
228 gp1.setLocale(new ULocale("fr_FR"));
377 gp.setLocale(new ULocale("ko_KR"));
456 gp.setLocale(new ULocale("ang"));
464 gp.setLocale(new ULocale("fr"))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BreakIterator.java     [all...]
PluralFormat.java     [all...]
TimeUnitFormat.java 49 * format.setLocale(new ULocale("en"));
117 * Use setLocale and/or setFormat to modify.
165 setLocale(locale, locale);
193 public TimeUnitFormat setLocale(ULocale locale) {
198 setLocale(locale, locale);
212 public TimeUnitFormat setLocale(Locale locale) {
213 return setLocale(ULocale.forLocale(locale));
356 setLocale(locale, locale);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarPanel.java 34 setLocale(locale);
37 public void setLocale(Locale locale) {
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
MessageFormat.java 489 public void setLocale(Locale locale) {
490 messageFormat.setLocale(locale);
503 public void setLocale(ULocale locale) {
504 messageFormat.setLocale(locale.toLocale());
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BreakIterator.java     [all...]
PluralFormat.java     [all...]
TimeUnitFormat.java 48 * format.setLocale(new ULocale("en"));
115 * Use setLocale and/or setFormat to modify.
163 setLocale(locale, locale);
191 public TimeUnitFormat setLocale(ULocale locale) {
196 setLocale(locale, locale);
210 public TimeUnitFormat setLocale(Locale locale) {
211 return setLocale(ULocale.forLocale(locale));
354 setLocale(locale, locale);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeUnitTest.java 104 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 "
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
RobolectricConfig.java 253 public void setLocale( String locale ){
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DeviceConfig.java 109 // layoutdir may be overridden by setLocale(), so do this first:
161 setLocale(apiLevel, configuration, locale);
251 setLocale(apiLevel, configuration, locale);
367 private static void setLocale(int apiLevel, Configuration configuration, Locale locale) {
369 configuration.setLocale(locale);

Completed in 1520 milliseconds

1 2 34 5 6 7 8 91011>>