/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | index.css | 206 .dtf-table, .dtf-int {margin-left:auto; margin-right:auto; border-collapse:collapse;} 207 .dtf-table, .dtf-s, .dtf-nopad, .dtf-fix, .dtf-th, .dtf-h, .dtf-sep, .dtf-left, .dtf-int {border:1p… 208 .dtf-th {background-color:#EEE; padding:4px} 209 .dtf-s, .dtf-nopad, .dtf-fix {padding:3px; text-align:center} 210 .dtf-sep {background-color:#EEF; text-align:center} 211 .dtf-s {text-align:center;} 212 .dtf-int {width:100%; height:100%} 213 .dtf-fix {width:1px} 214 .dtf-left {text-align:left;} 215 .dtf-nopad {padding:0px; vertical-align:top;} [all …]
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ext/ |
D | TestCoreXMLTypes.java | 35 DatatypeFactory dtf = DatatypeFactory.newInstance(); in testDurationSer() local 37 Duration dur = dtf.newDurationDayTime(false, 15, 19, 58, 1); in testDurationSer() 43 DatatypeFactory dtf = DatatypeFactory.newInstance(); in testXMLGregorianCalendarSerAndDeser() local 44 XMLGregorianCalendar cal = dtf.newXMLGregorianCalendar in testXMLGregorianCalendarSerAndDeser() 110 DatatypeFactory dtf = DatatypeFactory.newInstance(); in testCalendarDeser() local 111 XMLGregorianCalendar cal = dtf.newXMLGregorianCalendar in testCalendarDeser() 120 DatatypeFactory dtf = DatatypeFactory.newInstance(); in testDurationDeser() local 122 Duration dur = dtf.newDurationDayTime(true, 27, 5, 15, 59); in testDurationDeser()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestRangeAbbreviator.java | 56 DateFormat dtf = DateFormat.getDateTimeInstance(dateStyle, in main() local 58 String formatted1 = dtf.format(tests[0]); in main() 63 String formatted2 = dtf.format(test); in main()
|
/external/llvm-project/clang/test/Analysis/ |
D | DeleteWithNonVirtualDtor.cpp | 93 …NonVirtual *dtf = new NVDerived(); // expected-note{{Conversion from derived to base happened here… in deleteThroughFunction() local 94 sink(dtf); // expected-note{{Calling 'sink'}} in deleteThroughFunction()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | QuickCheck.java | 335 DateTimeFormats dtf = new DateTimeFormats(); in checkStock() local 336 dtf.set(file, "gregorian", false); in checkStock() 343 String flexibleDatePattern = dtf.getBestPattern(stockInfo[1]); in checkStock() 348 String flexibleTimePattern = dtf.getBestPattern(stockInfo[2]); in checkStock()
|
D | ExampleGenerator.java | 1525 SimpleDateFormat dtf = icuServiceBuilder.getDateFormat(calendar, in handleDateFormatItem() local 1527 return dtf.format(DATE_SAMPLE); in handleDateFormatItem()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/ |
D | GlobalizationPreferences.java | 605 SimpleDateFormat dtf = new SimpleDateFormat("vvvv",locale); in getDisplayName() local 606 dtf.setTimeZone(TimeZone.getFrozenTimeZone(id)); in getDisplayName() 607 result = dtf.format(new Date()); in getDisplayName()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | GlobalizationPreferences.java | 580 SimpleDateFormat dtf = new SimpleDateFormat("vvvv",locale); in getDisplayName() local 581 dtf.setTimeZone(TimeZone.getFrozenTimeZone(id)); in getDisplayName() 582 result = dtf.format(new Date()); in getDisplayName()
|
/external/python/cpython3/Lib/test/ |
D | test_heapq.py | 40 dtf = doctest.DocTestFinder() 41 return dtf.find(py_heapq.merge)
|
D | mime.types | 849 application/vnd.sss-dtf
|
/external/icu/icu4c/source/test/intltest/ |
D | dtptngts.cpp | 1435 … LocalPointer<DateFormat> dtf(DateFormat::createTimeInstance(DateFormat::kShort, loc), status); in test20640_HourCyclArsEnNH() local 1442 dynamic_cast<SimpleDateFormat*>(dtf.getAlias())->toPattern(timePattern); in test20640_HourCyclArsEnNH()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 1753 DateFormat dtf = DateFormat.getTimeInstance(DateFormat.SHORT, loc); in test20640_HourCyclArsEnNH() local 1756 String timePattern = ((SimpleDateFormat)dtf).toPattern(); in test20640_HourCyclArsEnNH()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 1756 DateFormat dtf = DateFormat.getTimeInstance(DateFormat.SHORT, loc); in test20640_HourCyclArsEnNH() local 1759 String timePattern = ((SimpleDateFormat)dtf).toPattern(); in test20640_HourCyclArsEnNH()
|
/external/mime-support/ |
D | mime.types | 348 application/vnd.sss-dtf
|