HomeSort by relevance Sort by last modified time
    Searched refs:SimpleDateFormat (Results 26 - 50 of 145) sorted by null

12 3 4 5 6

  /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...]
reldtfmt.cpp 291 if ( fDateFormat->getDynamicClassID()==SimpleDateFormat::getStaticClassID() ) {
292 ((SimpleDateFormat*)fDateFormat)->toPattern(result);
307 if ( fTimeFormat->getDynamicClassID()==SimpleDateFormat::getStaticClassID() ) {
308 ((SimpleDateFormat*)fTimeFormat)->toPattern(result);
321 if ( fDateFormat && fDateFormat->getDynamicClassID()!=SimpleDateFormat::getStaticClassID() ) {
325 if ( fTimeFormat && fTimeFormat->getDynamicClassID()!=SimpleDateFormat::getStaticClassID() ) {
330 ((SimpleDateFormat*)fDateFormat)->applyPattern(datePattern);
333 ((SimpleDateFormat*)fTimeFormat)->applyPattern(timePattern);
434 // this should to be in DateFormat, instead it was copied from SimpleDateFormat.
udat.cpp 30 * Verify that fmt is a SimpleDateFormat. Invalid error if not.
36 ((DateFormat*)fmt)->getDynamicClassID()!=SimpleDateFormat::getStaticClassID()) {
42 // SimpleDateFormat::fgPatternIndexToDateFormatField and
43 // SimpleDateFormat::fgPatternIndexToCalendarField arrays.
114 fmt = new SimpleDateFormat(pat, *status);
117 fmt = new SimpleDateFormat(pat, Locale(locale), *status);
311 return ((SimpleDateFormat*)fmt)->get2DigitYearStart(*status);
321 ((SimpleDateFormat*)fmt)->set2DigitYearStart(d, *status);
340 if ( ((DateFormat*)fmt)->getDynamicClassID()==SimpleDateFormat::getStaticClassID() ) {
342 ((SimpleDateFormat*)fmt)->toLocalizedPattern(res, *status)
    [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...]
reldtfmt.cpp 291 if ( fDateFormat->getDynamicClassID()==SimpleDateFormat::getStaticClassID() ) {
292 ((SimpleDateFormat*)fDateFormat)->toPattern(result);
307 if ( fTimeFormat->getDynamicClassID()==SimpleDateFormat::getStaticClassID() ) {
308 ((SimpleDateFormat*)fTimeFormat)->toPattern(result);
321 if ( fDateFormat && fDateFormat->getDynamicClassID()!=SimpleDateFormat::getStaticClassID() ) {
325 if ( fTimeFormat && fTimeFormat->getDynamicClassID()!=SimpleDateFormat::getStaticClassID() ) {
330 ((SimpleDateFormat*)fDateFormat)->applyPattern(datePattern);
333 ((SimpleDateFormat*)fTimeFormat)->applyPattern(timePattern);
434 // this should to be in DateFormat, instead it was copied from SimpleDateFormat.
udat.cpp 30 * Verify that fmt is a SimpleDateFormat. Invalid error if not.
36 ((DateFormat*)fmt)->getDynamicClassID()!=SimpleDateFormat::getStaticClassID()) {
70 fmt = new SimpleDateFormat(pat, *status);
73 fmt = new SimpleDateFormat(pat, Locale(locale), *status);
267 return ((SimpleDateFormat*)fmt)->get2DigitYearStart(*status);
277 ((SimpleDateFormat*)fmt)->set2DigitYearStart(d, *status);
296 if ( ((DateFormat*)fmt)->getDynamicClassID()==SimpleDateFormat::getStaticClassID() ) {
298 ((SimpleDateFormat*)fmt)->toLocalizedPattern(res, *status);
300 ((SimpleDateFormat*)fmt)->toPattern(res);
328 ((SimpleDateFormat*)format)->applyLocalizedPattern(pat, status)
    [all...]
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
XmlReport.java 22 import java.text.SimpleDateFormat;
40 SimpleDateFormat format = new SimpleDateFormat("EEE, MMM d, yyyy h:mm a z");
  /external/chromium/third_party/icu/source/test/intltest/
dtfmttst.cpp 103 * Instantiate a SimpleDateFormat set up to produce a full time
106 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)"zzzz", status);
225 SimpleDateFormat* fullFmt = new SimpleDateFormat((UnicodeString)"EEE MMM dd HH:mm:ss.SSS zzz yyyy G", status);
226 SimpleDateFormat *fmt = new SimpleDateFormat((UnicodeString)"dd-MMM-yy h:mm:ss 'o''clock' a z", Locale::getEnglish(), status);
363 dateFormats[2] = new SimpleDateFormat(buf, Locale::getUS(), ec);
370 dateFormats[3] = new SimpleDateFormat(buf, Locale::getUS(), ec);
372 errln(UnicodeString("Could not create SimpleDateFormat object for locale en_US. Error: " )+ UnicodeString(u_errorName(ec)))
    [all...]
incaltst.cpp 416 SimpleDateFormat *fmt = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=buddhist"), status);
418 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status);
502 SimpleDateFormat *fmt = new SimpleDateFormat(UnicodeString("MMMM d, yy G"), Locale("en_US@calendar=japanese"), status);
503 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status);
533 fmt = new SimpleDateFormat(UnicodeString("G y"), Locale("en_US@calendar=japanese"), status);
637 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("HH:mm:ss.S MMMM d, yyyy G"), Locale("en_US@calendar=gr (…)
    [all...]
dtfmtrtts.h 88 SimpleDateFormat *dateFormat;
dtfmapts.cpp 82 if (b->getDynamicClassID() == SimpleDateFormat::getStaticClassID())
85 ((SimpleDateFormat*)b)->set2DigitYearStart(start + 50*ONE_YEAR, status);
226 DateFormat *test = new SimpleDateFormat(status);
231 if(test->getDynamicClassID() != SimpleDateFormat::getStaticClassID()) {
274 // SimpleDateFormat calling Format & DateFormat API
276 logln("SimpleDateFormat");
278 SimpleDateFormat sdf(status);
dtptngts.cpp 305 SimpleDateFormat *format = new SimpleDateFormat(findPattern, deLocale, status);
307 dataerrln("ERROR: Could not create SimpleDateFormat (Locale::getGermany())");
345 format = (SimpleDateFormat *)DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull,
440 SimpleDateFormat sdf(bPattern, loc, status);
465 SimpleDateFormat sdf(bPattern, loc, status);
526 SimpleDateFormat sdf(bestPattern, loc, status);
562 SimpleDateFormat *enFormat = (SimpleDateFormat *)DateFormat::createDateTimeInstance(DateFormat::kFull,
684 SimpleDateFormat formatter(pattern, locale, status);
    [all...]
caltest.h 166 SimpleDateFormat *sdf, int32_t times, UErrorCode& status);
168 virtual void loop_addroll(Calendar *cal, /*SimpleDateFormat *sdf, */
  /external/icu4c/test/intltest/
dtfmttst.cpp 103 * Instantiate a SimpleDateFormat set up to produce a full time
106 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)"zzzz", status);
225 SimpleDateFormat* fullFmt = new SimpleDateFormat((UnicodeString)"EEE MMM dd HH:mm:ss.SSS zzz yyyy G", status);
226 SimpleDateFormat *fmt = new SimpleDateFormat((UnicodeString)"dd-MMM-yy h:mm:ss 'o''clock' a z", Locale::getEnglish(), status);
363 dateFormats[2] = new SimpleDateFormat(buf, Locale::getUS(), ec);
370 dateFormats[3] = new SimpleDateFormat(buf, Locale::getUS(), ec);
372 errln(UnicodeString("Could not create SimpleDateFormat object for locale en_US. Error: " )+ UnicodeString(u_errorName(ec)))
    [all...]
incaltst.cpp 416 SimpleDateFormat *fmt = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=buddhist"), status);
418 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status);
502 SimpleDateFormat *fmt = new SimpleDateFormat(UnicodeString("MMMM d, yy G"), Locale("en_US@calendar=japanese"), status);
503 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status);
533 fmt = new SimpleDateFormat(UnicodeString("G y"), Locale("en_US@calendar=japanese"), status);
620 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("HH:mm:ss.S MMMM d, yyyy G"), Locale("en_US@calendar=gr (…)
    [all...]
dtfmtrtts.h 88 SimpleDateFormat *dateFormat;
dtfmapts.cpp 111 if (b->getDynamicClassID() == SimpleDateFormat::getStaticClassID())
114 ((SimpleDateFormat*)b)->set2DigitYearStart(start + 50*ONE_YEAR, status);
255 DateFormat *test = new SimpleDateFormat(status);
260 if(test->getDynamicClassID() != SimpleDateFormat::getStaticClassID()) {
303 // SimpleDateFormat calling Format & DateFormat API
305 logln("SimpleDateFormat");
307 SimpleDateFormat sdf(status);
dtptngts.cpp 306 SimpleDateFormat *format = new SimpleDateFormat(findPattern, deLocale, status);
308 dataerrln("ERROR: Could not create SimpleDateFormat (Locale::getGermany())");
346 format = (SimpleDateFormat *)DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull,
441 SimpleDateFormat sdf(bPattern, loc, status);
466 SimpleDateFormat sdf(bPattern, loc, status);
527 SimpleDateFormat sdf(bestPattern, loc, status);
563 SimpleDateFormat *enFormat = (SimpleDateFormat *)DateFormat::createDateTimeInstance(DateFormat::kFull,
685 SimpleDateFormat formatter(pattern, locale, status);
    [all...]
caltest.h 166 SimpleDateFormat *sdf, int32_t times, UErrorCode& status);
168 virtual void loop_addroll(Calendar *cal, /*SimpleDateFormat *sdf, */
  /development/tools/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRecorder.java 24 import java.text.SimpleDateFormat;
97 private static final SimpleDateFormat SIMPLE_DATE_TIME_FORMAT =
98 new SimpleDateFormat("yyyyMMdd-HH:mm:ss");
  /frameworks/base/core/java/android/net/http/
SslCertificate.java 22 import java.text.SimpleDateFormat;
37 * SimpleDateFormat pattern for an ISO 8601 date
213 return new SimpleDateFormat(ISO_8601_DATE_FORMAT).parse(string);
226 return new SimpleDateFormat(ISO_8601_DATE_FORMAT).format(date);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
Clock.java 40 import java.text.SimpleDateFormat;
54 private SimpleDateFormat mClockFormat;
143 SimpleDateFormat sdf;
177 mClockFormat = sdf = new SimpleDateFormat(format);
  /external/chromium/third_party/icu/public/i18n/unicode/
dtitvfmt.h 61 * similar to formatting in SimpleDateFormat.
63 * patterns, similar to date time pattern in SimpleDateFormat.
410 * since calendar is not const in SimpleDateFormat::format(Calendar&),
576 * It should be a SimpleDateFormat object which
625 static SimpleDateFormat* U_EXPORT2 createSDFPatternInstance(
    [all...]
  /external/icu4c/i18n/unicode/
dtitvfmt.h 61 * similar to formatting in SimpleDateFormat.
63 * patterns, similar to date time pattern in SimpleDateFormat.
413 * since calendar is not const in SimpleDateFormat::format(Calendar&),
579 * It should be a SimpleDateFormat object which
628 static SimpleDateFormat* U_EXPORT2 createSDFPatternInstance(
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
DetailMode.java 22 import java.text.SimpleDateFormat;
151 SimpleDateFormat formatter = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss");
162 formatter = new SimpleDateFormat("yyyyMMdd'_'HHmmss");

Completed in 1942 milliseconds

12 3 4 5 6