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
1099 std::string handleType = "Operator"; variable
1134 std::string handleType = "Operator"; variable
1216 std::string handleType = "Operator"; variable
1248 std::string handleType = "Blank"; variable
1289 std::string handleType = "Slant"; variable
1320 std::string handleType = "StartWithMobile"; variable
1350 std::string handleType = "Default"; variable
1575 std::string handleType = "Operator"; variable
1623 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()