Home
last modified time | relevance | path

Searched defs:regex (Results 76 - 100 of 132) sorted by relevance

123456

/third_party/toybox/toys/pending/
H A Dmdev.c117 char *regex = strndup(pos, end2-pos); in make_device() local
/third_party/rust/crates/regex/tests/
H A Dtest_default.rs19 macro_rules! regex { macros
[all...]
/arkcompiler/runtime_core/static_core/compiler/
H A Dcompile_method.cpp273 bool regex = g_options.WasSetCompilerRegex(); in JITCompileMethod() local
/base/hiviewdfx/hiview/utility/common_utils/
H A Dtbox.cpp168 GetHappenTime(const string& src, const string& regex) GetHappenTime() argument
[all...]
/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilogtool_test.cpp555 std::string regex = "service"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_queryer.cpp34 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...]
/third_party/benchmark/test/
H A Doutput_test.h37 std::shared_ptr<benchmark::Regex> regex; member
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h180 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 DIcuDataDumper.java348 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 DResultSpec.java[all...]
/third_party/icu/icu4c/source/i18n/
H A Drepattrn.cpp317 RegexPattern::compile(const UnicodeString &regex, in compile() argument
368 RegexPattern::compile(UText *regex, in compile() argument
418 RegexPattern::compile(const UnicodeString &regex, in compile() argument
430 RegexPattern::compile(UText *regex, in compile() argument
442 RegexPattern::compile(const UnicodeString &regex, in compile() argument
455 compile(UText *regex, uint32_t flags, UErrorCode &err) compile() argument
522 matches(const UnicodeString &regex, 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 Dgtest-death-test-internal.h172 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 Dgtest-death-test-internal.h180 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 Drepattrn.cpp317 RegexPattern::compile(const UnicodeString &regex, in compile() argument
368 RegexPattern::compile(UText *regex, in compile() argument
418 RegexPattern::compile(const UnicodeString &regex, in compile() argument
430 RegexPattern::compile(UText *regex, in compile() argument
442 RegexPattern::compile(const UnicodeString &regex, in compile() argument
455 compile(UText *regex, uint32_t flags, UErrorCode &err) compile() argument
522 matches(const UnicodeString &regex, 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 Dregexp_adapter_re2.cc78 string TransformRegularExpressionToRE2Syntax(const string& regex) { in TransformRegularExpressionToRE2Syntax() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drepattrn.cpp317 RegexPattern::compile(const UnicodeString &regex, in compile() argument
368 RegexPattern::compile(UText *regex, in compile() argument
418 RegexPattern::compile(const UnicodeString &regex, in compile() argument
430 RegexPattern::compile(UText *regex, in compile() argument
442 RegexPattern::compile(const UnicodeString &regex, in compile() argument
455 compile(UText *regex, uint32_t flags, UErrorCode &err) compile() argument
522 matches(const UnicodeString &regex, 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 Dregex.c67 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 Dre_trait.rs187 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 Dfeature_analysis.cpp425 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 Dpositive_rule.cpp27 PositiveRule::PositiveRule(icu::UnicodeString& regex, std::string& handleType, std::string& insensitive) in PositiveRule() argument
/base/global/i18n/frameworks/intl/src/
H A Dutils.cpp345 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 Djs_utils.cpp338 regex_t regex; in CheckRegexValid() local
/foundation/communication/netstack/utils/common_utils/src/
H A Dnetstack_common_utils.cpp267 bool IsRegexValid(const std::string &regex) in IsRegexValid() argument
[all...]
/third_party/googletest/googletest/test/
H A Dgoogletest-port-test.cc359 const char regex[] = in TEST() local
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-matchers.h620 MatchesRegexMatcher(const RE* regex, bool full_match) in MatchesRegexMatcher() argument
671 MatchesRegex( const internal::RE* regex) MatchesRegex() argument
675 MatchesRegex( const std::string& regex) MatchesRegex() argument
682 ContainsRegex( const internal::RE* regex) ContainsRegex() argument
686 ContainsRegex( const std::string& regex) ContainsRegex() argument
[all...]

Completed in 22 milliseconds

123456