Home
last modified time | relevance | path

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

123

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRegressionTestJ.java190 SimpleDateFormat sdf = new SimpleDateFormat(); in Test4358730() local
215 SimpleDateFormat sdf = new SimpleDateFormat(pattern, Locale.JAPAN); in Test4375399() local
244 SimpleDateFormat sdf = new SimpleDateFormat(pattern); in Test4468663() local
269 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); in run() local
297 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); in run() local
DIntlTestDateFormatAPIC.java74 SimpleDateFormat sdf = new SimpleDateFormat(); in TestNameHiding() local
DDateFormatTest.java212 SimpleDateFormat sdf = new SimpleDateFormat("zzzz"); in TestWallyWedel() local
1845 SimpleDateFormat sdf = (SimpleDateFormat)DateFormat.getDateInstance(); in TestDayOfYearPattern195() local
1851 public void tryPattern(SimpleDateFormat sdf, Date d, String pattern, Date expected) { in tryPattern()
3520 SimpleDateFormat sdf = new SimpleDateFormat(patterns[i]); in TestFormatToCharacterIterator() local
3972 SimpleDateFormat sdf = new SimpleDateFormat("", "", null); in TestSimpleDateFormatConstructor_String_String_ULocale() local
4111 SimpleDateFormat sdf = new SimpleDateFormat(pattern,override,ULocale.CHINA); in TestFormalChineseDate() local
4229 SimpleDateFormat sdf = new SimpleDateFormat(data.pattern); in TestParsePosition() local
5034 SimpleDateFormat sdf = new SimpleDateFormat("hh:mm:ss bbb", Locale.ENGLISH); in TestAmPmMidnightNoon() local
5153 SimpleDateFormat sdf = new SimpleDateFormat("hh:mm:ss BBB"); in TestFlexibleDayPeriod() local
5250 SimpleDateFormat sdf = new SimpleDateFormat("", ULocale.GERMANY); in TestDayPeriodWithLocales() local
[all …]
DTimeZoneFormatTest.java155 SimpleDateFormat sdf = new SimpleDateFormat(PATTERNS[patidx], LOCALES[locidx]); in TestTimeZoneRoundTrip() local
386 SimpleDateFormat sdf = new SimpleDateFormat(pattern, LOCALES[locidx]); in TestTimeRoundTrip() local
829 SimpleDateFormat sdf = new SimpleDateFormat(); in TestISOFormat() local
DDateFormatRegressionTest.java61 SimpleDateFormat sdf = (SimpleDateFormat) DateFormat.getDateInstance(); in Test4029195() local
505 SimpleDateFormat sdf = new SimpleDateFormat("z", Locale.US); in Test4101483() local
569 SimpleDateFormat sdf = new SimpleDateFormat(); in Test4104136() local
604 SimpleDateFormat sdf = new SimpleDateFormat(); in Test4104522() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRegressionTestJ.java187 SimpleDateFormat sdf = new SimpleDateFormat(); in Test4358730() local
212 SimpleDateFormat sdf = new SimpleDateFormat(pattern, Locale.JAPAN); in Test4375399() local
241 SimpleDateFormat sdf = new SimpleDateFormat(pattern); in Test4468663() local
266 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); in run() local
294 SimpleDateFormat sdf = (SimpleDateFormat) sdf_.clone(); in run() local
DIntlTestDateFormatAPIC.java71 SimpleDateFormat sdf = new SimpleDateFormat(); in TestNameHiding() local
DDateFormatTest.java209 SimpleDateFormat sdf = new SimpleDateFormat("zzzz"); in TestWallyWedel() local
1842 SimpleDateFormat sdf = (SimpleDateFormat)DateFormat.getDateInstance(); in TestDayOfYearPattern195() local
1848 public void tryPattern(SimpleDateFormat sdf, Date d, String pattern, Date expected) { in tryPattern()
3517 SimpleDateFormat sdf = new SimpleDateFormat(patterns[i]); in TestFormatToCharacterIterator() local
3969 SimpleDateFormat sdf = new SimpleDateFormat("", "", null); in TestSimpleDateFormatConstructor_String_String_ULocale() local
4108 SimpleDateFormat sdf = new SimpleDateFormat(pattern,override,ULocale.CHINA); in TestFormalChineseDate() local
4226 SimpleDateFormat sdf = new SimpleDateFormat(data.pattern); in TestParsePosition() local
5031 SimpleDateFormat sdf = new SimpleDateFormat("hh:mm:ss bbb", Locale.ENGLISH); in TestAmPmMidnightNoon() local
5150 SimpleDateFormat sdf = new SimpleDateFormat("hh:mm:ss BBB"); in TestFlexibleDayPeriod() local
5247 SimpleDateFormat sdf = new SimpleDateFormat("", ULocale.GERMANY); in TestDayPeriodWithLocales() local
[all …]
DTimeZoneFormatTest.java152 SimpleDateFormat sdf = new SimpleDateFormat(PATTERNS[patidx], LOCALES[locidx]); in TestTimeZoneRoundTrip() local
383 SimpleDateFormat sdf = new SimpleDateFormat(pattern, LOCALES[locidx]); in TestTimeRoundTrip() local
826 SimpleDateFormat sdf = new SimpleDateFormat(); in TestISOFormat() local
DDateFormatRegressionTest.java58 SimpleDateFormat sdf = (SimpleDateFormat) DateFormat.getDateInstance(); in Test4029195() local
502 SimpleDateFormat sdf = new SimpleDateFormat("z", Locale.US); in Test4101483() local
566 SimpleDateFormat sdf = new SimpleDateFormat(); in Test4104136() local
601 SimpleDateFormat sdf = new SimpleDateFormat(); in Test4104522() local
/external/icu/icu4c/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; }; struct
/external/icu/icu4c/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/libvpx/vpx_dsp/
Dvariance.h59 vpx_sad_fn_t sdf; member
73 vpx_sad_fn_t sdf; member
/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/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 = (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
Ddtfmttst.cpp262 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)"zzzz", status); in TestWallyWedel() local
913 SimpleDateFormat* sdf = (SimpleDateFormat*)DateFormat::createDateInstance(); in TestDayOfYearPattern195() local
927 DateFormatTest::tryPattern(SimpleDateFormat& sdf, UDate d, const char* pattern, UDate expected) in tryPattern()
4012 SimpleDateFormat sdf(pattern, numsys_override, Locale::getChina(),status); in TestFormalChineseDate() local
4043 SimpleDateFormat sdf("ZZZZ", Locale(""), status); in TestStandAloneGMTParse() local
4080 SimpleDateFormat sdf(UnicodeString(TestData[i][0]), status); in TestParsePosition() local
5050 SimpleDateFormat sdf(UnicodeString(), errorCode); in TestAmPmMidnightNoon() local
5157 SimpleDateFormat sdf(UnicodeString(), errorCode); in TestFlexibleDayPeriod() local
5269 SimpleDateFormat sdf(UnicodeString(), Locale::getGermany(), errorCode); in TestDayPeriodWithLocales() local
5380 SimpleDateFormat sdf(UnicodeString("hh:mm 'ss' bbbb"), errorCode); in TestMinuteSecondFieldsInOddPlaces() local
[all …]
Ddtfmapts.cpp310 SimpleDateFormat sdf(status); in TestNameHiding() local
Ddtptngts.cpp625 SimpleDateFormat sdf(bPattern, loc, status); in testAPI() local
650 SimpleDateFormat sdf(bPattern, loc, status); in testAPI() local
712 SimpleDateFormat sdf(bestPattern, loc, status); in testAPI() local
Dtzfmttst.cpp177 …SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], sta… in TestTimeZoneRoundTrip() local
572 SimpleDateFormat *sdf = new SimpleDateFormat(pattern, gLocaleData->locales[locidx], status); in RunTimeRoundTripTests() local
993 LocalPointer<SimpleDateFormat> sdf(new SimpleDateFormat(status), status); in TestISOFormat() local
/external/cldr/tools/java/org/unicode/cldr/icu/
DRBNFWriter.java70 SimpleDateFormat sdf = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); in main() local
/external/libaom/libaom/aom_dsp/
Dvariance.h92 aom_sad_fn_t sdf; member
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DTimestamps.java92 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss", Locale.ENGLISH); in createTimestampFormat() local

123