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

1 2 3

  /external/clang/test/CodeGen/
ppc64-qpx-vector.c 8 struct sdf { v4df v; }; struct
20 v4df foo2(struct sdf a, v4df b, struct sdf2 c) {
  /external/caliper/examples/src/main/java/examples/
ExpensiveObjectsBenchmark.java 63 SimpleDateFormat sdf = new SimpleDateFormat(); local
65 sdf.clone();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormatAPIC.java 74 SimpleDateFormat sdf = new SimpleDateFormat(); local
76 str = sdf.format(dateObj);
77 strBuffer = sdf.format(dateObj, strBuffer, fpos);
79 strBuffer = sdf.format(new Date(0), strBuffer, fpos);
80 str = sdf.format(new Date(0));
82 sdf.parse(str);
83 sdf.parse(str, ppos);
DateFormatRegressionTestJ.java 190 SimpleDateFormat sdf = new SimpleDateFormat(); local
196 sdf.applyPattern("MM d y");
197 logln(sdf.format(today));
198 sdf.applyPattern("MM d yy");
199 logln(sdf.format(today));
201 sdf.applyPattern("MM d yyy");
202 logln(sdf.format(today));
204 sdf.applyPattern("MM d yyyy");
205 logln(sdf.format(today));
207 sdf.applyPattern("MM d yyyyy")
215 SimpleDateFormat sdf = new SimpleDateFormat(pattern, Locale.JAPAN); local
244 SimpleDateFormat sdf = new SimpleDateFormat(pattern); local
269 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); local
297 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); local
    [all...]
TimeZoneFormatTest.java 155 SimpleDateFormat sdf = new SimpleDateFormat(PATTERNS[patidx], LOCALES[locidx]); local
165 sdf.setTimeZone(tz);
166 String tzstr = sdf.format(DATES[datidx]);
171 sdf.setTimeZone(unknownZone);
179 sdf.parse(tzstr, outcal, pos);
386 SimpleDateFormat sdf = new SimpleDateFormat(pattern, LOCALES[locidx]); local
432 sdf.setTimeZone(tz);
473 String text = sdf.format(new Date(testTimes[testidx]));
475 Date parsedDate = sdf.parse(text);
829 SimpleDateFormat sdf = new SimpleDateFormat(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormatAPIC.java 71 SimpleDateFormat sdf = new SimpleDateFormat(); local
73 str = sdf.format(dateObj);
74 strBuffer = sdf.format(dateObj, strBuffer, fpos);
76 strBuffer = sdf.format(new Date(0), strBuffer, fpos);
77 str = sdf.format(new Date(0));
79 sdf.parse(str);
80 sdf.parse(str, ppos);
DateFormatRegressionTestJ.java 187 SimpleDateFormat sdf = new SimpleDateFormat(); local
193 sdf.applyPattern("MM d y");
194 logln(sdf.format(today));
195 sdf.applyPattern("MM d yy");
196 logln(sdf.format(today));
198 sdf.applyPattern("MM d yyy");
199 logln(sdf.format(today));
201 sdf.applyPattern("MM d yyyy");
202 logln(sdf.format(today));
204 sdf.applyPattern("MM d yyyyy")
212 SimpleDateFormat sdf = new SimpleDateFormat(pattern, Locale.JAPAN); local
241 SimpleDateFormat sdf = new SimpleDateFormat(pattern); local
266 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); local
294 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); local
    [all...]
TimeZoneFormatTest.java 152 SimpleDateFormat sdf = new SimpleDateFormat(PATTERNS[patidx], LOCALES[locidx]); local
162 sdf.setTimeZone(tz);
163 String tzstr = sdf.format(DATES[datidx]);
168 sdf.setTimeZone(unknownZone);
176 sdf.parse(tzstr, outcal, pos);
383 SimpleDateFormat sdf = new SimpleDateFormat(pattern, LOCALES[locidx]); local
429 sdf.setTimeZone(tz);
470 String text = sdf.format(new Date(testTimes[testidx]));
472 Date parsedDate = sdf.parse(text);
826 SimpleDateFormat sdf = new SimpleDateFormat(); local
    [all...]
  /external/icu/icu4c/source/samples/dtptngsample/
dtptngsample.cpp 59 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,locales[j],status); local
62 sdf->format(date,dateReturned,status);
66 delete sdf;
92 SimpleDateFormat *sdf = new SimpleDateFormat(dtfg->getBestPattern("MMMMddHmm",status),locale,status); local
96 sdf->applyPattern(dtfg->getBestPattern("MMMMddHmm",status));
97 dateReturned = sdf->format(date, dateReturned, status);
98 pattern =sdf->toPattern(pattern);
104 delete sdf;
133 SimpleDateFormat *sdf = new SimpleDateFormat("EEEE d MMMM y HH:mm:ss zzzz",locale,status); local
134 sdf->setTimeZone(*zone)
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
SimpleDateFormatTest.java 47 SimpleDateFormat sdf = new SimpleDateFormat(hmzmdy); local
48 sdf.format(cal, buf, fp);
59 SimpleDateFormat sdf = new SimpleDateFormat(hmzmdy); local
60 sdf.parse(hmzmdyStr, cal, pp);
76 SimpleDateFormat sdf = new SimpleDateFormat(); local
78 assertEquals(jsdf.format(date), sdf.format(date));
85 SimpleDateFormat sdf = new SimpleDateFormat(mdy); local
87 assertEquals(jsdf.format(date), sdf.format(date));
95 SimpleDateFormat sdf = new SimpleDateFormat(mdy, l); local
97 assertEquals(jsdf.format(date), sdf.format(date))
105 SimpleDateFormat sdf = new SimpleDateFormat(mdy, l); local
117 SimpleDateFormat sdf = new SimpleDateFormat(mdy, dfs); local
126 SimpleDateFormat sdf = new SimpleDateFormat(md2); local
141 SimpleDateFormat sdf = new SimpleDateFormat(md2); local
150 SimpleDateFormat sdf = new SimpleDateFormat(mdy); local
160 SimpleDateFormat sdf = new SimpleDateFormat(mdy); local
169 SimpleDateFormat sdf = new SimpleDateFormat(); local
179 SimpleDateFormat sdf = new SimpleDateFormat(); local
190 SimpleDateFormat sdf = new SimpleDateFormat(mdy, dfs); local
199 SimpleDateFormat sdf = new SimpleDateFormat(hmzmdy); local
    [all...]
  /external/icu/icu4c/source/test/perf/normperf/
dtfmtrtperf.h 155 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], *status); local
173 sdf->setTimeZone(*tz);
174 sdf->format(DATES[datidx], tzstr, fpos);
179 sdf->setTimeZone(unknownZone);
191 sdf->parse(tzstr, *outcal, pos);
202 delete sdf;
  /external/libvpx/libvpx/vpx_dsp/
variance.h 59 vpx_sad_fn_t sdf; member in struct:variance_vtable
73 vpx_sad_fn_t sdf; member in struct:vp9_variance_vtable
  /external/icu/android_icu4j/src/samples/java/android/icu/samples/text/datetimepatterngenerator/
DateTimePatternGeneratorSample.java 63 SimpleDateFormat sdf = new SimpleDateFormat(pattern, locale); local
65 System.out.printf("%-35s",sdf.format(date));
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/text/datetimepatterngenerator/
DateTimePatternGeneratorSample.java 62 SimpleDateFormat sdf = new SimpleDateFormat(pattern, locale); local
64 System.out.printf("%-35s",sdf.format(date));
  /external/libaom/libaom/aom_dsp/
variance.h 92 aom_sad_fn_t sdf; member in struct:aom_variance_vtable
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
ICUZDump.java 190 private SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd EEE HH:mm:ss", ULocale.US); field in class:ICUZDump.DumpFormatter
201 sdf.setTimeZone(stz);
202 buf.append(sdf.format(new Date(time)));
  /developers/build/prebuilts/gradle/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/
SynchronizedNotificationsFragment.java 194 SimpleDateFormat sdf = new SimpleDateFormat("HH:mm:ss", Locale.getDefault()); local
195 return sdf.format(new Date());
  /developers/samples/android/deprecated/wearable/wear/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/
SynchronizedNotificationsFragment.java 194 SimpleDateFormat sdf = new SimpleDateFormat("HH:mm:ss", Locale.getDefault()); local
195 return sdf.format(new Date());
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
SynchronizedNotificationsFragment.java 194 SimpleDateFormat sdf = new SimpleDateFormat("HH:mm:ss", Locale.getDefault()); local
195 return sdf.format(new Date());
  /external/cldr/tools/java/org/unicode/cldr/icu/
RBNFWriter.java 70 SimpleDateFormat sdf = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); local
87 sdf.applyPattern("yyyy");
89 out.println("Copyright © 1991-" + sdf.format(now) + " Unicode, Inc.\n" +
93 sdf.applyPattern("yyyy/MM/dd HH:mm:ss");
  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 101 SimpleDateFormat *sdf = dynamic_cast<SimpleDateFormat *>(df); local
102 if (sdf != NULL) {
103 sdf->toPattern(fTimePattern);
104 delete sdf;
dtptngen.cpp 679 SimpleDateFormat* sdf; local
680 if (df != nullptr && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != nullptr) {
681 sdf->toPattern(dfPattern);
689 if (df != nullptr && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != nullptr) {
690 sdf->toPattern(dfPattern);
    [all...]
  /external/protobuf/java/util/src/main/java/com/google/protobuf/util/
TimeUtil.java 69 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss"); local
75 sdf.setCalendar(calendar);
76 return sdf;
  /external/icu/icu4c/source/tools/tzcode/
icuzdump.cpp 50 sdf = new SimpleDateFormat((UnicodeString)"yyyy-MM-dd EEE HH:mm:ss", Locale::getEnglish(), status);
59 sdf->setTimeZone(*stz);
60 UnicodeString str = sdf->format(time, appendTo);
90 SimpleDateFormat* sdf; member in class:DumpFormatter
  /cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java 249 SimpleDateFormat sdf = new SimpleDateFormat(pattern); local
250 sdf.setTimeZone(utc);
259 assertEquals(expected, sdf.format(c.getTime()));

Completed in 2742 milliseconds

1 2 3