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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java49 * using the (misnamed) getPatternInstance() method, supplying a skeleton. There are a number of constants that have
59 * myString = DateFormat.getPatternInstance(DateFormat.YEAR_ABBR_MONTH).format(myDate);
96 * Use getPatternInstance to format with a skeleton. Typically this is with a predefined skeleton, like
1997 return getPatternInstance(skeleton, ULocale.getDefault(Category.FORMAT));
2014 return getPatternInstance(skeleton, ULocale.forLocale(locale));
2053 return getPatternInstance(cal, skeleton, ULocale.forLocale(locale));
2085 * The getInstanceForSkeleton methods are preferred over the getPatternInstance methods.
2093 public final static DateFormat getPatternInstance(String skeleton) { method in class:DateFormat
2100 * The getInstanceForSkeleton methods are preferred over the getPatternInstance methods.
2110 public final static DateFormat getPatternInstance(Strin method in class:DateFormat
2127 public final static DateFormat getPatternInstance(String skeleton, ULocale locale) { method in class:DateFormat
2147 public final static DateFormat getPatternInstance(Calendar cal, String skeleton, Locale locale) { method in class:DateFormat
2167 public final static DateFormat getPatternInstance( method in class:DateFormat
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 126 milliseconds