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

  /external/chromium/third_party/icu/public/i18n/unicode/
smpdtfmt.h 45 * SimpleDateFormat is a concrete class for formatting and parsing dates in a
52 * explicitly constructing an instance of SimpleDateFormat. This way, the client
55 * the default patterns in the locales, he can construct a SimpleDateFormat directly
147 * SimpleDateFormat* formatter
148 * = new SimpleDateFormat ("yyyy.MM.dd G 'at' hh:mm:ss a zzz", success );
169 * SimpleDateFormat must interpret the abbreviated year
171 * within 80 years before and 20 years after the time the SimpleDateFormat
173 * SimpleDateFormat instance created on Jan 1, 1997, the string
201 * For time zones that have no names, SimpleDateFormat uses strings GMT+hours:minutes or
213 class U_I18N_API SimpleDateFormat: public DateFormat
    [all...]
  /external/icu4c/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/luni/src/main/java/java/text/
SimpleDateFormat.java 158 * SimpleDateFormat sdf = new SimpleDateFormat(format, Locale.US);
179 * <p>As this example shows, each {@code SimpleDateFormat} instance has a {@link TimeZone}.
182 * By default, {@code SimpleDateFormat} will use the system's default time zone. This is
192 * {@code SimpleDateFormat} is not thread-safe. Users should create a separate instance for
200 public class SimpleDateFormat extends DateFormat {
227 * Constructs a new {@code SimpleDateFormat} for formatting and parsing
231 public SimpleDateFormat() {
238 * Constructs a new {@code SimpleDateFormat} using the specified
251 public SimpleDateFormat(String pattern)
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 23 import java.text.SimpleDateFormat;
33 SimpleDateFormat format = new SimpleDateFormat("", Locale.ENGLISH);
35 SimpleDateFormat pFormat = new SimpleDateFormat("", Locale.ENGLISH);
79 * @tests java.text.SimpleDateFormat#SimpleDateFormat(java.lang.String,
83 // Test for method java.text.SimpleDateFormat(java.lang.String,
87 SimpleDateFormat f2 = new SimpleDateFormat("y'y'yy", symbols)
    [all...]
  /external/chromium/third_party/icu/source/i18n/
smpdtfmt.cpp 63 // class SimpleDateFormat
159 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleDateFormat)
163 SimpleDateFormat::~SimpleDateFormat()
189 SimpleDateFormat::SimpleDateFormat(UErrorCode& status)
202 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern,
220 SimpleDateFormat::SimpleDateFormat(const UnicodeString& pattern
    [all...]
  /external/icu4c/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/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 908 milliseconds