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

1 2 3

  /libcore/luni/src/test/java/libcore/java/text/
SimpleDateFormatTest.java 36 SimpleDateFormat sdf = new SimpleDateFormat(); local
37 Date originalDate = sdf.get2DigitYearStart();
38 assertNotSame(sdf.get2DigitYearStart(), originalDate);
39 assertEquals(sdf.get2DigitYearStart(), originalDate);
41 assertFalse(sdf.get2DigitYearStart().equals(originalDate));
44 sdf.set2DigitYearStart(newDate);
45 assertNotSame(sdf.get2DigitYearStart(), newDate);
46 assertEquals(sdf.get2DigitYearStart(), newDate);
48 assertFalse(sdf.get2DigitYearStart().equals(newDate));
201 SimpleDateFormat sdf = new SimpleDateFormat(fmt, l) local
227 SimpleDateFormat sdf = new SimpleDateFormat(fmt, Locale.US); local
241 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss Z"); local
320 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss zzzz", l); local
333 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss", new Locale("ar", "EG")); local
351 SimpleDateFormat sdf = new SimpleDateFormat("d. MMM yyyy H:mm", Locale.GERMAN); local
    [all...]
DateFormatSymbolsTest.java 77 SimpleDateFormat sdf = new SimpleDateFormat(fmt, l); local
78 sdf.setDateFormatSymbols(dfs);
79 sdf.setTimeZone(TimeZone.getTimeZone("UTC"));
80 return sdf.format(new Date(0));
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1GeneralizedTime.java 87 SimpleDateFormat sdf = new SimpleDateFormat(GEN_PATTERN, Locale.US); local
88 sdf.setTimeZone(TimeZone.getTimeZone("UTC"));
89 String temp = sdf.format(out.content);
ASN1UTCTime.java 98 SimpleDateFormat sdf = new SimpleDateFormat(UTC_PATTERN, Locale.US); local
99 sdf.setTimeZone(TimeZone.getTimeZone("UTC"));
100 out.content = sdf.format(out.content).getBytes(StandardCharsets.UTF_8);
  /external/chromium_org/third_party/icu/source/test/perf/normperf/
dtfmtrtperf.h 152 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], *status); local
170 sdf->setTimeZone(*tz);
171 sdf->format(DATES[datidx], tzstr, fpos);
176 sdf->setTimeZone(unknownZone);
188 sdf->parse(tzstr, *outcal, pos);
199 delete sdf;
  /external/icu4c/test/perf/normperf/
dtfmtrtperf.h 152 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], *status); local
170 sdf->setTimeZone(*tz);
171 sdf->format(DATES[datidx], tzstr, fpos);
176 sdf->setTimeZone(unknownZone);
188 sdf->parse(tzstr, *outcal, pos);
199 delete sdf;
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmrgts.cpp 72 SimpleDateFormat *sdf = (SimpleDateFormat*) DateFormat::createDateInstance(); local
77 if(sdf == NULL){
82 pat = sdf->toPattern(pat);
86 fmtd = sdf->format(today, fmtd, pos);
89 sdf->applyPattern("G yyyy DDD");
91 todayS = sdf->format(today, todayS, pos);
94 today = sdf->parse(todayS, status);
95 failure(status, "sdf->parse");
103 rt = sdf->format(sdf->parse(todayS, status), rt, pos)
709 SimpleDateFormat *sdf = new SimpleDateFormat(UnicodeString("z"), Locale::getUS(), status); local
796 SimpleDateFormat *sdf = new SimpleDateFormat(status); local
861 SimpleDateFormat *sdf = new SimpleDateFormat(status); local
1330 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); local
1439 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); local
    [all...]
dtfmapts.cpp 308 SimpleDateFormat sdf(status);
310 sdf.format(dateObj, str, status);
311 sdf.format(dateObj, str, fpos, status);
313 sdf.format((UDate)0, str, fpos);
314 sdf.format((UDate)0, str);
315 sdf.parse(str, status);
316 sdf.parse(str, ppos);
317 sdf.getNumberFormat();
tzfmttst.cpp 117 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], status); local
134 sdf->setTimeZone(*tz);
135 sdf->format(DATES[datidx], tzstr, fpos);
140 sdf->setTimeZone(unknownZone);
153 sdf->parse(tzstr, *outcal, pos);
235 delete sdf;
319 SimpleDateFormat *sdf = new SimpleDateFormat(pattern, data.locales[locidx], status); local
345 sdf->setTimeZone(*tz);
392 sdf->format(testTimes[testidx], text, fpos);
394 UDate parsedDate = sdf->parse(text, status)
    [all...]
dtfmttst.h 100 virtual void tryPattern(SimpleDateFormat& sdf, UDate d, const char* pattern, UDate expected);
caltest.h 166 SimpleDateFormat *sdf, int32_t times, UErrorCode& status);
168 virtual void loop_addroll(Calendar *cal, /*SimpleDateFormat *sdf, */
  /external/icu4c/test/intltest/
dtfmrgts.cpp 74 SimpleDateFormat *sdf = (SimpleDateFormat*) DateFormat::createDateInstance(); local
79 if(sdf == NULL){
84 pat = sdf->toPattern(pat);
88 fmtd = sdf->format(today, fmtd, pos);
91 sdf->applyPattern("G yyyy DDD");
93 todayS = sdf->format(today, todayS, pos);
96 today = sdf->parse(todayS, status);
97 failure(status, "sdf->parse");
105 rt = sdf->format(sdf->parse(todayS, status), rt, pos)
713 SimpleDateFormat *sdf = new SimpleDateFormat(UnicodeString("z"), Locale::getUS(), status); local
800 SimpleDateFormat *sdf = new SimpleDateFormat(status); local
865 SimpleDateFormat *sdf = new SimpleDateFormat(status); local
1334 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); local
1443 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); local
    [all...]
dtfmapts.cpp 308 SimpleDateFormat sdf(status);
311 sdf.format(dateObj, str, status);
312 sdf.format(dateObj, str, fpos, status);
314 sdf.format((UDate)0, str, fpos);
315 sdf.format((UDate)0, str);
316 sdf.parse(str, status);
317 sdf.parse(str, ppos);
318 sdf.getNumberFormat();
tzfmttst.cpp 164 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], status); local
181 sdf->setTimeZone(*tz);
182 sdf->format(DATES[datidx], tzstr, fpos);
187 sdf->setTimeZone(unknownZone);
200 sdf->parse(tzstr, *outcal, pos);
329 delete sdf;
425 SimpleDateFormat *sdf = new SimpleDateFormat(pattern, data.locales[locidx], status); local
460 sdf->setTimeZone(*tz);
511 sdf->format(testTimes[testidx], text, fpos);
513 UDate parsedDate = sdf->parse(text, status)
    [all...]
dtfmttst.h 105 virtual void tryPattern(SimpleDateFormat& sdf, UDate d, const char* pattern, UDate expected);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DerUTCTimeEDTest.java 62 SimpleDateFormat sdf = local
64 sdf.setTimeZone(TimeZone.getTimeZone("UTC"));
65 myDate = sdf.parse("06.06.2004 00:00");
UTCTimeTest.java 48 SimpleDateFormat sdf = new SimpleDateFormat("dd MMM yyyy HH:mm:ss", Locale.US); typedefs
49 sdf.setTimeZone(TimeZone.getTimeZone("GMT"));
81 validUTCTimes[i][2] = sdf
DerGeneralizedTimeEDTest.java 81 SimpleDateFormat sdf = local
83 sdf.setTimeZone(TimeZone.getTimeZone("UTC"));
84 myDate = sdf.parse("06.06.2004 00:00");
GeneralizedTimeTest.java 51 SimpleDateFormat sdf = new SimpleDateFormat("dd MMM yyyy HH:mm:ss", Locale.US); typedefs
52 sdf.setTimeZone(TimeZone.getTimeZone("GMT"));
90 validGeneralizedTimes[i][2] = sdf
  /external/svox/pico/lib/
picoos.c 1516 picoos_sd_file_t * sdf = NULL; local
1578 picoos_sd_file_t * sdf = sdFile; local
1726 picoos_sd_file_t * sdf = NULL; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
variance.h 101 vp8_sad_fn_t sdf; member in struct:variance_vtable
  /libcore/benchmarks/src/benchmarks/regression/
ExpensiveObjectsBenchmark.java 132 SimpleDateFormat sdf = new SimpleDateFormat(); local
134 sdf.clone();
  /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);
55 sdf->setTimeZone(*stz);
56 UnicodeString str = sdf->format(time, appendTo);
86 SimpleDateFormat* sdf; member in class:DumpFormatter
  /external/icu4c/tools/tzcode/
icuzdump.cpp 46 sdf = new SimpleDateFormat((UnicodeString)"yyyy-MM-dd EEE HH:mm:ss", Locale::getEnglish(), status);
55 sdf->setTimeZone(*stz);
56 UnicodeString str = sdf->format(time, appendTo);
86 SimpleDateFormat* sdf; member in class:DumpFormatter
  /external/libvpx/libvpx/vp9/encoder/
vp9_variance.h 87 vp9_sad_fn_t sdf; member in struct:vp9_variance_vtable

Completed in 744 milliseconds

1 2 3