HomeSort by relevance Sort by last modified time
    Searched defs:SimpleDateFormat (Results 1 - 25 of 50) sorted by null

1 2

  /external/caliper/examples/src/main/java/examples/
ExpensiveObjectsBenchmark.java 22 import java.text.SimpleDateFormat;
58 new SimpleDateFormat();
63 SimpleDateFormat sdf = new SimpleDateFormat();
  /external/icu/icu4c/source/i18n/unicode/
smpdtfmt.h 55 * SimpleDateFormat is a concrete class for formatting and parsing dates in a
62 * explicitly constructing an instance of SimpleDateFormat. This way, the client
65 * the default patterns in the locales, he can construct a SimpleDateFormat directly
73 * as pattern letters representing calendar fields. <code>SimpleDateFormat</code> supports
652 * SimpleDateFormat* formatter
653 * = new SimpleDateFormat ("yyyy.MM.dd G 'at' hh:mm:ss a zzz", success );
674 * SimpleDateFormat must interpret the abbreviated year
676 * within 80 years before and 20 years after the time the SimpleDateFormat
678 * SimpleDateFormat instance created on Jan 1, 1997, the string
707 * For time zones that have no names, SimpleDateFormat uses strings GMT+hours:minutes o
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
SimpleDateFormatTest.java 23 import java.text.SimpleDateFormat;
61 SimpleDateFormat sdf = new SimpleDateFormat();
70 SimpleDateFormat sdf = new SimpleDateFormat();
200 SimpleDateFormat format = new SimpleDateFormat("EEE MMM dd HH:mm:ss yyyy", Locale.US);
220 DateFormat dateFormat = new SimpleDateFormat(fmt, l);
226 SimpleDateFormat sdf = new SimpleDateFormat(fmt, l)
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
SimpleDateFormat.java 28 * {@icuenhanced java.text.SimpleDateFormat}.{@icu _usage_}
30 * <p><code>SimpleDateFormat</code> is a concrete class for formatting and
35 * <code>SimpleDateFormat</code> allows you to start by choosing
90 * <tt><b>*</b></tt> These items are not supported by Java's SimpleDateFormat.<br>
136 * SimpleDateFormat formatter
137 * = new SimpleDateFormat ("yyyy.MM.dd G 'at' hh:mm:ss a zzz");
153 * SimpleDateFormat must interpret the abbreviated year
155 * within 80 years before and 20 years after the time the SimpleDateFormat
157 * SimpleDateFormat instance created on Jan 1, 1997, the string
206 public class SimpleDateFormat extends DateFormat
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
ExpensiveObjectsBenchmark.java 24 import java.text.SimpleDateFormat;
129 new SimpleDateFormat();
134 SimpleDateFormat sdf = new SimpleDateFormat();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
SimpleDateFormatTest.java 24 import java.text.SimpleDateFormat;
47 // Test for method java.text.SimpleDateFormat()
48 SimpleDateFormat f2 = new SimpleDateFormat();
49 assertTrue("Wrong class", f2.getClass() == SimpleDateFormat.class);
57 // Test for method java.text.SimpleDateFormat(java.lang.String)
58 SimpleDateFormat f2 = new SimpleDateFormat("yyyy");
59 assertTrue("Wrong class", f2.getClass() == SimpleDateFormat.class);
61 assertTrue("Wrong locale", f2.equals(new SimpleDateFormat("yyyy", Locale.getDefault())))
    [all...]
  /external/icu/icu4c/source/i18n/
smpdtfmt.cpp 81 // class SimpleDateFormat
233 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleDateFormat)
235 SimpleDateFormat::NSOverride::~NSOverride() {
242 void SimpleDateFormat::NSOverride::free() {
306 const NumberFormat *SimpleDateFormat::getNumberFormatByIndex(
368 SimpleDateFormat::~SimpleDateFormat()
385 SimpleDateFormat::SimpleDateFormat(UErrorCode& status)
399 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern
    [all...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java 73 * <code>SimpleDateFormat</code> is a concrete class for formatting and
78 * <code>SimpleDateFormat</code> allows you to start by choosing
275 * <code>SimpleDateFormat</code> must interpret the abbreviated year
277 * within 80 years before and 20 years after the time the <code>SimpleDateFormat</code>
279 * <code>SimpleDateFormat</code> instance created on Jan 1, 1997, the string
372 * SimpleDateFormat} or {@linkplain #applyPattern(String) applying a
375 * <code>SimpleDateFormat</code> also supports <em>localized date and time
378 * <code>SimpleDateFormat</code> does not deal with the localization of text
435 * @see <a href="https://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html">Java Tutorial</a>
442 public class SimpleDateFormat extends DateFormat
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SimpleDateFormat.java 53 * <strong>[icu enhancement]</strong> ICU's replacement for {@link java.text.SimpleDateFormat}.&nbsp;Methods, fields, and other functionality specific to ICU are labeled '<strong>[icu]</strong>'.
55 * <p><code>SimpleDateFormat</code> is a concrete class for formatting and
60 * <code>SimpleDateFormat</code> allows you to start by choosing
75 * as pattern letters representing calendar fields. <code>SimpleDateFormat</code> supports
652 * SimpleDateFormat formatter
653 * = new SimpleDateFormat ("yyyy.MM.dd G 'at' hh:mm:ss a zzz");
669 * SimpleDateFormat must interpret the abbreviated year
671 * within 80 years before and 20 years after the time the SimpleDateFormat
673 * SimpleDateFormat instance created on Jan 1, 1997, the string
722 public class SimpleDateFormat extends DateFormat
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java 27 import android.icu.text.SimpleDateFormat;
57 SimpleDateFormat fmt = new SimpleDateFormat("EEE MMM dd yyyy G HH:mm:ss.SSS");
642 SimpleDateFormat dateFormat =
643 new SimpleDateFormat("MM/dd/yyyy HH:mm z", locale);
730 SimpleDateFormat sdf = new SimpleDateFormat(pattern);
772 "\n SimpleDateFormat.parse gave " + ms2);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SimpleDateFormat.java 52 * {@icuenhanced java.text.SimpleDateFormat}.{@icu _usage_}
54 * <p><code>SimpleDateFormat</code> is a concrete class for formatting and
59 * <code>SimpleDateFormat</code> allows you to start by choosing
74 * as pattern letters representing calendar fields. <code>SimpleDateFormat</code> supports
651 * SimpleDateFormat formatter
652 * = new SimpleDateFormat ("yyyy.MM.dd G 'at' hh:mm:ss a zzz");
668 * SimpleDateFormat must interpret the abbreviated year
670 * within 80 years before and 20 years after the time the SimpleDateFormat
672 * SimpleDateFormat instance created on Jan 1, 1997, the string
722 public class SimpleDateFormat extends DateFormat
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java 26 import com.ibm.icu.text.SimpleDateFormat;
54 SimpleDateFormat fmt = new SimpleDateFormat("EEE MMM dd yyyy G HH:mm:ss.SSS");
639 SimpleDateFormat dateFormat =
640 new SimpleDateFormat("MM/dd/yyyy HH:mm z", locale);
727 SimpleDateFormat sdf = new SimpleDateFormat(pattern);
769 "\n SimpleDateFormat.parse gave " + ms2);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 

Completed in 520 milliseconds

1 2