HomeSort by relevance Sort by last modified time
    Searched refs:sdtfmt (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.cpp 291 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(fDateFormat); local
292 if (sdtfmt != NULL) {
293 sdtfmt->toPattern(result);
308 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(fTimeFormat); local
309 if (sdtfmt != NULL) {
310 sdtfmt->toPattern(result);
323 SimpleDateFormat* sdtfmt = NULL; local
325 if (fDateFormat && (sdtfmt = dynamic_cast<SimpleDateFormat*>(fDateFormat)) == NULL) {
334 sdtfmt->applyPattern(datePattern);
udat.cpp 341 const SimpleDateFormat *sdtfmt=dynamic_cast<const SimpleDateFormat *>(df); local
343 if (sdtfmt!=NULL) {
345 sdtfmt->toLocalizedPattern(res, *status);
347 sdtfmt->toPattern(res);
msgfmt.cpp 725 SimpleDateFormat* sdtfmt; local
764 else if ((sdtfmt = dynamic_cast<SimpleDateFormat*>(fmt)) != NULL) {
765 DateFormat& formatAlias = *sdtfmt;
819 appendTo += sdtfmt->toPattern(buffer);
1581 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(fmt); local
    [all...]
  /external/icu/icu4c/source/i18n/
udat.cpp 387 const SimpleDateFormat *sdtfmt=dynamic_cast<const SimpleDateFormat *>(df); local
389 if (sdtfmt!=NULL) {
391 sdtfmt->toLocalizedPattern(res, *status);
393 sdtfmt->toPattern(res);
435 const SimpleDateFormat* sdtfmt; local
437 if ((sdtfmt = dynamic_cast<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
438 syms = sdtfmt->getDateFormatSymbols();
558 const SimpleDateFormat* sdtfmt; local
560 if ((sdtfmt = dynamic_cast<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
561 syms = sdtfmt->getDateFormatSymbols()
    [all...]
msgfmt.cpp 1729 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(fmt); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmapts.cpp 111 SimpleDateFormat *sdtfmt = dynamic_cast<SimpleDateFormat *>(b); local
112 if (sdtfmt != NULL)
115 sdtfmt->set2DigitYearStart(start + 50*ONE_YEAR, status);
dtfmttst.cpp 405 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(df); local
406 if (sdtfmt != NULL) {
407 logln(" Pattern = " + sdtfmt->toPattern(buf.remove()));
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmapts.cpp 111 SimpleDateFormat *sdtfmt = dynamic_cast<SimpleDateFormat *>(b); local
112 if (sdtfmt != NULL)
115 sdtfmt->set2DigitYearStart(start + 50*ONE_YEAR, status);
dtfmttst.cpp 550 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(df); local
551 if (sdtfmt != NULL) {
552 logln(" Pattern = " + sdtfmt->toPattern(buf.remove()));
967 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(df); local
    [all...]

Completed in 424 milliseconds