Home
last modified time | relevance | path

Searched refs:Is24HourClock (Results 1 - 9 of 9) sorted by relevance

/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h96 static bool Is24HourClock(sptr<IRemoteObject> &proxy);
99 static bool Is24HourClock();
/base/global/i18n/interfaces/js/kits/include/
H A Di18n_system_addon.h39 static napi_value Is24HourClock(napi_env env, napi_callback_info info);
/base/global/i18n/frameworks/intl/test/unittest/
H A Dlocale_config_test.cpp322 bool current = LocaleConfig::Is24HourClock(); in HWTEST_F()
325 current = LocaleConfig::Is24HourClock(); in HWTEST_F()
H A Dintl_test_extent.cpp123 bool is24HourClock = LocaleConfig::Is24HourClock(); in HWTEST_F()
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_system_addon.cpp58 DECLARE_NAPI_STATIC_FUNCTION("is24HourClock", Is24HourClock), in InitI18nSystem()
217 napi_value I18nSystemAddon::Is24HourClock(napi_env env, napi_callback_info info) in Is24HourClock() function in OHOS::Global::I18n::I18nSystemAddon
219 bool is24HourClock = LocaleConfig::Is24HourClock(); in Is24HourClock()
H A Di18n_addon.cpp107 DECLARE_NAPI_FUNCTION("is24HourClock", I18nSystemAddon::Is24HourClock), in Init()
/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp132 bool is24HourClock = LocaleConfig::Is24HourClock(); in InitWithLocale()
H A Dlocale_config.cpp1087 bool LocaleConfig::Is24HourClock() in Is24HourClock() function in OHOS::Global::I18n::LocaleConfig
1102 bool is24Hour = Is24HourClock(); in GetSystemHour()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1386 bool is24HourClock = OHOS::Global::I18n::LocaleConfig::Is24HourClock(); in GetTimeInfoInner()

Completed in 17 milliseconds