Home
last modified time | relevance | path

Searched refs:ValidateDataIntegrity (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_timezone.h111 static bool ValidateDataIntegrity(const std::vector<std::string> &pathList);
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp1290 if (ValidateDataIntegrity(iter->second)) { in FindTzData()
1297 bool I18nTimeZone::ValidateDataIntegrity(const std::vector<std::string> &pathList) in ValidateDataIntegrity() function in OHOS::Global::I18n::I18nTimeZone