Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
Dfind_rule.h31 std::string insensitive; variable
Dborder_rule.h37 std::string insensitive; variable
Dnegative_rule.h33 std::string insensitive; variable
Dpositive_rule.h50 std::string insensitive; variable
Dregex_rule.h71 std::string insensitive; // positive Rules, negative rules, border rules, find rules variable
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
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()
Dfind_rule.cpp21 FindRule::FindRule(icu::UnicodeString& regex, std::string& insensitive) in FindRule()
Dnegative_rule.cpp20 NegativeRule::NegativeRule(icu::UnicodeString& regex, std::string& insensitive) in NegativeRule()
Dborder_rule.cpp22 BorderRule::BorderRule(icu::UnicodeString& regex, std::string& insensitive, std::string& type) in BorderRule()
Dpositive_rule.cpp27 …iveRule::PositiveRule(icu::UnicodeString& regex, std::string& handleType, std::string& insensitive) in PositiveRule()
Dregex_rule.cpp30 std::string& insensitive, std::string& type) in RegexRule()
/base/global/i18n/frameworks/intl/test/unittest/
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 …]