Searched defs:sdf (Results 1 - 16 of 16) sorted by relevance

/external/icu4c/test/perf/normperf/
H A Ddtfmtrtperf.h152 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], *status); local
170 sdf->setTimeZone(*tz);
171 sdf->format(DATES[datidx], tzstr, fpos);
176 sdf->setTimeZone(unknownZone);
188 sdf->parse(tzstr, *outcal, pos);
199 delete sdf;
/external/icu4c/test/intltest/
H A Dtzfmttst.cpp117 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], status); local
134 sdf->setTimeZone(*tz);
135 sdf->format(DATES[datidx], tzstr, fpos);
140 sdf->setTimeZone(unknownZone);
153 sdf->parse(tzstr, *outcal, pos);
235 delete sdf;
327 SimpleDateFormat *sdf = new SimpleDateFormat(pattern, data.locales[locidx], status); local
342 sdf->setTimeZone(*tz);
389 sdf->format(testTimes[testidx], text, fpos);
391 UDate parsedDate = sdf
[all...]
H A Ddtfmrgts.cpp72 SimpleDateFormat *sdf = (SimpleDateFormat*) DateFormat::createDateInstance(); local
77 if(sdf == NULL){
82 pat = sdf->toPattern(pat);
86 fmtd = sdf->format(today, fmtd, pos);
89 sdf->applyPattern("G yyyy DDD");
91 todayS = sdf->format(today, todayS, pos);
94 today = sdf->parse(todayS, status);
95 failure(status, "sdf->parse");
103 rt = sdf->format(sdf
711 SimpleDateFormat *sdf = new SimpleDateFormat(UnicodeString("z"), Locale::getUS(), status); local
798 SimpleDateFormat *sdf = new SimpleDateFormat(status); local
863 SimpleDateFormat *sdf = new SimpleDateFormat(status); local
1332 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); local
1441 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,status); local
[all...]
H A Dtzregts.cpp148 SimpleDateFormat sdf((UnicodeString)"E d MMM yyyy G HH:mm", status);
153 sdf.setCalendar(cal);
168 sdf.format(cal.getTime(status), str);
185 sdf.format(jan31, str.remove()) + "; transition at " +
186 (trans?sdf.format(trans, str2.remove()):(UnicodeString)"NONE"));
189 sdf.format(mar1, str.remove()) + "; transition at " +
190 (trans?sdf.format(trans, str2.remove()):(UnicodeString)"NONE"));
193 sdf.format(mar31, str.remove()) + "; transition at " +
194 (trans?sdf.format(trans, str2.remove()):(UnicodeString)"NONE"));
398 SimpleDateFormat *sdf local
[all...]
H A Dcaltest.cpp1375 SimpleDateFormat *sdf=new SimpleDateFormat(UnicodeString("YYYY'-W'ww-ee"), Locale::getGermany(), status);
1382 sdf->adoptDateFormatSymbols(dfs);
1383 sdf->applyLocalizedPattern(UnicodeString("JJJJ'-W'ww-ee"), status);
1388 doYEAR_WOYLoop(cal, sdf, times, status);
1389 //loop_addroll(cal, /*sdf,*/ times, UCAL_YEAR_WOY, UCAL_YEAR, status);
1391 loop_addroll(cal, /*sdf,*/ times, UCAL_DOW_LOCAL, UCAL_DAY_OF_WEEK, status);
1396 doYEAR_WOYLoop(cal, sdf, times, status);
1397 //loop_addroll(cal, /*sdf,*/ times, UCAL_YEAR_WOY, UCAL_YEAR, status);
1399 loop_addroll(cal, /*sdf,*/ times, UCAL_DOW_LOCAL, UCAL_DAY_OF_WEEK, status);
1404 doYEAR_WOYLoop(cal, sdf, time
1529 doYEAR_WOYLoop(Calendar *cal, SimpleDateFormat *sdf, int32_t times, UErrorCode& errorCode) argument
[all...]
H A Dnumrgts.cpp1300 DecimalFormat *sdf = new DecimalFormat(UnicodeString("#,##0"), status); local
1303 delete sdf;
1307 if (sdf->getMinimumIntegerDigits() != 1)
1308 errln("Minimum integer digits : " + sdf->getMinimumIntegerDigits());
1309 delete sdf;
1989 DecimalFormat *sdf = new DecimalFormat(status); local
1992 sdf->applyPattern(pattern, status);
1993 if (!failure(status, "sdf->applyPattern")) {
1994 int minIntDig = sdf->getMinimumIntegerDigits();
1999 errln(UnicodeString(" new pattern: ") + sdf
[all...]
H A Ddtfmttst.cpp110 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)"zzzz", status); local
118 if (sdf != NULL) {
119 delete sdf;
162 sdf->setTimeZone(*ttz);
168 sdf->format(today,fmtOffset, pos);
198 delete sdf;
726 SimpleDateFormat* sdf = (SimpleDateFormat*)DateFormat::createDateInstance(); local
727 if (sdf == NULL){
731 tryPattern(*sdf, today, 0, expected);
732 tryPattern(*sdf, toda
740 tryPattern(SimpleDateFormat& sdf, UDate d, const char* pattern, UDate expected) argument
3599 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,override,Locale::getChina(),status); local
3630 SimpleDateFormat *sdf = new SimpleDateFormat("ZZZZ", Locale(""), status); local
[all...]
/external/icu4c/tools/tzcode/
H A Dicuzdump.cpp46 sdf = new SimpleDateFormat((UnicodeString)"yyyy-MM-dd EEE HH:mm:ss", Locale::getEnglish(), status);
55 sdf->setTimeZone(*stz);
56 UnicodeString str = sdf->format(time, appendTo);
86 SimpleDateFormat* sdf; member in class:DumpFormatter
/external/libvpx/vp8/encoder/
H A Dvariance.h403 vp8_sad_fn_t sdf; member in struct:__anon8839
/external/icu4c/i18n/
H A Ddtptngen.cpp417 SimpleDateFormat* sdf; local
418 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
419 conflictingStatus = addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
428 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
429 conflictingStatus = addPattern(sdf->toPattern(dfPattern), FALSE, conflictingString, status);
H A Dsmpdtfmt.cpp1323 SimpleDateFormat *sdf = (SimpleDateFormat*)this->clone(); local
1324 sdf->adoptCalendar(gcal);
1325 sdf->applyPattern(*hourPattern);
1329 sdf->setLenient(FALSE);
1331 fGMTFormatters[i]->adoptFormat(0, sdf);
/external/svox/pico/lib/
H A Dpicoos.c1411 * shortcut : sdf
1516 picoos_sd_file_t * sdf = NULL; local
1524 sdf = picoos_allocate(g->mm,sizeof(picoos_sd_file_t));
1525 if (NULL == sdf) {
1531 if (picoos_OpenBinary(g,&(sdf->file),fileName)) {
1534 done = picoos_readWavHeader(sdf->file,&(sdf->sf),&(sdf->enc),&(sdf->nrFileSamples),&(sdf
1578 picoos_sd_file_t * sdf = sdFile; local
1726 picoos_sd_file_t * sdf = NULL; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 800 milliseconds