HomeSort by relevance Sort by last modified time
    Searched refs:SimpleDateFormat (Results 151 - 175 of 261) sorted by null

1 2 3 4 5 67 8 91011

  /external/chromium_org/third_party/icu/source/test/intltest/
dtifmtts.cpp     [all...]
caltztst.cpp 59 theFormat = new SimpleDateFormat(UnicodeString("EEE MMM dd HH:mm:ss zzz yyyy"), status);
64 dataerrln("FAIL: Could not create SimpleDateFormat - %s", u_errorName(status));
tzfmttst.cpp 117 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], status);
119 errcheckln(status, (UnicodeString)"new SimpleDateFormat failed for pattern " +
137 // Before parse, set unknown zone to SimpleDateFormat instance
319 SimpleDateFormat *sdf = new SimpleDateFormat(pattern, data.locales[locidx], status);
321 log.errcheckln(status, (UnicodeString) "new SimpleDateFormat failed for pattern " +
  /external/icu4c/test/intltest/
dadrcal.cpp 88 SimpleDateFormat fmt(UnicodeString("EEE MMM dd yyyy / YYYY'-W'ww-ee"),
91 dataerrln("FAIL: Couldn't create SimpleDateFormat: %s",
352 SimpleDateFormat fmt(UnicodeString("EEE MMM dd yyyy G"), status);
383 SimpleDateFormat fmt(UnicodeString("EEE MMM dd yyyy / YYYY'-W'ww-ee"),
386 errcheckln(status, "FAIL: Couldn't create SimpleDateFormat: %s",
caltztst.cpp 59 theFormat = new SimpleDateFormat(UnicodeString("EEE MMM dd HH:mm:ss zzz yyyy"), status);
64 dataerrln("FAIL: Could not create SimpleDateFormat - %s", u_errorName(status));
  /frameworks/base/core/java/android/net/http/
SslCertificate.java 36 import java.text.SimpleDateFormat;
48 * SimpleDateFormat pattern for an ISO 8601 date
309 return new SimpleDateFormat(ISO_8601_DATE_FORMAT).parse(string);
322 return new SimpleDateFormat(ISO_8601_DATE_FORMAT).format(date);
  /frameworks/base/core/java/android/text/format/
DateFormat.java 32 import java.text.SimpleDateFormat;
45 * of format strings, see {@link java.text.SimpleDateFormat}.
57 * <p>See {@link java.text.SimpleDateFormat} for more documentation
60 * {@code SimpleDateFormat}.
88 * @deprecated Use a literal {@code 'H'} (for compatibility with {@link SimpleDateFormat}
146 if (natural instanceof SimpleDateFormat) {
147 SimpleDateFormat sdf = (SimpleDateFormat) natural;
195 * @return a string pattern suitable for use with {@link java.text.SimpleDateFormat}.
208 return new java.text.SimpleDateFormat(getTimeFormatString(context))
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
VideoEditorHelper.java 22 import java.text.SimpleDateFormat;
430 SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMddHHmmssS");
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 20 import java.text.SimpleDateFormat;
105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss");
527 // synchronized on TIME_FORMAT as SimpleDateFormat is not thread safe
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DatePicker.java 37 import java.text.SimpleDateFormat;
222 if (format instanceof SimpleDateFormat) {
223 order = ((SimpleDateFormat) format).toPattern();
  /libcore/luni/src/main/java/java/util/
Date.java 26 import java.text.SimpleDateFormat;
672 SimpleDateFormat sdf = new SimpleDateFormat("d MMM y HH:mm:ss 'GMT'", Locale.US);
692 * The formatting is equivalent to using a {@code SimpleDateFormat} with
696 * use {@code SimpleDateFormat} instead.
702 // return new SimpleDateFormat("EEE MMM dd HH:mm:ss zzz yyyy").format(d);
  /libcore/luni/src/test/java/libcore/java/util/
TimeZoneTest.java 19 import java.text.SimpleDateFormat;
62 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ");
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 22 import java.text.SimpleDateFormat;
735 SimpleDateFormat df = new SimpleDateFormat("EE, dd MMM yyyy HH:mm:ss");
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapbMessageTest.java 7 import java.text.SimpleDateFormat;
110 SimpleDateFormat format = new SimpleDateFormat("yyMMddHHmmss");
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 20 import java.text.SimpleDateFormat;
105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss");
527 // synchronized on TIME_FORMAT as SimpleDateFormat is not thread safe
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmTimelineView.java 36 import java.text.SimpleDateFormat;
72 private SimpleDateFormat mDateFormat;
242 mDateFormat = new SimpleDateFormat(format, locale);
Utils.java 61 import java.text.SimpleDateFormat;
478 SimpleDateFormat sdf = new SimpleDateFormat(fmt, l);
482 sdf = new SimpleDateFormat(fmt, l);
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeMessageTest.java 33 import java.text.SimpleDateFormat;
99 SimpleDateFormat format = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss Z", Locale.US);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 20 import java.text.SimpleDateFormat;
105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss");
527 // synchronized on TIME_FORMAT as SimpleDateFormat is not thread safe
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifTag.java 20 import java.text.SimpleDateFormat;
105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss");
527 // synchronized on TIME_FORMAT as SimpleDateFormat is not thread safe
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifTag.java 20 import java.text.SimpleDateFormat;
105 private static final SimpleDateFormat TIME_FORMAT = new SimpleDateFormat("yyyy:MM:dd kk:mm:ss");
527 // synchronized on TIME_FORMAT as SimpleDateFormat is not thread safe
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 40 import java.text.SimpleDateFormat;
463 SimpleDateFormat sdf = new SimpleDateFormat(format, Locale.US);
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java 42 import java.text.SimpleDateFormat;
377 SimpleDateFormat sdf = new SimpleDateFormat("ZZZZ, zzzz");
  /external/smack/src/org/jivesoftware/smackx/pubsub/
SubscribeForm.java 17 import java.text.SimpleDateFormat;
  /external/chromium_org/third_party/icu/source/tools/tzcode/
icuzdump.cpp 46 sdf = new SimpleDateFormat((UnicodeString)"yyyy-MM-dd EEE HH:mm:ss", Locale::getEnglish(), status);
86 SimpleDateFormat* sdf;

Completed in 2286 milliseconds

1 2 3 4 5 67 8 91011