Home
last modified time | relevance | path

Searched defs:sdf (Results 1 – 25 of 85) sorted by relevance

1234

/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
DDateFormatRegressionTestJ.java191 SimpleDateFormat sdf = new SimpleDateFormat(); in Test4358730() local
216 SimpleDateFormat sdf = new SimpleDateFormat(pattern, Locale.JAPAN); in Test4375399() local
245 SimpleDateFormat sdf = new SimpleDateFormat(pattern); in Test4468663() local
270 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); in run() local
298 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); in run() local
DIntlTestDateFormatAPIC.java71 SimpleDateFormat sdf = new SimpleDateFormat(); in TestNameHiding() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRegressionTestJ.java194 SimpleDateFormat sdf = new SimpleDateFormat(); in Test4358730() local
219 SimpleDateFormat sdf = new SimpleDateFormat(pattern, Locale.JAPAN); in Test4375399() local
248 SimpleDateFormat sdf = new SimpleDateFormat(pattern); in Test4468663() local
273 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); in run() local
301 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); in run() local
DIntlTestDateFormatAPIC.java74 SimpleDateFormat sdf = new SimpleDateFormat(); in TestNameHiding() local
DDateFormatTest.java213 SimpleDateFormat sdf = new SimpleDateFormat("zzzz"); in TestWallyWedel() local
1846 SimpleDateFormat sdf = (SimpleDateFormat)DateFormat.getDateInstance(); in TestDayOfYearPattern195() local
1852 public void tryPattern(SimpleDateFormat sdf, Date d, String pattern, Date expected) { in tryPattern()
3534 SimpleDateFormat sdf = new SimpleDateFormat(patterns[i]); in TestFormatToCharacterIterator() local
3986 SimpleDateFormat sdf = new SimpleDateFormat("", "", null); in TestSimpleDateFormatConstructor_String_String_ULocale() local
4125 SimpleDateFormat sdf = new SimpleDateFormat(pattern,override,ULocale.CHINA); in TestFormalChineseDate() local
4243 SimpleDateFormat sdf = new SimpleDateFormat(data.pattern); in TestParsePosition() local
5048 SimpleDateFormat sdf = new SimpleDateFormat("hh:mm:ss bbb", Locale.ENGLISH); in TestAmPmMidnightNoon() local
5167 SimpleDateFormat sdf = new SimpleDateFormat("hh:mm:ss BBB"); in TestFlexibleDayPeriod() local
5264 SimpleDateFormat sdf = new SimpleDateFormat("", ULocale.GERMANY); in TestDayPeriodWithLocales() local
[all …]
/external/cronet/tot/third_party/icu/source/samples/dtptngsample/
Ddtptngsample.cpp59 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,locales[j],status); in getBestPatternExample() local
92 …SimpleDateFormat *sdf = new SimpleDateFormat(dtfg->getBestPattern("MMMMddHmm",status),locale,statu… in addPatternExample() local
133 SimpleDateFormat *sdf = new SimpleDateFormat("EEEE d MMMM y HH:mm:ss zzzz",locale,status); in replaceFieldTypesExample() local
/external/cronet/stable/third_party/icu/source/samples/dtptngsample/
Ddtptngsample.cpp59 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,locales[j],status); in getBestPatternExample() local
92 …SimpleDateFormat *sdf = new SimpleDateFormat(dtfg->getBestPattern("MMMMddHmm",status),locale,statu… in addPatternExample() local
133 SimpleDateFormat *sdf = new SimpleDateFormat("EEEE d MMMM y HH:mm:ss zzzz",locale,status); in replaceFieldTypesExample() local
/external/clang/test/CodeGen/
Dppc64-qpx-vector.c8 struct sdf { v4df v; }; argument
/external/icu/icu4c/source/test/perf/normperf/
Ddtfmtrtperf.h154 …SimpleDateFormat* sdf = new SimpleDateFormat(UnicodeString(PATTERNS[patidx]), LOCALES[locidx], *st… in call() local
201 delete sdf; in call() local
/external/cronet/tot/third_party/icu/source/test/perf/normperf/
Ddtfmtrtperf.h155 …SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], *st… in call() local
202 delete sdf; in call() local
/external/cronet/stable/third_party/icu/source/test/perf/normperf/
Ddtfmtrtperf.h155 …SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], *st… in call() local
202 delete sdf; in call() local
/external/libvpx/vpx_dsp/
Dvariance.h59 vpx_sad_fn_t sdf; member
71 vpx_sad_fn_t sdf; member
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/
DFastDatePrinterTimeZonesTest.java43 final SimpleDateFormat sdf = new SimpleDateFormat(PATTERN); in testCalendarTimezoneRespected() local
DJava15BugFastDateParserTest.java83 final SimpleDateFormat sdf = new SimpleDateFormat(format, locale); in testLocales() local
151 final SimpleDateFormat sdf = new SimpleDateFormat(FastDateParserTest.LONG_FORMAT, locale); in testSingleLocale() local
DFastDateParserSDFTest.java109 final SimpleDateFormat sdf = new SimpleDateFormat(format, locale); in checkParse() local
146 final SimpleDateFormat sdf = new SimpleDateFormat(format, locale); in checkParsePosition() local
DFastDateFormatTest.java215 final SimpleDateFormat sdf = new SimpleDateFormat(); in testCheckDefaults() local
278 final Format sdf= new Format() { in testParseSync() local
/external/caliper/examples/src/main/java/examples/
DExpensiveObjectsBenchmark.java63 SimpleDateFormat sdf = new SimpleDateFormat(); in clonedSimpleDateFormat() local
/external/icu/android_icu4j/src/samples/java/android/icu/samples/text/datetimepatterngenerator/
DDateTimePatternGeneratorSample.java63 SimpleDateFormat sdf = new SimpleDateFormat(pattern, locale); in getBestPatternExample() local
/external/icu/icu4j/samples/src/main/java/com/ibm/icu/samples/text/datetimepatterngenerator/
DDateTimePatternGeneratorSample.java62 SimpleDateFormat sdf = new SimpleDateFormat(pattern, locale); in getBestPatternExample() local
/external/icu/icu4c/source/test/intltest/
Ddtfmrgts.cpp83 SimpleDateFormat *sdf = dynamic_cast<SimpleDateFormat*>(DateFormat::createDateInstance()); in Test4029195() local
708 SimpleDateFormat sdf(UnicodeString("z"), Locale::getUS(), status); in Test4101483() local
785 SimpleDateFormat *sdf = new SimpleDateFormat(status); in Test4104136() local
850 SimpleDateFormat *sdf = new SimpleDateFormat(status); in Test4104522() local
1314 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); in Test1684() local
1423 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); in Test5554() local
/external/cronet/stable/third_party/icu/source/test/intltest/
Ddtfmrgts.cpp83 SimpleDateFormat *sdf = dynamic_cast<SimpleDateFormat*>(DateFormat::createDateInstance()); in Test4029195() local
710 SimpleDateFormat sdf(UnicodeString("z"), Locale::getUS(), status); in Test4101483() local
787 SimpleDateFormat *sdf = new SimpleDateFormat(status); in Test4104136() local
852 SimpleDateFormat *sdf = new SimpleDateFormat(status); in Test4104522() local
1317 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); in Test1684() local
1426 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); in Test5554() local
/external/cronet/tot/third_party/icu/source/test/intltest/
Ddtfmrgts.cpp83 SimpleDateFormat *sdf = dynamic_cast<SimpleDateFormat*>(DateFormat::createDateInstance()); in Test4029195() local
710 SimpleDateFormat sdf(UnicodeString("z"), Locale::getUS(), status); in Test4101483() local
787 SimpleDateFormat *sdf = new SimpleDateFormat(status); in Test4104136() local
852 SimpleDateFormat *sdf = new SimpleDateFormat(status); in Test4104522() local
1317 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); in Test1684() local
1426 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); in Test5554() local
/external/libvpx/vp9/encoder/
Dvp9_mcomp.h45 vpx_sad_fn_t sdf; member
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/
DRBNFWriter.java66 SimpleDateFormat sdf = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); in main() local
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/
DDateFormatTest.java210 SimpleDateFormat sdf = new SimpleDateFormat("zzzz"); in TestWallyWedel() local
1843 SimpleDateFormat sdf = (SimpleDateFormat)DateFormat.getDateInstance(); in TestDayOfYearPattern195() local
1849 public void tryPattern(SimpleDateFormat sdf, Date d, String pattern, Date expected) { in tryPattern()
3531 SimpleDateFormat sdf = new SimpleDateFormat(patterns[i]); in TestFormatToCharacterIterator() local
3983 SimpleDateFormat sdf = new SimpleDateFormat("", "", null); in TestSimpleDateFormatConstructor_String_String_ULocale() local
4122 SimpleDateFormat sdf = new SimpleDateFormat(pattern,override,ULocale.CHINA); in TestFormalChineseDate() local
4240 SimpleDateFormat sdf = new SimpleDateFormat(data.pattern); in TestParsePosition() local
5045 SimpleDateFormat sdf = new SimpleDateFormat("hh:mm:ss bbb", Locale.ENGLISH); in TestAmPmMidnightNoon() local
5164 SimpleDateFormat sdf = new SimpleDateFormat("hh:mm:ss BBB"); in TestFlexibleDayPeriod() local
5261 SimpleDateFormat sdf = new SimpleDateFormat("", ULocale.GERMANY); in TestDayPeriodWithLocales() local
[all …]

1234