Home
last modified time | relevance | path

Searched defs:xmlPath (Results 1 – 5 of 5) sorted by relevance

/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
Dphone_number_rule.h63 std::string xmlPath; variable
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
Ddate_time_rule.cpp52 std::string xmlPath = "/system/usr/ohos_locale_config/datetime/" + locale + ".xml"; in Init() local
91 void DateTimeRule::InitRules(std::string& xmlPath) in InitRules()
/base/global/i18n/frameworks/intl/src/
Di18n_timezone.cpp749 bool I18nTimeZone::ReadTimeZoneData(const char *xmlPath) in ReadTimeZoneData()
847 std::string xmlPath = GetCityDisplayNameXmlPath(locale); in FindCityDisplayNameFromXml() local
910 std::string xmlPath = GetCityDisplayNameXmlPath(locale); in FindCityDisplayNameMap() local
962 std::string xmlPath = dirEntry.path(); in GetSupportedLocales() local
Dlocale_config.cpp1005 std::string xmlPath = LANG_PATH + finalLocale + ".xml"; in GetDisplayLanguageWithDialect() local
1042 std::string xmlPath = REGION_PATH + displayLocale + ".xml"; in GetDisplayOverrideRegion() local
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
Dphone_number_rule.cpp97 void PhoneNumberRule::InitRule(std::string& xmlPath) in InitRule()