Home
last modified time | relevance | path

Searched defs:handleType (Results 1 – 5 of 5) sorted by relevance

/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
Dpositive_rule.h49 std::string handleType; variable
Dregex_rule.h70 std::string handleType; // positive Rules variable
/base/global/i18n/frameworks/intl/test/unittest/
Dintl_test_extent.cpp557 std::string handleType = "EndWithMobile"; variable
1097 std::string handleType = "Operator"; variable
1132 std::string handleType = "Operator"; variable
1214 std::string handleType = "Operator"; variable
1246 std::string handleType = "Blank"; variable
1287 std::string handleType = "Slant"; variable
1318 std::string handleType = "StartWithMobile"; variable
1348 std::string handleType = "Default"; variable
1573 std::string handleType = "Operator"; variable
1621 std::string handleType = "EndWithMobile"; variable
[all …]
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
Dpositive_rule.cpp27 PositiveRule::PositiveRule(icu::UnicodeString& regex, std::string& handleType, std::string& insensi… in PositiveRule()
Dregex_rule.cpp29 RegexRule::RegexRule(icu::UnicodeString& regex, std::string& isValidType, std::string& handleType, in RegexRule()