Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h122 static const char *HOUR_KEY; member in OHOS::Global::I18n::LocaleConfig
/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp55 const char *LocaleConfig::HOUR_KEY = "persist.global.is24Hour"; member in OHOS::Global::I18n::LocaleConfig
1080 std::string is24Hour = ReadSystemParameter(HOUR_KEY, CONFIG_LEN); in IsEmpty24HourClock()
1089 std::string is24Hour = ReadSystemParameter(HOUR_KEY, CONFIG_LEN); in Is24HourClock()
1262 if (SetParameter(HOUR_KEY, option.data()) != 0) { in Set24HourClock()
1467 return HOUR_KEY; in GetHourKey()

Completed in 4 milliseconds