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

  /external/icu4c/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
636 * SimpleDateFormat* formatter
637 * = new SimpleDateFormat ("yyyy.MM.dd G 'at' hh:mm:ss a zzz", success );
658 * SimpleDateFormat must interpret the abbreviated year
660 * within 80 years before and 20 years after the time the SimpleDateFormat
662 * SimpleDateFormat instance created on Jan 1, 1997, the string
691 * For time zones that have no names, SimpleDateFormat uses strings GMT+hours:minutes o
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
smpdtfmt.h 47 * SimpleDateFormat is a concrete class for formatting and parsing dates in a
54 * explicitly constructing an instance of SimpleDateFormat. This way, the client
57 * the default patterns in the locales, he can construct a SimpleDateFormat directly
149 * SimpleDateFormat* formatter
150 * = new SimpleDateFormat ("yyyy.MM.dd G 'at' hh:mm:ss a zzz", success );
171 * SimpleDateFormat must interpret the abbreviated year
173 * within 80 years before and 20 years after the time the SimpleDateFormat
175 * SimpleDateFormat instance created on Jan 1, 1997, the string
203 * For time zones that have no names, SimpleDateFormat uses strings GMT+hours:minutes or
215 class U_I18N_API SimpleDateFormat: public DateFormat
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
ExpensiveObjectsBenchmark.java 127 new SimpleDateFormat();
132 SimpleDateFormat sdf = new SimpleDateFormat();
  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 23 import java.text.SimpleDateFormat;
33 SimpleDateFormat format = null;
34 SimpleDateFormat pFormat = null;
39 format = new SimpleDateFormat("", Locale.ENGLISH);
40 pFormat = new SimpleDateFormat("", Locale.ENGLISH);
91 * java.text.SimpleDateFormat#SimpleDateFormat(java.lang.String,
95 // Test for method java.text.SimpleDateFormat(java.lang.String,
99 SimpleDateFormat f2 = new SimpleDateFormat("y'y'yy", symbols)
    [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...]
  /external/chromium_org/third_party/icu/source/i18n/
smpdtfmt.cpp 65 // class SimpleDateFormat
161 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleDateFormat)
165 SimpleDateFormat::~SimpleDateFormat()
191 SimpleDateFormat::SimpleDateFormat(UErrorCode& status)
204 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern,
222 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern
    [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp 69 // class SimpleDateFormat
219 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleDateFormat)
223 SimpleDateFormat::~SimpleDateFormat()
243 SimpleDateFormat::SimpleDateFormat(UErrorCode& status)
257 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern,
276 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [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/internal/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/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 183 milliseconds