/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
DateTimeEditor.java | 38 import java.text.SimpleDateFormat; 42 private static final SimpleDateFormat YYYY_MM_DD = new SimpleDateFormat("yyyy/MM/dd"); 43 private static final SimpleDateFormat HH_MM_SS = new SimpleDateFormat("HH:mm:ss");
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
ReportExporter.java | 29 import java.text.SimpleDateFormat; 93 SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy.MM.dd-HH.mm.ss", Locale.ENGLISH);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
UTCTimeTest.java | 22 import java.text.SimpleDateFormat; 48 SimpleDateFormat sdf = new SimpleDateFormat("dd MMM yyyy HH:mm:ss", Locale.US);
|
DerGeneralizedTimeEDTest.java | 27 import java.text.SimpleDateFormat; 81 SimpleDateFormat sdf = 82 new SimpleDateFormat("dd.MM.yyyy HH:mm"); 154 myDate = new SimpleDateFormat("MM.dd.yyyy HH:mm").
|
GeneralizedTimeTest.java | 23 import java.text.SimpleDateFormat; 51 SimpleDateFormat sdf = new SimpleDateFormat("dd MMM yyyy HH:mm:ss", Locale.US);
|
/external/chromium/base/i18n/ |
time_formatting.cc | 64 icu::SimpleDateFormat formatter(generated_pattern, status); 103 scoped_ptr<icu::SimpleDateFormat> formatter( 104 static_cast<icu::SimpleDateFormat*>(
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
Time.java | 26 import java.text.SimpleDateFormat; 65 private static SimpleDateFormat utcFormat = new SimpleDateFormat("yyyyMMdd'T'HH:mm:ss");
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
DateView.java | 31 import java.text.SimpleDateFormat; 42 private SimpleDateFormat mDateFormat; 94 mDateFormat = new SimpleDateFormat(fmt, l);
|
Clock.java | 34 import java.text.SimpleDateFormat; 48 private SimpleDateFormat mClockFormat; 140 SimpleDateFormat sdf; 173 mClockFormat = sdf = new SimpleDateFormat(format);
|
/packages/apps/Exchange/src/com/android/exchange/ |
Eas.java | 24 import java.text.SimpleDateFormat; 178 public static final SimpleDateFormat DATE_FORMAT; 180 DATE_FORMAT = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.S'Z'", Locale.US);
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/ |
ShareMockupAction.java | 34 import java.text.SimpleDateFormat; 40 private static final SimpleDateFormat FILE_NAME = 41 new SimpleDateFormat("'notification.'yyyyMMdd'.'HHmmss'.png'");
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dtfmttst.cpp | 105 * Instantiate a SimpleDateFormat set up to produce a full time 108 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)"zzzz", status); 227 SimpleDateFormat* fullFmt = new SimpleDateFormat((UnicodeString)"EEE MMM dd HH:mm:ss.SSS zzz yyyy G", status); 228 SimpleDateFormat *fmt = new SimpleDateFormat((UnicodeString)"dd-MMM-yy h:mm:ss 'o''clock' a z", Locale::getEnglish(), status); 365 dateFormats[2] = new SimpleDateFormat(buf, Locale::getUS(), ec); 372 dateFormats[3] = new SimpleDateFormat(buf, Locale::getUS(), ec); 374 errln(UnicodeString("Could not create SimpleDateFormat object for locale en_US. Error: " )+ UnicodeString(u_errorName(ec))) [all...] |
incaltst.cpp | 418 SimpleDateFormat *fmt = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=buddhist"), status); 420 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); 504 SimpleDateFormat *fmt = new SimpleDateFormat(UnicodeString("MMMM d, yy G"), Locale("en_US@calendar=japanese"), status); 505 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); 535 fmt = new SimpleDateFormat(UnicodeString("G y"), Locale("en_US@calendar=japanese"), status); 622 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("HH:mm:ss.S MMMM d, yyyy G"), Locale("en_US@calendar=gr (…) [all...] |
/external/icu4c/test/intltest/ |
dtfmttst.cpp | 190 SimpleDateFormat date1(pattern, locale, errorCode); 191 SimpleDateFormat date2(pattern, locale, errorCode); 228 * Instantiate a SimpleDateFormat set up to produce a full time 231 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)"zzzz", status); 357 SimpleDateFormat* fullFmt = new SimpleDateFormat((UnicodeString)"EEE MMM dd HH:mm:ss.SSS zzz yyyy G", status); 358 SimpleDateFormat *fmt = new SimpleDateFormat((UnicodeString)"dd-MMM-yy h:mm:ss 'o''clock' a z", Locale::getEnglish(), status); 499 dateFormats[2] = new SimpleDateFormat(buf, Locale::getUS(), ec) [all...] |
incaltst.cpp | 418 SimpleDateFormat *fmt = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=buddhist"), status); 420 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); 504 SimpleDateFormat *fmt = new SimpleDateFormat(UnicodeString("MMMM d, yy G"), Locale("en_US@calendar=japanese"), status); 505 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"), Locale("en_US@calendar=gregorian"), status); 535 fmt = new SimpleDateFormat(UnicodeString("G y"), Locale("en_US@calendar=japanese"), status); 622 SimpleDateFormat *fmt2 = new SimpleDateFormat(UnicodeString("HH:mm:ss.S MMMM d, yyyy G"), Locale("en_US@calendar=gr (…) [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapAppParams.java | 21 import java.text.SimpleDateFormat; 558 SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd'T'HHmmss"); 568 SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd'T'HHmmss"); 578 SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd'T'HHmmss"); 588 SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd'T'HHmmss"); [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_org/base/i18n/ |
time_formatting.cc | 85 icu::SimpleDateFormat formatter(generated_pattern, status); 128 scoped_ptr<icu::SimpleDateFormat> formatter( 129 static_cast<icu::SimpleDateFormat*>(
|
/external/smack/asmack-master/static-src/custom/de/measite/smack/ |
AndroidDebugger.java | 14 import java.text.SimpleDateFormat; 31 private SimpleDateFormat dateFormatter = new SimpleDateFormat("hh:mm:ss aaa");
|
/external/smack/src/de/measite/smack/ |
AndroidDebugger.java | 14 import java.text.SimpleDateFormat; 31 private SimpleDateFormat dateFormatter = new SimpleDateFormat("hh:mm:ss aaa");
|
/external/smack/src/org/jivesoftware/smack/debugger/ |
ConsoleDebugger.java | 28 import java.text.SimpleDateFormat; 45 private SimpleDateFormat dateFormatter = new SimpleDateFormat("hh:mm:ss aaa");
|
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
AgentStatus.java | 26 import java.text.SimpleDateFormat;
36 private static final SimpleDateFormat UTC_FORMAT = new SimpleDateFormat("yyyyMMdd'T'HH:mm:ss");
|
OccupantsInfo.java | 26 import java.text.SimpleDateFormat;
37 private static final SimpleDateFormat UTC_FORMAT = new SimpleDateFormat("yyyyMMdd'T'HH:mm:ss");
|
Transcripts.java | 24 import java.text.SimpleDateFormat;
36 private static final SimpleDateFormat UTC_FORMAT = new SimpleDateFormat("yyyyMMdd'T'HH:mm:ss");
|
TranscriptsProvider.java | 29 import java.text.SimpleDateFormat;
42 private static final SimpleDateFormat UTC_FORMAT = new SimpleDateFormat("yyyyMMdd'T'HH:mm:ss");
|