Searched defs:DateFormat (Results 1 - 19 of 19) sorted by relevance

/external/v8/src/
H A Di18n.h38 class DateFormat { class in namespace:v8::internal
52 // Release memory we allocated for the DateFormat once the JS object that
57 DateFormat();
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DTestAll.java30 "TestAll$DateFormat",
78 public static class DateFormat extends TestGroup { class in class:TestAll
79 public DateFormat() { method in class:TestAll.DateFormat
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTestAll.java26 "TestAll$DateFormat",
71 public static class DateFormat extends TestGroup { class in class:TestAll
72 public DateFormat() { method in class:TestAll.DateFormat
/external/icu/icu4c/source/i18n/
H A Ddatefmt.cpp42 // class DateFormat
123 DateFormat::DateFormat() function in class:DateFormat
132 DateFormat::DateFormat(const DateFormat& other) function in class:DateFormat
143 DateFormat& DateFormat::operator=(const DateFormat& other)
167 DateFormat
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ddatefmt.h52 * DateFormat is an abstract class for a family of classes that convert dates and
57 * subclass of DateFormat: SimpleDateFormat, which can handle pretty much all normal
60 * DateFormat helps you to format and parse dates for any locale. Your code can
68 * DateFormat* dfmt = DateFormat::createDateInstance();
79 * DateFormat* df = DateFormat::createDateInstance();
92 * DateFormat* dfmt = DateFormat::createDateInstance();
93 * FieldPosition pos(DateFormat
147 class U_I18N_API DateFormat : public Format { class in inherits:Format
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateFormat.java34 * <strong>[icu enhancement]</strong> ICU's replacement for {@link java.text.DateFormat}.&nbsp;Methods, fields, and other functionality specific to ICU are labeled '<strong>[icu]</strong>'.
37 * DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a
43 * DateFormat helps you to format and parse dates for any locale. Your code can be completely independent of the locale
61 * myString = DateFormat.getDateInstance().format(myDate);
62 * myString = DateFormat.getPatternInstance(DateFormat.YEAR_ABBR_MONTH).format(myDate);
69 * DateFormat df = DateFormat.getDateInstance();
78 * DateFormat df = DateFormat
142 public abstract class DateFormat extends UFormat { class in inherits:UFormat
1708 protected DateFormat() {} method in class:DateFormat
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDateFormat.java24 * {@icuenhanced java.text.DateFormat}.{@icu _usage_}
26 * <p>DateFormat is an abstract class for date/time formatting subclasses which
33 * <p>DateFormat provides many class methods for obtaining default date/time
39 * <p>DateFormat helps you to format and parse dates for any locale.
46 * myString = DateFormat.getDateInstance().format(myDate);
53 * DateFormat df = DateFormat.getDateInstance();
61 * DateFormat df = DateFormat.getDateInstance(DateFormat
112 public class DateFormat extends Format { class in inherits:Format
125 public DateFormat(java.text.DateFormat delegate) { method in class:DateFormat
133 protected DateFormat() { method in class:DateFormat
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java33 * {@icuenhanced java.text.DateFormat}.{@icu _usage_}
36 * DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a
42 * DateFormat helps you to format and parse dates for any locale. Your code can be completely independent of the locale
60 * myString = DateFormat.getDateInstance().format(myDate);
61 * myString = DateFormat.getPatternInstance(DateFormat.YEAR_ABBR_MONTH).format(myDate);
68 * DateFormat df = DateFormat.getDateInstance();
77 * DateFormat df = DateFormat
142 public abstract class DateFormat extends UFormat { class in inherits:UFormat
1837 protected DateFormat() {} method in class:DateFormat
[all...]
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/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/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 807 milliseconds