HomeSort by relevance Sort by last modified time
    Searched defs:SimpleDateFormat (Results 1 - 25 of 37) 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 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 uses strings GMT+hours:minutes o
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
SimpleDateFormatTest.java 23 import java.text.SimpleDateFormat;
54 SimpleDateFormat sdf = new SimpleDateFormat();
187 SimpleDateFormat format = new SimpleDateFormat("EEE MMM dd HH:mm:ss yyyy", Locale.US);
207 DateFormat dateFormat = new SimpleDateFormat(fmt, l);
213 SimpleDateFormat sdf = new SimpleDateFormat(fmt, l);
220 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 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 extends DateFormat
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
ExpensiveObjectsBenchmark.java 24 import java.text.SimpleDateFormat;
129 new SimpleDateFormat();
134 SimpleDateFormat sdf = new SimpleDateFormat();
  /external/icu/icu4c/source/i18n/
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)
392 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern
    [all...]
  /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...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java 62 * <code>SimpleDateFormat</code> is a concrete class for formatting and
67 * <code>SimpleDateFormat</code> allows you to start by choosing
241 * <code>SimpleDateFormat</code> must interpret the abbreviated year
243 * within 80 years before and 20 years after the time the <code>SimpleDateFormat</code>
245 * <code>SimpleDateFormat</code> instance created on Jan 1, 1997, the string
338 * SimpleDateFormat} or {@linkplain #applyPattern(String) applying a
341 * <code>SimpleDateFormat</code> also supports <em>localized date and time
344 * <code>SimpleDateFormat</code> does not deal with the localization of text
402 * @see <a href="http://java.sun.com/docs/books/tutorial/i18n/format/simpleDateFormat.html">Java Tutorial</a>
409 public class SimpleDateFormat extends DateFormat
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SimpleDateFormat.java 46 * <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>'.
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 extends DateFormat
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java 21 import android.icu.text.SimpleDateFormat;
55 SimpleDateFormat fmt = new SimpleDateFormat("EEE MMM dd yyyy G HH:mm:ss.SSS");
627 SimpleDateFormat dateFormat =
628 new SimpleDateFormat("MM/dd/yyyy HH:mm z", locale);
714 SimpleDateFormat sdf = new SimpleDateFormat(pattern);
756 "\n SimpleDateFormat.parse gave " + ms2);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
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 extends DateFormat
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java 20 import com.ibm.icu.text.SimpleDateFormat;
51 SimpleDateFormat fmt = new SimpleDateFormat("EEE MMM dd yyyy G HH:mm:ss.SSS");
623 SimpleDateFormat dateFormat =
624 new SimpleDateFormat("MM/dd/yyyy HH:mm z", locale);
710 SimpleDateFormat sdf = new SimpleDateFormat(pattern);
752 "\n SimpleDateFormat.parse gave " + ms2);
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 

Completed in 964 milliseconds

1 2