Searched defs:skeleton (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/format/
H A DDateFormat.java220 * Returns the best possible localized form of the given skeleton for the given
221 * locale. A skeleton is similar to, and uses the same format characters as, a Unicode
242 * @param locale the locale into which the skeleton should be localized
243 * @param skeleton a skeleton as described above
246 public static String getBestDateTimePattern(Locale locale, String skeleton) { argument
247 return ICU.getBestDateTimePattern(skeleton, locale);
/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
H A DICU_Delegate.java52 /*package*/ static String getBestDateTimePatternNative(String skeleton, String localeName) { argument
54 .getBestPattern(skeleton);

Completed in 164 milliseconds