Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 22 of 22) sorted by relevance

/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
Dfind_rule.h30 icu::UnicodeString regex; variable
Dnegative_rule.h32 icu::UnicodeString regex; variable
Dborder_rule.h35 icu::UnicodeString regex; variable
Dpositive_rule.h47 icu::UnicodeString regex; variable
Dregex_rule.h64 icu::UnicodeString regex; // positive Rules, negative rules, border rules, find rules variable
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
Dmatched_date_time_info.h28 MatchedDateTimeInfo(int begin, int end, std::string& regex) in MatchedDateTimeInfo()
100 std::string regex; variable
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
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 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()
/base/global/i18n/frameworks/intl/test/fuzztest/regexrule_fuzzer/
Dregexrule_fuzzer.cpp32 icu::UnicodeString regex(input.c_str()); in DoSomethingInterestingWithMyAPI() local
/base/global/i18n/frameworks/intl/test/unittest/
Dintl_test_extent.cpp555 icu::UnicodeString regex(regexStr.c_str()); variable
1098 icu::UnicodeString regex; variable
1132 icu::UnicodeString regex(regexStr.c_str()); variable
1214 icu::UnicodeString regex(regexStr.c_str()); variable
1246 icu::UnicodeString regex(regexStr.c_str()); variable
1287 icu::UnicodeString regex(regexStr.c_str()); variable
1318 icu::UnicodeString regex(regexStr.c_str()); variable
1348 icu::UnicodeString regex(regexStr.c_str()); variable
1377 icu::UnicodeString regex(str.c_str()); variable
1408 icu::UnicodeString regex(str.c_str()); variable
[all …]
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
Drules_engine.cpp53 icu::UnicodeString regex = this->patterns[key]; in Match() local
87 icu::UnicodeString regex = rulesValue.c_str(); in Init() local
/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_filter.h39 char regex[MAX_REGEX_STR_LEN]; member
/base/hiviewdfx/hiview/utility/common_utils/
Dtbox.cpp168 int64_t Tbox::GetHappenTime(const string& src, const string& regex) in GetHappenTime()
/base/useriam/pin_auth/frameworks/client/src/
Dinputer_data_impl.cpp281 std::regex regex(complexityReg); in CheckPinComplexityByReg() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_read.cpp80 string LogAssistant::FindMatchedRegex(const string& origin, const regex& regex) in FindMatchedRegex()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dfeature_analysis.cpp425 void FeatureAnalysis::SetStackRegex(const std::string& key, const std::string& regex) in SetStackRegex()
/base/hiviewdfx/hilog/test/unittest/common/
Dhilogtool_test.cpp555 std::string regex = "service"; variable
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h87 char regex[MAX_REGEX_STR_LEN]; member
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp309 string regex; member