HomeSort by relevance Sort by last modified time
    Searched refs:ULocale (Results 401 - 425 of 480) sorted by null

<<11121314151617181920

  /frameworks/base/tools/layoutlib/bridge/src/android/text/
StaticLayout_Delegate.java 12 import android.icu.util.ULocale;
139 BreakIterator it = BreakIterator.getLineInstance(new ULocale(builder.mLocale));
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java 43 import android.icu.util.ULocale;
44 import android.icu.util.ULocale.Category;
302 * ULocale.ENGLISH);
348 this.ulocale = ULocale.getDefault(Category.FORMAT);
362 this(pattern, ULocale.forLocale(locale));
374 public MessageFormat(String pattern, ULocale locale) {
375 this.ulocale = locale;
388 setLocale(ULocale.forLocale(locale));
399 public void setLocale(ULocale locale)
1500 private transient ULocale ulocale; field in class:MessageFormat
    [all...]
TimeZoneFormat.java 49 import android.icu.util.ULocale;
291 private ULocale _locale;
378 protected TimeZoneFormat(ULocale locale) {
447 public static TimeZoneFormat getInstance(ULocale locale) {
465 return getInstance(ULocale.forLocale(locale));
673 * created by {#link {@link #getInstance(ULocale)} has no parse options set.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java 42 import com.ibm.icu.util.ULocale;
43 import com.ibm.icu.util.ULocale.Category;
301 * ULocale.ENGLISH);
349 this.ulocale = ULocale.getDefault(Category.FORMAT);
364 this(pattern, ULocale.forLocale(locale));
377 public MessageFormat(String pattern, ULocale locale) {
378 this.ulocale = locale;
392 setLocale(ULocale.forLocale(locale));
404 public void setLocale(ULocale locale)
1544 private transient ULocale ulocale; field in class:MessageFormat
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CopticTest.java 21 import android.icu.util.ULocale;
257 // new CopticCalendar(ULocale)
258 CopticCalendar cal = new CopticCalendar(ULocale.getDefault());
260 errln("could not create CopticCalendar with ULocale");
281 // new CopticCalendar(TimeZone, ULocale)
282 CopticCalendar cal = new CopticCalendar(TimeZone.getDefault(),ULocale.getDefault());
284 errln("could not create CopticCalendar with TimeZone, ULocale");
EthiopicTest.java 20 import android.icu.util.ULocale;
313 // new EthiopicCalendar(ULocale)
314 EthiopicCalendar cal = new EthiopicCalendar(ULocale.getDefault());
316 errln("could not create EthiopicCalendar with ULocale");
337 // new EthiopicCalendar(TimeZone, ULocale)
338 EthiopicCalendar cal = new EthiopicCalendar(TimeZone.getDefault(), ULocale.getDefault());
340 errln("could not create EthiopicCalendar with TimeZone,ULocale");
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTestTuple.java 21 import android.icu.util.ULocale;
57 public ULocale locale = null;
248 locale = new ULocale(value);
DateFormatRegressionTest.java 37 import android.icu.util.ULocale;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CopticTest.java 20 import com.ibm.icu.util.ULocale;
253 // new CopticCalendar(ULocale)
254 CopticCalendar cal = new CopticCalendar(ULocale.getDefault());
256 errln("could not create CopticCalendar with ULocale");
277 // new CopticCalendar(TimeZone, ULocale)
278 CopticCalendar cal = new CopticCalendar(TimeZone.getDefault(),ULocale.getDefault());
280 errln("could not create CopticCalendar with TimeZone, ULocale");
EthiopicTest.java 19 import com.ibm.icu.util.ULocale;
309 // new EthiopicCalendar(ULocale)
310 EthiopicCalendar cal = new EthiopicCalendar(ULocale.getDefault());
312 errln("could not create EthiopicCalendar with ULocale");
333 // new EthiopicCalendar(TimeZone, ULocale)
334 EthiopicCalendar cal = new EthiopicCalendar(TimeZone.getDefault(), ULocale.getDefault());
336 errln("could not create EthiopicCalendar with TimeZone,ULocale");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTestTuple.java 20 import com.ibm.icu.util.ULocale;
56 public ULocale locale = null;
247 locale = new ULocale(value);
DateFormatRegressionTest.java 36 import com.ibm.icu.util.ULocale;
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
ICUZDump.java 30 import com.ibm.icu.util.ULocale;
188 private SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd EEE HH:mm:ss", ULocale.US);
192 DecimalFormatSymbols decfs = new DecimalFormatSymbols(ULocale.US);
  /frameworks/base/core/java/android/os/
LocaleList.java 23 import android.icu.util.ULocale;
284 return ULocale.addLikelySubtags(ULocale.forLocale(locale)).getScript();
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java 31 import android.icu.util.ULocale;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java 30 import com.ibm.icu.util.ULocale;
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
SimpleDateFormat.java 22 import com.ibm.icu.util.ULocale;
247 public SimpleDateFormat(String pattern, ULocale loc)
265 // public SimpleDateFormat(String pattern, String override, ULocale loc)
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneNamesImpl.java 33 import android.icu.util.ULocale;
65 public TimeZoneNamesImpl(ULocale locale) {
398 private void initialize(ULocale locale) {
444 ULocale locale = _zoneStrings.getULocale();
453 ULocale locale = (ULocale)in.readObject();
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneNamesImpl.java 32 import com.ibm.icu.util.ULocale;
63 public TimeZoneNamesImpl(ULocale locale) {
396 private void initialize(ULocale locale) {
442 ULocale locale = _zoneStrings.getULocale();
451 ULocale locale = (ULocale)in.readObject();
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java 36 import android.icu.util.ULocale;
    [all...]
CollationTest.java 48 import android.icu.util.ULocale;
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationMiscTest.java 35 import com.ibm.icu.util.ULocale;
    [all...]
CollationTest.java 47 import com.ibm.icu.util.ULocale;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneTest.java 38 import android.icu.util.ULocale;
444 ULocale save = ULocale.getDefault();
445 ULocale.setDefault(ULocale.US);
453 ULocale.setDefault(save);
464 ULocale locale = new ULocale(locales[j]);
474 // because TimeZone.getDisplayName(ULocale) may use
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneTest.java 37 import com.ibm.icu.util.ULocale;
440 ULocale save = ULocale.getDefault();
441 ULocale.setDefault(ULocale.US);
449 ULocale.setDefault(save);
460 ULocale locale = new ULocale(locales[j]);
470 // because TimeZone.getDisplayName(ULocale) may use
    [all...]

Completed in 772 milliseconds

<<11121314151617181920