HomeSort by relevance Sort by last modified time
    Searched defs:getBestDateTimePattern (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
ICU_Delegate.java 47 /*package*/ static String getBestDateTimePattern(String skeleton, String localeName) {
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 130 public static native String getBestDateTimePattern(String skeleton, String localeName);
  /frameworks/base/core/java/android/text/format/
DateFormat.java 48 * this class offers the {@link #getBestDateTimePattern} method.
197 public static String getBestDateTimePattern(Locale locale, String skeleton) {
198 return ICU.getBestDateTimePattern(skeleton, locale.toString());

Completed in 66 milliseconds