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.cpp53 std::string xmlPath = "/system/usr/ohos_locale_config/datetime/" + locale + ".xml"; in Init() local
93 void DateTimeRule::InitRules(const std::string& xmlPath) in InitRules()
/base/global/i18n/frameworks/intl/src/
Di18n_timezone.cpp635 bool I18nTimeZone::ReadTimeZoneData(const char *xmlPath) in ReadTimeZoneData()
756 std::string xmlPath = GetCityDisplayNameXmlPath(locale); in FindCityDisplayNameFromXmlInner() local
852 std::string xmlPath = GetCityDisplayNameXmlPath(locale); in FindCityDisplayNameMap() local
911 std::string xmlPath = dirEntry.path(); in GetSupportedLocales() local
Dlocale_config.cpp1168 std::string xmlPath = LANG_PATH + finalLocale + ".xml"; in GetDisplayLanguageWithDialect() local
1205 std::string xmlPath = REGION_PATH + displayLocale + ".xml"; in GetDisplayOverrideRegion() local
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
Dphone_number_rule.cpp98 void PhoneNumberRule::InitRule(const std::string& xmlPath) in InitRule()