/external/icu/icu4c/source/i18n/unicode/ |
H A D | smpdtfmt.h | 53 * SimpleDateFormat is a concrete class for formatting and parsing dates in a 60 * explicitly constructing an instance of SimpleDateFormat. This way, the client 63 * the default patterns in the locales, he can construct a SimpleDateFormat directly 71 * as pattern letters representing calendar fields. <code>SimpleDateFormat</code> supports 650 * SimpleDateFormat* formatter 651 * = new SimpleDateFormat ("yyyy.MM.dd G 'at' hh:mm:ss a zzz", success ); 672 * SimpleDateFormat must interpret the abbreviated year 674 * within 80 years before and 20 years after the time the SimpleDateFormat 676 * SimpleDateFormat instance created on Jan 1, 1997, the string 705 * For time zones that have no names, SimpleDateFormat use 717 class U_I18N_API SimpleDateFormat: public DateFormat { class in inherits:DateFormat [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
H A D | SimpleDateFormat.java | 26 * {@icuenhanced java.text.SimpleDateFormat}.{@icu _usage_} 28 * <p><code>SimpleDateFormat</code> is a concrete class for formatting and 33 * <code>SimpleDateFormat</code> allows you to start by choosing 88 * <tt><b>*</b></tt> These items are not supported by Java's SimpleDateFormat.<br> 134 * SimpleDateFormat formatter 135 * = new SimpleDateFormat ("yyyy.MM.dd G 'at' hh:mm:ss a zzz"); 151 * SimpleDateFormat must interpret the abbreviated year 153 * within 80 years before and 20 years after the time the SimpleDateFormat 155 * SimpleDateFormat instance created on Jan 1, 1997, the string 204 public class SimpleDateFormat extend class in inherits:DateFormat 215 public SimpleDateFormat() { method in class:SimpleDateFormat 225 public SimpleDateFormat(String pattern) method in class:SimpleDateFormat 236 public SimpleDateFormat(String pattern, Locale loc) method in class:SimpleDateFormat 247 public SimpleDateFormat(String pattern, ULocale loc) method in class:SimpleDateFormat 276 public SimpleDateFormat(String pattern, DateFormatSymbols formatData) method in class:SimpleDateFormat 428 private SimpleDateFormat(java.text.SimpleDateFormat sdf) { method in class:SimpleDateFormat [all...] |
/external/icu/icu4c/source/i18n/ |
H A D | smpdtfmt.cpp | 71 // class SimpleDateFormat 226 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleDateFormat) 228 SimpleDateFormat::NSOverride::~NSOverride() { 235 void SimpleDateFormat::NSOverride::free() { 299 const NumberFormat *SimpleDateFormat::getNumberFormatByIndex( 361 SimpleDateFormat::~SimpleDateFormat() 378 SimpleDateFormat::SimpleDateFormat(UErrorCode& status) function in class:SimpleDateFormat 392 SimpleDateFormat function in class:SimpleDateFormat 412 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern, function in class:SimpleDateFormat 436 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern, function in class:SimpleDateFormat 458 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern, function in class:SimpleDateFormat 484 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern, function in class:SimpleDateFormat 506 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern, function in class:SimpleDateFormat 529 SimpleDateFormat::SimpleDateFormat(EStyle timeStyle, function in class:SimpleDateFormat 553 SimpleDateFormat::SimpleDateFormat(const Locale& locale, function in class:SimpleDateFormat 590 SimpleDateFormat::SimpleDateFormat(const SimpleDateFormat& other) function in class:SimpleDateFormat [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | SimpleDateFormat.java | 46 * <strong>[icu enhancement]</strong> ICU's replacement for {@link java.text.SimpleDateFormat}. Methods, fields, and other functionality specific to ICU are labeled '<strong>[icu]</strong>'. 48 * <p><code>SimpleDateFormat</code> is a concrete class for formatting and 53 * <code>SimpleDateFormat</code> allows you to start by choosing 68 * as pattern letters representing calendar fields. <code>SimpleDateFormat</code> supports 645 * SimpleDateFormat formatter 646 * = new SimpleDateFormat ("yyyy.MM.dd G 'at' hh:mm:ss a zzz"); 662 * SimpleDateFormat must interpret the abbreviated year 664 * within 80 years before and 20 years after the time the SimpleDateFormat 666 * SimpleDateFormat instance created on Jan 1, 1997, the string 715 public class SimpleDateFormat extend class in inherits:DateFormat 959 public SimpleDateFormat() { method in class:SimpleDateFormat 969 public SimpleDateFormat(String pattern) method in class:SimpleDateFormat 979 public SimpleDateFormat(String pattern, Locale loc) method in class:SimpleDateFormat 989 public SimpleDateFormat(String pattern, ULocale loc) method in class:SimpleDateFormat 1006 public SimpleDateFormat(String pattern, String override, ULocale loc) method in class:SimpleDateFormat 1016 public SimpleDateFormat(String pattern, DateFormatSymbols formatData) method in class:SimpleDateFormat 1027 public SimpleDateFormat(String pattern, DateFormatSymbols formatData, ULocale loc) method in class:SimpleDateFormat 1038 SimpleDateFormat(String pattern, DateFormatSymbols formatData, Calendar calendar, ULocale locale, method in class:SimpleDateFormat 1046 private SimpleDateFormat(String pattern, DateFormatSymbols formatData, Calendar calendar, method in class:SimpleDateFormat [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | SimpleDateFormat.java | 45 * {@icuenhanced java.text.SimpleDateFormat}.{@icu _usage_} 47 * <p><code>SimpleDateFormat</code> is a concrete class for formatting and 52 * <code>SimpleDateFormat</code> allows you to start by choosing 67 * as pattern letters representing calendar fields. <code>SimpleDateFormat</code> supports 644 * SimpleDateFormat formatter 645 * = new SimpleDateFormat ("yyyy.MM.dd G 'at' hh:mm:ss a zzz"); 661 * SimpleDateFormat must interpret the abbreviated year 663 * within 80 years before and 20 years after the time the SimpleDateFormat 665 * SimpleDateFormat instance created on Jan 1, 1997, the string 715 public class SimpleDateFormat extend class in inherits:DateFormat 961 public SimpleDateFormat() { method in class:SimpleDateFormat 972 public SimpleDateFormat(String pattern) method in class:SimpleDateFormat 983 public SimpleDateFormat(String pattern, Locale loc) method in class:SimpleDateFormat 994 public SimpleDateFormat(String pattern, ULocale loc) method in class:SimpleDateFormat 1012 public SimpleDateFormat(String pattern, String override, ULocale loc) method in class:SimpleDateFormat 1023 public SimpleDateFormat(String pattern, DateFormatSymbols formatData) method in class:SimpleDateFormat 1033 public SimpleDateFormat(String pattern, DateFormatSymbols formatData, ULocale loc) method in class:SimpleDateFormat 1044 SimpleDateFormat(String pattern, DateFormatSymbols formatData, Calendar calendar, ULocale locale, method in class:SimpleDateFormat 1052 private SimpleDateFormat(String pattern, DateFormatSymbols formatData, Calendar calendar, method in class:SimpleDateFormat [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/libgdx/backends/gdx-backend-moe/libs/ |
H A D | intel-moe-core.jar | META-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ... |
/external/libgdx/backends/gdx-backend-android/libs/ |
H A D | android-4.4.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |
/external/robolectric/v1/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
H A D | gwt-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |