Home
last modified time | relevance | path

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

/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/include/
Dnegative_rule.h31 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
Dborder_rule.h35 icu::UnicodeString 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.cpp22 NegativeRule::NegativeRule(icu::UnicodeString& regex, std::string& insensitive) in NegativeRule()
Dborder_rule.cpp26 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.cpp626 icu::UnicodeString regex(regexStr.c_str()); variable
1083 icu::UnicodeString regex; variable
1121 icu::UnicodeString regex(regexStr.c_str()); variable
1200 icu::UnicodeString regex(regexStr.c_str()); variable
1231 icu::UnicodeString regex(regexStr.c_str()); variable
1270 icu::UnicodeString regex(regexStr.c_str()); variable
1300 icu::UnicodeString regex(regexStr.c_str()); variable
1353 icu::UnicodeString regex(regexStr.c_str()); variable
1381 icu::UnicodeString regex(str.c_str()); variable
1412 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/hichecker/interfaces/js/kits/napi/js_leak_watcher/
Djs_leak_watcher.ts113 const regex = /(\d+)\.(heapsnapshot|jsleaklist|rawheap)/; constant
/base/hiviewdfx/hiview/utility/common_utils/
Dtbox.cpp155 int64_t Tbox::GetHappenTime(const string& src, const string& regex) in GetHappenTime()
/base/useriam/pin_auth/frameworks/client/src/
Dinputer_data_impl.cpp294 std::regex regex(complexityReg); in CheckPinComplexityByReg() local
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dfeature_analysis.cpp423 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/global/i18n/frameworks/intl/src/
Dutils.cpp407 bool RegexSearchNoExcept(const std::string& str, std::smatch& match, const std::regex& regex) in RegexSearchNoExcept()
/base/telephony/sms_mms/services/sms/
Dsms_service.cpp966 std::regex regex(INFO_MSG_TELEPHONE_REG); in IsInfoMsg() local
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h87 char regex[MAX_REGEX_STR_LEN]; member
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp313 string regex = ""; member