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

1 2

  /libcore/luni/src/test/java/libcore/java/text/
SimpleDateFormatTest.java 21 import java.text.SimpleDateFormat;
36 SimpleDateFormat sdf = new SimpleDateFormat();
164 SimpleDateFormat format = new SimpleDateFormat("EEE MMM dd HH:mm:ss yyyy", Locale.US);
180 DateFormat dateFormat = new SimpleDateFormat(fmt, l);
186 SimpleDateFormat sdf = new SimpleDateFormat(fmt, l);
193 SimpleDateFormat sdf = new SimpleDateFormat(fmt, l)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
smpdtfmt.h 49 * SimpleDateFormat is a concrete class for formatting and parsing dates in a
56 * explicitly constructing an instance of SimpleDateFormat. This way, the client
59 * the default patterns in the locales, he can construct a SimpleDateFormat directly
67 * as pattern letters representing calendar fields. <code>SimpleDateFormat</code> supports
638 * SimpleDateFormat* formatter
639 * = new SimpleDateFormat ("yyyy.MM.dd G 'at' hh:mm:ss a zzz", success );
660 * SimpleDateFormat must interpret the abbreviated year
662 * within 80 years before and 20 years after the time the SimpleDateFormat
664 * SimpleDateFormat instance created on Jan 1, 1997, the string
693 * For time zones that have no names, SimpleDateFormat uses strings GMT+hours:minutes o
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
smpdtfmt.h 51 * SimpleDateFormat is a concrete class for formatting and parsing dates in a
58 * explicitly constructing an instance of SimpleDateFormat. This way, the client
61 * the default patterns in the locales, he can construct a SimpleDateFormat directly
69 * as pattern letters representing calendar fields. <code>SimpleDateFormat</code> supports
640 * SimpleDateFormat* formatter
641 * = new SimpleDateFormat ("yyyy.MM.dd G 'at' hh:mm:ss a zzz", success );
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
695 * For time zones that have no names, SimpleDateFormat uses strings GMT+hours:minutes o
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
ExpensiveObjectsBenchmark.java 127 new SimpleDateFormat();
132 SimpleDateFormat sdf = new SimpleDateFormat();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
SimpleDateFormatTest.java 24 import java.text.SimpleDateFormat;
35 private SimpleDateFormat format;
37 private SimpleDateFormat pFormat;
44 format = new SimpleDateFormat("", Locale.ENGLISH);
45 pFormat = new SimpleDateFormat("", Locale.ENGLISH);
53 // Test for method java.text.SimpleDateFormat()
54 SimpleDateFormat f2 = new SimpleDateFormat();
55 assertTrue("Wrong class", f2.getClass() == SimpleDateFormat.class);
63 // Test for method java.text.SimpleDateFormat(java.lang.String
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
smpdtfmt.cpp 69 // class SimpleDateFormat
219 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleDateFormat)
223 SimpleDateFormat::~SimpleDateFormat()
243 SimpleDateFormat::SimpleDateFormat(UErrorCode& status)
258 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern,
278 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern
    [all...]
  /external/icu/icu4c/source/i18n/
smpdtfmt.cpp 70 // class SimpleDateFormat
222 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleDateFormat)
226 SimpleDateFormat::~SimpleDateFormat()
250 SimpleDateFormat::SimpleDateFormat(UErrorCode& status)
265 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern,
285 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern
    [all...]
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 152 * SimpleDateFormat sdf = new SimpleDateFormat(format, Locale.US);
173 * <p>As this example shows, each {@code SimpleDateFormat} instance has a {@link TimeZone}.
176 * By default, {@code SimpleDateFormat} will use the system's default time zone. This is
189 * {@code SimpleDateFormat} is not thread-safe. Users should create a separate instance for
197 public class SimpleDateFormat extends DateFormat {
224 * Constructs a new {@code SimpleDateFormat} for formatting and parsing
228 public SimpleDateFormat() {
235 * Constructs a new {@code SimpleDateFormat} using the specified
248 public SimpleDateFormat(String pattern)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.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 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.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/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 

Completed in 658 milliseconds

1 2