Searched refs:formatData (Results 1 - 13 of 13) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSimpleDateFormat.java879 private DateFormatSymbols formatData; field in class:SimpleDateFormat
1016 public SimpleDateFormat(String pattern, DateFormatSymbols formatData) argument
1018 this(pattern, (DateFormatSymbols)formatData.clone(), null, null, null, true, null);
1027 public SimpleDateFormat(String pattern, DateFormatSymbols formatData, ULocale loc) argument
1029 this(pattern, (DateFormatSymbols)formatData.clone(), null, null, loc, true,null);
1038 SimpleDateFormat(String pattern, DateFormatSymbols formatData, Calendar calendar, ULocale locale, argument
1040 this(pattern, (DateFormatSymbols)formatData.clone(), (Calendar)calendar.clone(), null, locale, useFastFormat,override);
1046 private SimpleDateFormat(String pattern, DateFormatSymbols formatData, Calendar calendar, argument
1049 this.formatData = formatData;
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java879 private DateFormatSymbols formatData; field in class:SimpleDateFormat
1023 public SimpleDateFormat(String pattern, DateFormatSymbols formatData) argument
1025 this(pattern, (DateFormatSymbols)formatData.clone(), null, null, null, true, null);
1033 public SimpleDateFormat(String pattern, DateFormatSymbols formatData, ULocale loc) argument
1035 this(pattern, (DateFormatSymbols)formatData.clone(), null, null, loc, true,null);
1044 SimpleDateFormat(String pattern, DateFormatSymbols formatData, Calendar calendar, ULocale locale, argument
1046 this(pattern, (DateFormatSymbols)formatData.clone(), (Calendar)calendar.clone(), null, locale, useFastFormat,override);
1052 private SimpleDateFormat(String pattern, DateFormatSymbols formatData, Calendar calendar, argument
1055 this.formatData = formatData;
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DSimpleDateFormat.java276 public SimpleDateFormat(String pattern, DateFormatSymbols formatData) argument
278 super(new java.text.SimpleDateFormat(pattern, formatData.dfs));
/external/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h829 * @param formatData the formatting symbols to be use.
834 const DateFormatSymbols& formatData,
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCalendar.java3407 fmtConfig.formatData = new DateFormatSymbols(this, locale);
3595 private DateFormatSymbols formatData; field in class:Calendar.FormatConfiguration
3658 return formatData;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java3516 fmtConfig.formatData = new DateFormatSymbols(this, locale);
3702 private DateFormatSymbols formatData; field in class:Calendar.FormatConfiguration
3760 return formatData;
/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 ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 243 milliseconds