Searched refs:zones (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/global/i18n/frameworks/zone/src/ |
H A D | zone_util.cpp | 248 std::vector<std::string> zones; in LookupTimezoneByCountryAndNITZ() local 291 std::vector<std::string> zones; in LookupTimezoneByCountry() local 310 if (zones.size() == 0) { in LookupTimezoneByCountry() 312 } else if (zones.size() == 1) { in LookupTimezoneByCountry() 337 std::vector<std::string> &zones) in GetCountryZones() argument 385 std::vector<std::string> &zones) in GetDefaultAndBoost() argument 407 GetTimezones(value, zones); in GetDefaultAndBoost() 453 zones.push_back(*it); in GetICUCountryZones() 458 if (zones.size() > 0) { in GetICUCountryZones() 471 std::string zoneId = zones[i]; in Match() [all …]
|
/ohos5.0/base/global/i18n/interfaces/native/inner_api/zone/include/ |
H A D | zone_util.h | 153 bool CheckSameDstOffset(std::vector<std::string> &zones, std::string &defaultTimezone, 155 void GetTimezones(xmlNodePtr &value, std::vector<std::string> &zones); 157 std::vector<std::string> &zones); 159 std::vector<std::string> &zones); 160 …void GetICUCountryZones(std::string ®ion, std::vector<std::string> &zones, std::string &default… 161 …CountryResult Match(std::vector<std::string> &zones, NITZData &nitzData, std::string &systemTimezo…
|
/ohos5.0/base/global/timezone/ |
H A D | binary_file_build.md | 15 …或者可以从IANA官网(https://data.iana.org/time-zones/releases/ )手动下载tzdataxxxx.tar.gz和tzcodexxxx.tar.gz两个压…
|
H A D | README_zh.md | 11 - **时区数据更新**会从[IANA时区数据官网](https://data.iana.org/time-zones/releases/)搜索当前时区数据的最新版本。若官网存在新的时区数据版本,则…
|
H A D | README.md | 22 …et Assigned Numbers Authority (IANA) database](https://data.iana.org/time-zones/releases/). If a n…
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-time-zone-display.md | 5 In a multi-language environment, time zones may be addressed by users in different regions in diffe…
|
H A D | i18n-time-zone.md | 5 …nd regions varies according to their longitude. Therefore, different time zones are planned. For e…
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-system-date-time-sys.md | 254 … zone to set. For details, see [Supported System Time Zones](#supported-system-time-zones). | 302 …em time zone to set. For details, see [Supported System Time Zones](#supported-system-time-zones).| 419 For details about the supported system time zones, see API [I18n.SystemLocaleManager.getTimeZoneCit…
|
H A D | js-apis-system-time.md | 492 …he system time zone. For details, see [Supported System Time Zones](#supported-system-time-zones).| 533 …he system time zone. For details, see [Supported System Time Zones](#supported-system-time-zones).| 762 … zone to set. For details, see [Supported System Time Zones](#supported-system-time-zones). | 806 …em time zone to set. For details, see [Supported System Time Zones](#supported-system-time-zones).| 841 The following table lists the supported system time zones and the respective offset (unit: h) betwe…
|
H A D | js-apis-date-time.md | 621 …he system time zone. For details, see [Supported System Time Zones](#supported-system-time-zones).| 654 …he system time zone. For details, see [Supported System Time Zones](#supported-system-time-zones).| 685 … | System time zone. For details, see [Supported System Time Zones](#supported-system-time-zones).| 702 The following table lists the supported system time zones and the respective offset (unit: h) betwe…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-textclock.md | 3 …ponent displays the current system time in text format for different time zones. The time is accur…
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v4.1-beta1.md | 229 - Management of multiple time zone sources is supported. For a country with multiple time zones, th…
|