Home
last modified time | relevance | path

Searched refs:is24HourClock (Results 1 - 4 of 4) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp132 bool is24HourClock = LocaleConfig::Is24HourClock(); in InitWithLocale() local
133 if (is24HourClock) { in InitWithLocale()
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_system_addon.cpp58 DECLARE_NAPI_STATIC_FUNCTION("is24HourClock", Is24HourClock), in InitI18nSystem()
219 bool is24HourClock = LocaleConfig::Is24HourClock(); in Is24HourClock() local
221 napi_status status = napi_get_boolean(env, is24HourClock, &result); in Is24HourClock()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1386 bool is24HourClock = OHOS::Global::I18n::LocaleConfig::Is24HourClock(); in GetTimeInfoInner() local
1387 if (!is24HourClock && timeInfo.tm_hour > TIME_HOUR_OFFSET && !keep24Hour) { in GetTimeInfoInner()
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp123 bool is24HourClock = LocaleConfig::Is24HourClock(); in HWTEST_F() local
124 EXPECT_TRUE(!is24HourClock); in HWTEST_F()

Completed in 10 milliseconds