Home
last modified time | relevance | path

Searched refs:xmlCommonPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_rule.cpp35 std::string PhoneNumberRule::xmlCommonPath = "/system/usr/ohos_locale_config/phonenumber/common.xml… member in OHOS::Global::I18n::PhoneNumberRule
93 InitRule(xmlCommonPath); in Init()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_rule.h65 static std::string xmlCommonPath; variable
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_rule.cpp21 std::string DateTimeRule::xmlCommonPath = "/system/usr/ohos_locale_config/datetime/common.xml"; member in OHOS::Global::I18n::DateTimeRule
51 InitRules(xmlCommonPath); in Init()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
H A Ddate_time_rule.h78 static std::string xmlCommonPath; variable