Searched refs:createTimeInstance (Results 1 - 25 of 25) sorted by relevance

/external/chromium/base/i18n/
H A Dtime_formatting.cc37 icu::DateFormat::createTimeInstance(icu::DateFormat::kShort));
105 icu::DateFormat::createTimeInstance(icu::DateFormat::kShort)));
/external/chromium_org/base/i18n/
H A Dtime_formatting.cc54 icu::DateFormat::createTimeInstance(icu::DateFormat::kShort));
127 icu::DateFormat::createTimeInstance(icu::DateFormat::kShort)));
/external/chromium/chrome/browser/chromeos/status/
H A Dclock_menu_button.cc85 icu::DateFormat::createTimeInstance(icu::DateFormat::kShort));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwindttst.cpp148 DateFormat *wtf = DateFormat::createTimeInstance(DateFormat::kFull, wlocale);
H A Dtsdate.cpp81 fFormat = DateFormat::createTimeInstance(timeStyle, locale);
H A Ddtfmapts.cpp138 DateFormat *fr = DateFormat::createTimeInstance(DateFormat::FULL, Locale::getFrench());
H A Ddtfmtrtts.cpp252 DateFormat *df = DateFormat::createTimeInstance((DateFormat::EStyle)style, loc);
254 errln(UnicodeString("Could not DF::createTimeInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
H A Dastrotst.cpp278 DateFormat *df_t = DateFormat::createTimeInstance(DateFormat::MEDIUM,Locale::getUS());
H A Ddtfmttst.cpp1156 time = DateFormat::createTimeInstance(DateFormat::kShort, Locale::getUS());
1158 errln("FAIL: createTimeInstance failed");
3324 DateFormat *fmt = DateFormat::createTimeInstance(DateFormat::kFull, Locale("zh"));
/external/icu4c/test/intltest/
H A Dwindttst.cpp148 DateFormat *wtf = DateFormat::createTimeInstance(DateFormat::kFull, wlocale);
H A Dtsdate.cpp81 fFormat = DateFormat::createTimeInstance(timeStyle, locale);
H A Ddtfmapts.cpp138 DateFormat *fr = DateFormat::createTimeInstance(DateFormat::FULL, Locale::getFrench());
H A Ddtfmtrtts.cpp252 DateFormat *df = DateFormat::createTimeInstance((DateFormat::EStyle)style, loc);
254 errln(UnicodeString("Could not DF::createTimeInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
H A Dastrotst.cpp278 DateFormat *df_t = DateFormat::createTimeInstance(DateFormat::MEDIUM,Locale::getUS());
H A Ddtfmttst.cpp1322 time = DateFormat::createTimeInstance(DateFormat::kShort, Locale::getUS());
1324 errln("FAIL: createTimeInstance failed");
3616 DateFormat *fmt = DateFormat::createTimeInstance(DateFormat::kFull, Locale("zh"));
4157 LocalPointer<DateFormat> timeFormat(DateFormat::createTimeInstance(timeStyle, locale));
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddatefmt.h107 * There are other static factory methods available. Use createTimeInstance()
504 static DateFormat* U_EXPORT2 createTimeInstance(EStyle style = kDefault,
/external/icu4c/i18n/unicode/
H A Ddatefmt.h107 * There are other static factory methods available. Use createTimeInstance()
536 static DateFormat* U_EXPORT2 createTimeInstance(EStyle style = kDefault,
/external/icu4c/i18n/
H A Dreldtfmt.cpp86 df = createTimeInstance((EStyle)timeStyle, locale);
95 df = createTimeInstance((EStyle)timeStyle, locale);
H A Ddatefmt.cpp303 DateFormat::createTimeInstance(DateFormat::EStyle style, function in class:DateFormat
H A Dmsgfmt.cpp1603 fmt = DateFormat::createTimeInstance(date_style, fLocale);
H A Ddtptngen.cpp429 df = DateFormat::createTimeInstance(style, locale);
/external/chromium_org/third_party/icu/source/i18n/
H A Ddatefmt.cpp298 DateFormat::createTimeInstance(DateFormat::EStyle style, function in class:DateFormat
H A Dmsgfmt.cpp770 DateFormat *defaultTimeTemplate = DateFormat::createTimeInstance(DateFormat::kDefault, fLocale);
771 DateFormat *shortTimeTemplate = DateFormat::createTimeInstance(DateFormat::kShort, fLocale);
772 DateFormat *longTimeTemplate = DateFormat::createTimeInstance(DateFormat::kLong, fLocale);
773 DateFormat *fullTimeTemplate = DateFormat::createTimeInstance(DateFormat::kFull, fLocale);
1577 fmt = DateFormat::createTimeInstance(style, fLocale);
H A Dreldtfmt.cpp80 fTimeFormat = createTimeInstance((EStyle)fTimeStyle, locale);
H A Ddtptngen.cpp426 df = DateFormat::createTimeInstance(style, locale);

Completed in 484 milliseconds