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

1 23 4 5

  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 244 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)"zzzz", status); local
252 if (sdf != NULL) {
253 delete sdf;
296 sdf->setTimeZone(*ttz);
302 sdf->format(today,fmtOffset, pos);
332 delete sdf;
897 SimpleDateFormat* sdf = (SimpleDateFormat*)DateFormat::createDateInstance(); local
3925 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,override,Locale::getChina(),status); local
3958 SimpleDateFormat *sdf = new SimpleDateFormat("ZZZZ", Locale(""), status); local
3996 SimpleDateFormat *sdf = new SimpleDateFormat(UnicodeString(TestData[i][0]), status); local
    [all...]
dtptngts.cpp 554 SimpleDateFormat sdf(bPattern, loc, status);
556 rDate = sdf.format(testDate1, rDate);
    [all...]
calregts.cpp     [all...]
numrgts.cpp 1312 DecimalFormat *sdf = new DecimalFormat(UnicodeString("#,##0"), status); local
2007 DecimalFormat *sdf = new DecimalFormat(status); local
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
ICUZDump.java 188 private SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd EEE HH:mm:ss", ULocale.US); field in class:ICUZDump.DumpFormatter
199 sdf.setTimeZone(stz);
200 buf.append(sdf.format(new Date(time)));
  /frameworks/base/core/java/android/security/net/config/
XmlConfigSource.java 139 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); local
140 sdf.setLenient(false);
141 Date date = sdf.parse(expirationDate);
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastRecord.java 100 void dump(PrintWriter pw, String prefix, SimpleDateFormat sdf) {
126 pw.print(sdf.format(new Date(enqueueClockTime)));
128 pw.println(sdf.format(new Date(dispatchClockTime)));
BroadcastQueue.java 1466 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); local
    [all...]
  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 103 SimpleDateFormat *sdf = dynamic_cast<SimpleDateFormat *>(df); local
104 if (sdf != NULL) {
105 sdf->toPattern(fTimePattern);
106 delete sdf;
  /libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java 95 SimpleDateFormat sdf = new SimpleDateFormat("M/d/yy h:mm a", Locale.US); local
96 assertTrue("Incorrect date format", sdf.format(current).equals(dtf));
117 SimpleDateFormat sdf = new SimpleDateFormat("M/d/yy h:mm a", Locale.US); local
118 assertTrue("Incorrect date format", sdf.format(current).equals(
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
SimpleDateFormat.java 428 private SimpleDateFormat(java.text.SimpleDateFormat sdf) {
429 super(sdf);
  /external/skia/src/gpu/
GrSWMaskHelper.cpp 303 void GrSWMaskHelper::toSDF(unsigned char* sdf) {
304 SkGenerateDistanceFieldFromA8Image(sdf, (const unsigned char*)fPixels.addr(),
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
SmartCamera.java 117 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd_HH:mm:ss"); local
132 sdf.format(cal.getTime()) + "_image" + i + ".jpg", "image " + i);
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DataCollector.java 321 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd-HH-mm-ss", Locale.US); local
322 return String.format(filenameTemplate, sdf.format(new Date()));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 206 SimpleDateFormat sdf = new SimpleDateFormat("zzzz"); local
251 sdf.setTimeZone(ttz);
259 fmtOffset = sdf.format(today, fmtOffset, pos);
669 for (SimpleDateFormat sdf : formats) {
670 sdf.setTimeZoneFormat(tzfmt);
1734 SimpleDateFormat sdf = (SimpleDateFormat)DateFormat.getDateInstance(); local
3382 SimpleDateFormat sdf = new SimpleDateFormat(patterns[i]); local
3828 SimpleDateFormat sdf = new SimpleDateFormat("", "", null); local
3960 SimpleDateFormat sdf = new SimpleDateFormat(pattern,override,ULocale.CHINA); local
4076 SimpleDateFormat sdf = new SimpleDateFormat(data.pattern); local
    [all...]
DateTimeGeneratorTest.java 238 SimpleDateFormat sdf = new SimpleDateFormat(pattern, uLocale); local
239 String formatted = sdf.format(date);
241 //logln(uLocale + "\t" + testSkeleton + "\t" + pattern + "\t" + sdf.format(date));
247 SimpleDateFormat sdf = new SimpleDateFormat(pattern, uLocale); local
248 String formatted = sdf.format(date);
255 sdf = new SimpleDateFormat(pattern, uLocale);
256 formatted = sdf.format(date);
259 //logln(uLocale + "\t" + testSkeleton + "\t" + pattern + "\t" + sdf.format(date));
    [all...]
NumberRegression.java 768 DecimalFormat sdf = new DecimalFormat("#,##0"); local
769 if (sdf.getMinimumIntegerDigits() != 1)
770 errln("Minimum integer digits : " + sdf.getMinimumIntegerDigits());
1201 DecimalFormat sdf = new DecimalFormat(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 202 SimpleDateFormat sdf = new SimpleDateFormat("zzzz"); local
247 sdf.setTimeZone(ttz);
255 fmtOffset = sdf.format(today, fmtOffset, pos);
665 for (SimpleDateFormat sdf : formats) {
666 sdf.setTimeZoneFormat(tzfmt);
1730 SimpleDateFormat sdf = (SimpleDateFormat)DateFormat.getDateInstance(); local
3378 SimpleDateFormat sdf = new SimpleDateFormat(patterns[i]); local
3824 SimpleDateFormat sdf = new SimpleDateFormat("", "", null); local
3956 SimpleDateFormat sdf = new SimpleDateFormat(pattern,override,ULocale.CHINA); local
4072 SimpleDateFormat sdf = new SimpleDateFormat(data.pattern); local
    [all...]
DateTimeGeneratorTest.java 234 SimpleDateFormat sdf = new SimpleDateFormat(pattern, uLocale); local
235 String formatted = sdf.format(date);
237 //logln(uLocale + "\t" + testSkeleton + "\t" + pattern + "\t" + sdf.format(date));
243 SimpleDateFormat sdf = new SimpleDateFormat(pattern, uLocale); local
244 String formatted = sdf.format(date);
251 sdf = new SimpleDateFormat(pattern, uLocale);
252 formatted = sdf.format(date);
255 //logln(uLocale + "\t" + testSkeleton + "\t" + pattern + "\t" + sdf.format(date));
    [all...]
NumberRegression.java 764 DecimalFormat sdf = new DecimalFormat("#,##0"); local
765 if (sdf.getMinimumIntegerDigits() != 1)
766 errln("Minimum integer digits : " + sdf.getMinimumIntegerDigits());
1197 DecimalFormat sdf = new DecimalFormat(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 1372 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); local
1676 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); local
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java 526 SimpleDateFormat sdf = new SimpleDateFormat(format, Locale.US); local
527 String newPath = beamRoot + "beam-" + sdf.format(new Date());
531 newPath = beamRoot + "beam-" + sdf.format(new Date()) + "-" +
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegression.java 261 SimpleDateFormat sdf = new SimpleDateFormat("MM/dd/yyyy HH:mm"); local
262 sdf.setCalendar(testCal);
278 String output = testTZ.getID() + " " + sdf.format(testDate) +
707 SimpleDateFormat sdf = new SimpleDateFormat("MMM dd yyyy HH:mm z"); local
739 sdf.setTimeZone(tz);
753 logln("" + i + ": " + sdf.format(d) + " => " + zone[i] +
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegression.java 257 SimpleDateFormat sdf = new SimpleDateFormat("MM/dd/yyyy HH:mm"); local
258 sdf.setCalendar(testCal);
274 String output = testTZ.getID() + " " + sdf.format(testDate) +
703 SimpleDateFormat sdf = new SimpleDateFormat("MMM dd yyyy HH:mm z"); local
735 sdf.setTimeZone(tz);
749 logln("" + i + ": " + sdf.format(d) + " => " + zone[i] +
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 207 SimpleDateFormat sdf; local
243 mClockFormat = sdf = new SimpleDateFormat(format);
246 sdf = mClockFormat;
248 String result = sdf.format(mCalendar.getTime());

Completed in 631 milliseconds

1 23 4 5