Home
last modified time | relevance | path

Searched defs:insensitive (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dfind_rule.h31 std::string insensitive; variable
H A Dborder_rule.h37 std::string insensitive; variable
H A Dnegative_rule.h33 std::string insensitive; variable
H A Dpositive_rule.h50 std::string insensitive; variable
H A Dregex_rule.h71 std::string insensitive; // positive Rules, negative rules, border rules, find rules variable
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dfind_rule.cpp21 FindRule::FindRule(icu::UnicodeString& regex, std::string& insensitive) in FindRule()
H A Dphone_number_rule.cpp120 std::string insensitive = XmlNodePtrToString(value); in ParseXmlNode() local
149 bool PhoneNumberRule::IsXmlNodeValueEmpty(const std::string& insensitive, const std::string& type, in IsXmlNodeValueEmpty()
174 std::string& handle, std::string& insensitive, std::string& type) in SetRules()
H A Dnegative_rule.cpp20 NegativeRule::NegativeRule(icu::UnicodeString& regex, std::string& insensitive) in NegativeRule()
H A Dborder_rule.cpp22 BorderRule::BorderRule(icu::UnicodeString& regex, std::string& insensitive, std::string& type) in BorderRule()
H A Dpositive_rule.cpp27 …iveRule::PositiveRule(icu::UnicodeString& regex, std::string& handleType, std::string& insensitive) in PositiveRule()
H A Dregex_rule.cpp30 std::string& insensitive, std::string& type) in RegexRule()
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp558 std::string insensitive = "False"; variable
1098 std::string insensitive = "True"; variable
1133 std::string insensitive = "False"; variable
1215 std::string insensitive = "True"; variable
1247 std::string insensitive = "False"; variable
1288 std::string insensitive = "False"; variable
1319 std::string insensitive = "False"; variable
1349 std::string insensitive = "False"; variable
1376 std::string insensitive = "False"; variable
1407 std::string insensitive = "False"; variable
[all …]