HomeSort by relevance Sort by last modified time
    Searched refs:sdf (Results 51 - 71 of 71) sorted by null

1 23

  /external/icu4c/test/intltest/
caltest.cpp     [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CRLTest.java 123 final SimpleDateFormat sdf = new SimpleDateFormat("MMM dd HH:mm:ss yyyy zzz"); local
134 final Date value = sdf.parse(line.substring(index + 1));
X509CertificateTest.java 173 final SimpleDateFormat sdf = new SimpleDateFormat("MMM dd HH:mm:ss yyyy zzz"); local
179 final Date startDate = sdf.parse(line.substring(index + 1));
184 final Date endDate = sdf.parse(line.substring(index + 1));
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 838 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); local
841 pw.print("="); pw.print(sdf.format(new Date(nowRTC)));
847 pw.print(" = "); pw.println(sdf.format(new Date(nextNonWakeupRTC)));
849 pw.print(" = "); pw.println(sdf.format(new Date(nextWakeupRTC)));
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp 416 SimpleDateFormat* sdf; local
417 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
418 conflictingStatus = addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
427 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
428 conflictingStatus = addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
    [all...]
smpdtfmt.cpp 1254 SimpleDateFormat *sdf = (SimpleDateFormat*)this->clone(); local
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 419 SimpleDateFormat* sdf; local
420 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
421 addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
430 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
431 addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp     [all...]