Home
last modified time | relevance | path

Searched refs:Is24HourLocale (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h179 static bool Is24HourLocale(const std::string& systemLocale);
/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp1092 return Is24HourLocale(systemLocale); in Is24HourClock()
1106 bool LocaleConfig::Is24HourLocale(const std::string& systemLocale) in Is24HourLocale() function in OHOS::Global::I18n::LocaleConfig
1115 HILOG_INFO_I18N("Is24HourLocale: %{public}s create locale failed", systemLocale.c_str()); in Is24HourLocale()
1122 HILOG_INFO_I18N("Is24HourLocale: createTimeInstance failed"); in Is24HourLocale()
1127 HILOG_INFO_I18N("Is24HourLocale: failed to convert dateFormat"); in Is24HourLocale()

Completed in 3 milliseconds