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

  /external/cldr/tools/java/org/unicode/cldr/util/
ICUServiceBuilder.java 16 import com.ibm.icu.text.DateFormatSymbols;
57 private Map<String, DateFormatSymbols> cacheDateFormatSymbols = new HashMap<String, DateFormatSymbols>();
208 result.setDateFormatSymbols((DateFormatSymbols) _getDateFormatSymbols(calendar).clone());
245 private DateFormatSymbols _getDateFormatSymbols(String calendar) {
247 DateFormatSymbols result = cacheDateFormatSymbols.get(key);
248 if (result != null) return (DateFormatSymbols) result.clone();
256 DateFormatSymbols formatData = new DateFormatSymbols(curLocaleWithCalendar);
287 formatData.setMonths(getArray(prefix, "month", "format", "wide"), DateFormatSymbols.FORMAT
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormatSymbols.java 19 * {@icuenhanced java.text.DateFormatSymbols}.{@icu _usage_}
21 * <p><code>DateFormatSymbols</code> is a public class for encapsulating
25 * <code>DateFormatSymbols</code> to encapsulate this information.
27 * <p>Typically you shouldn't use <code>DateFormatSymbols</code> directly.
31 * These methods automatically create a <code>DateFormatSymbols</code> for
42 * new SimpleDateFormat(aPattern, new DateFormatSymbols(aLocale)).
46 * <p><code>DateFormatSymbols</code> objects are clonable. When you obtain
47 * a <code>DateFormatSymbols</code> object, feel free to modify the
53 * <p>New <code>DateFormatSymbols</code> subclasses may be added to support
62 public class DateFormatSymbols implements Serializable, Cloneable
    [all...]
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 52 // class DateFormatSymbols
195 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateFormatSymbols)
247 DateFormatSymbols * U_EXPORT2
248 DateFormatSymbols::createForLocale(
255 DateFormatSymbols *result = new DateFormatSymbols(shared->get());
264 DateFormatSymbols::DateFormatSymbols(const Locale& locale,
271 DateFormatSymbols::DateFormatSymbols(UErrorCode& status
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java 45 * <strong>[icu enhancement]</strong> ICU's replacement for {@link java.text.DateFormatSymbols}.&nbsp;Methods, fields, and other functionality specific to ICU are labeled '<strong>[icu]</strong>'.
47 * <p><code>DateFormatSymbols</code> is a public class for encapsulating
51 * <code>DateFormatSymbols</code> to encapsulate this information.
53 * <p>Typically you shouldn't use <code>DateFormatSymbols</code> directly.
57 * These methods automatically create a <code>DateFormatSymbols</code> for
68 * new SimpleDateFormat(aPattern, new DateFormatSymbols(aLocale)).
72 * <p><code>DateFormatSymbols</code> objects are clonable. When you obtain
73 * a <code>DateFormatSymbols</code> object, feel free to modify the
79 * <p>New <code>DateFormatSymbols</code> subclasses may be added to support
86 public class DateFormatSymbols implements Serializable, Cloneable
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java 44 * {@icuenhanced java.text.DateFormatSymbols}.{@icu _usage_}
46 * <p><code>DateFormatSymbols</code> is a public class for encapsulating
50 * <code>DateFormatSymbols</code> to encapsulate this information.
52 * <p>Typically you shouldn't use <code>DateFormatSymbols</code> directly.
56 * These methods automatically create a <code>DateFormatSymbols</code> for
67 * new SimpleDateFormat(aPattern, new DateFormatSymbols(aLocale)).
71 * <p><code>DateFormatSymbols</code> objects are clonable. When you obtain
72 * a <code>DateFormatSymbols</code> object, feel free to modify the
78 * <p>New <code>DateFormatSymbols</code> subclasses may be added to support
87 public class DateFormatSymbols implements Serializable, Cloneable
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 389 milliseconds