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 D | find_rule.h | 31 std::string insensitive; variable
|
H A D | border_rule.h | 37 std::string insensitive; variable
|
H A D | negative_rule.h | 33 std::string insensitive; variable
|
H A D | positive_rule.h | 50 std::string insensitive; variable
|
H A D | regex_rule.h | 71 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 D | find_rule.cpp | 21 FindRule::FindRule(icu::UnicodeString& regex, std::string& insensitive) in FindRule()
|
H A D | phone_number_rule.cpp | 120 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 D | negative_rule.cpp | 20 NegativeRule::NegativeRule(icu::UnicodeString& regex, std::string& insensitive) in NegativeRule()
|
H A D | border_rule.cpp | 22 BorderRule::BorderRule(icu::UnicodeString& regex, std::string& insensitive, std::string& type) in BorderRule()
|
H A D | positive_rule.cpp | 27 …iveRule::PositiveRule(icu::UnicodeString& regex, std::string& handleType, std::string& insensitive) in PositiveRule()
|
H A D | regex_rule.cpp | 30 std::string& insensitive, std::string& type) in RegexRule()
|
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | intl_test_extent.cpp | 558 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 …]
|