Home
last modified time | relevance | path

Searched refs:GetTimezoneCityInfoArray (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dsystem_locale_manager.h114 static std::vector<TimeZoneCityItem> GetTimezoneCityInfoArray(I18nErrorCode &status);
120 static std::vector<TimeZoneCityItem> GetTimezoneCityInfoArray();
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dsystem_locale_manager.cpp164 std::vector<TimeZoneCityItem> SystemLocaleManager::GetTimezoneCityInfoArray(I18nErrorCode& status) in GetTimezoneCityInfoArray() function in OHOS::Global::I18n::SystemLocaleManager
172 result = GetTimezoneCityInfoArray(); in GetTimezoneCityInfoArray()
177 std::vector<TimeZoneCityItem> SystemLocaleManager::GetTimezoneCityInfoArray() in GetTimezoneCityInfoArray() function in OHOS::Global::I18n::SystemLocaleManager
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/systemlocalemanager_fuzzer/
H A Dsystemlocalemanager_fuzzer.cpp39 systemLocaleManager->GetTimezoneCityInfoArray(status); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Dsystem_locale_manager_addon.cpp187 …vector<TimeZoneCityItem> timezoneCityItemList = SystemLocaleManager::GetTimezoneCityInfoArray(err); in GetTimeZoneCityInfoArray()
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp350 …tor<TimeZoneCityItem> timezoneCityItemList = SystemLocaleManager::GetTimezoneCityInfoArray(status);