| /third_party/rust/crates/regex/tests/ |
| H A D | test_default.rs | 19 macro_rules! regex { macros [all...] |
| /base/hiviewdfx/hiview/utility/common_utils/ |
| H A D | tbox.cpp | 168 GetHappenTime(const string& src, const string& regex) GetHappenTime() argument [all...] |
| /base/hiviewdfx/hilog/test/unittest/common/ |
| H A D | hilogtool_test.cpp | 555 std::string regex = "service";
in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/media_query/ |
| H A D | media_queryer.cpp | 34 MediaQueryerRule(const std::regex& regex, const ConditionParser& parser, uint32_t matchResultSize) in MediaQueryerRule() argument 37 explicit MediaQueryerRule(const std::regex& regex) : regex_(regex) {} in MediaQueryerRule() argument [all...] |
| /kernel/linux/linux-5.10/tools/bpf/ |
| H A D | bpf_jit_disasm.c | 179 regex_t regex; in get_last_jit_image() local
|
| /kernel/linux/linux-6.6/tools/bpf/ |
| H A D | bpf_jit_disasm.c | 182 regex_t regex; in get_last_jit_image() local
|
| /third_party/benchmark/test/ |
| H A D | output_test.h | 37 std::shared_ptr<benchmark::Regex> regex; member
|
| /third_party/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-death-test-internal.h | 180 inline Matcher<const ::std::string&> MakeDeathTestMatcher(const char* regex) { in MakeDeathTestMatcher() argument 176 MakeDeathTestMatcher( ::testing::internal::RE regex) MakeDeathTestMatcher() argument 183 MakeDeathTestMatcher( const ::std::string& regex) MakeDeathTestMatcher() argument
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| H A D | IcuDataDumper.java | 348 LineType(String regex) { in LineType() argument
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
| H A D | ResultSpec.java | [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | repattrn.cpp | 317 RegexPattern::compile(const UnicodeString ®ex, in compile() argument 368 RegexPattern::compile(UText *regex, in compile() argument 418 RegexPattern::compile(const UnicodeString ®ex, in compile() argument 430 RegexPattern::compile(UText *regex, in compile() argument 442 RegexPattern::compile(const UnicodeString ®ex, in compile() argument 455 compile(UText *regex, uint32_t flags, UErrorCode &err) compile() argument 522 matches(const UnicodeString ®ex, const UnicodeString &input, UParseError &pe, UErrorCode &status) matches() argument 546 matches(UText *regex, UText *input, UParseError &pe, UErrorCode &status) matches() argument [all...] |
| /third_party/mesa3d/src/gtest/include/gtest/internal/ |
| H A D | gtest-death-test-internal.h | 172 inline Matcher<const ::std::string&> MakeDeathTestMatcher(const char* regex) { in MakeDeathTestMatcher() argument 168 MakeDeathTestMatcher( ::testing::internal::RE regex) MakeDeathTestMatcher() argument 175 MakeDeathTestMatcher( const ::std::string& regex) MakeDeathTestMatcher() argument
|
| /third_party/node/deps/googletest/include/gtest/internal/ |
| H A D | gtest-death-test-internal.h | 180 inline Matcher<const ::std::string&> MakeDeathTestMatcher(const char* regex) { in MakeDeathTestMatcher() argument 176 MakeDeathTestMatcher( ::testing::internal::RE regex) MakeDeathTestMatcher() argument 183 MakeDeathTestMatcher( const ::std::string& regex) MakeDeathTestMatcher() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | repattrn.cpp | 317 RegexPattern::compile(const UnicodeString ®ex, in compile() argument 368 RegexPattern::compile(UText *regex, in compile() argument 418 RegexPattern::compile(const UnicodeString ®ex, in compile() argument 430 RegexPattern::compile(UText *regex, in compile() argument 442 RegexPattern::compile(const UnicodeString ®ex, in compile() argument 455 compile(UText *regex, uint32_t flags, UErrorCode &err) compile() argument 522 matches(const UnicodeString ®ex, const UnicodeString &input, UParseError &pe, UErrorCode &status) matches() argument 546 matches(UText *regex, UText *input, UParseError &pe, UErrorCode &status) matches() argument [all...] |
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| H A D | regexp_adapter_re2.cc | 78 string TransformRegularExpressionToRE2Syntax(const string& regex) { in TransformRegularExpressionToRE2Syntax() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | repattrn.cpp | 317 RegexPattern::compile(const UnicodeString ®ex, in compile() argument 368 RegexPattern::compile(UText *regex, in compile() argument 418 RegexPattern::compile(const UnicodeString ®ex, in compile() argument 430 RegexPattern::compile(UText *regex, in compile() argument 442 RegexPattern::compile(const UnicodeString ®ex, in compile() argument 455 compile(UText *regex, uint32_t flags, UErrorCode &err) compile() argument 522 matches(const UnicodeString ®ex, const UnicodeString &input, UParseError &pe, UErrorCode &status) matches() argument 546 matches(UText *regex, UText *input, UParseError &pe, UErrorCode &status) matches() argument [all...] |
| /third_party/selinux/libselinux/src/ |
| H A D | regex.c | 67 pcre2_code *regex; /* compiled regular expression */ member 70 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data() argument 105 regex_load_mmap(struct mmap_area *mmap_area, struct regex_data **regex, int do_load_precompregex, bool *regex_compiled) regex_load_mmap() argument 150 regex_writef(struct regex_data *regex, FILE *fp, int do_write_precompregex) regex_writef() argument 211 regex_data_free(struct regex_data *regex) regex_data_free() argument 220 regex_match(struct regex_data *regex, char const *subject, int partial) regex_match() argument 325 pcre *regex; /* compiled regular expression */ global() member 332 regex_prepare_data(struct regex_data **regex, char const *pattern_string, struct regex_error_data *errordata) regex_prepare_data() argument 366 regex_load_mmap(struct mmap_area *mmap_area, struct regex_data **regex, int do_load_precompregex __attribute__((unused)), bool *regex_compiled) regex_load_mmap() argument 422 get_pcre_extra(struct regex_data *regex) get_pcre_extra() argument 434 regex_writef(struct regex_data *regex, FILE *fp, int do_write_precompregex __attribute__((unused))) regex_writef() argument 484 regex_data_free(struct regex_data *regex) regex_data_free() argument 497 regex_match(struct regex_data *regex, char const *subject, int partial) regex_match() argument [all...] |
| /third_party/rust/crates/regex/src/ |
| H A D | re_trait.rs | 187 pub fn regex(&self) -> &R { in text() functions 251 pub fn regex( in text() functions [all...] |
| /base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/ |
| H A D | feature_analysis.cpp | 425 void FeatureAnalysis::SetStackRegex(const std::string& key, const std::string& regex) in SetStackRegex() argument
|
| /base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/ |
| H A D | positive_rule.cpp | 27 PositiveRule::PositiveRule(icu::UnicodeString& regex, std::string& handleType, std::string& insensitive) in PositiveRule() argument
|
| /base/global/i18n/frameworks/intl/src/ |
| H A D | utils.cpp | 345 bool RegexSearchNoExcept(const std::string& str, std::smatch& match, const std::regex& regex) in RegexSearchNoExcept() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_utils.cpp | 338 regex_t regex; in CheckRegexValid() local
|
| /foundation/communication/netstack/utils/common_utils/src/ |
| H A D | netstack_common_utils.cpp | 267 bool IsRegexValid(const std::string ®ex) in IsRegexValid() argument [all...] |
| /kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
| H A D | iostat.c | 229 regex_t regex; in iio_root_port_parse_str() local
|
| /kernel/linux/linux-6.6/tools/thermal/thermometer/ |
| H A D | thermometer.c | 47 regex_t regex; member
|