Home
last modified time | relevance | path

Searched defs:regex (Results 101 - 125 of 132) sorted by relevance

123456

/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c68 regex_t regex; in is_whitespace() local
88 regex_t regex; in regex_helper() local
[all...]
/third_party/rust/crates/which-rs/src/
H A Dlib.rs308 pub fn regex(mut self, regex: Regex) -> Self { regex() functions
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_String.cpp174 auto regex = std::string(reg->ConvertToStringView(&buf)); in StdCoreStringMatch() local
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dregex_rule.cpp29 RegexRule::RegexRule(icu::UnicodeString& regex, std::string& isValidType, std::string& handleType, in RegexRule() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/
H A Dhttp_curl_client.cpp105 bool IsRegexValid(const std::string &regex) in IsRegexValid() argument
/third_party/alsa-utils/topology/
H A Dpre-processor.c489 regex_t regex; in pre_process_include_conf() local
/third_party/googletest/googletest/src/
H A Dgtest-port.cc692 void RE::Init(const char* regex) { in Init() argument
783 FormatRegexSyntaxError(const char* regex, int index) FormatRegexSyntaxError() argument
791 ValidateRegex(const char* regex) ValidateRegex() argument
851 MatchRepetitionAndRegexAtHead(bool escaped, char c, char repeat, const char* regex, const char* str) MatchRepetitionAndRegexAtHead() argument
875 MatchRegexAtHead(const char* regex, const char* str) MatchRegexAtHead() argument
909 MatchRegexAnywhere(const char* regex, const char* str) MatchRegexAnywhere() argument
940 Init(const char* regex) Init() argument
[all...]
/third_party/googletest/googletest/include/gtest/
H A Dgtest-matchers.h818 MatchesRegexMatcher(const RE* regex, bool full_match) in MatchesRegexMatcher() argument
869 MatchesRegex( const internal::RE* regex) MatchesRegex() argument
874 MatchesRegex( const internal::StringLike<T>& regex) MatchesRegex() argument
881 ContainsRegex( const internal::RE* regex) ContainsRegex() argument
886 ContainsRegex( const internal::StringLike<T>& regex) ContainsRegex() argument
[all...]
/third_party/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc522 EXPECT_DEATH(GlobalFunction(), regex); in TEST_F() local
616 const char* regex = "DieIf"; in TEST_F() local
647 const char* regex = "death.*DieInDebugElse12"; in TEST_F() local
649 EXPECT_DEBUG_DEATH(DieInDebugElse12(&sideeffect), regex) in TEST_F() local
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
H A DBuildMetadataFromXml.java165 private static String validateRE(String regex) { in validateRE() argument
170 static String validateRE(String regex, boolean removeWhitespace) { in validateRE() argument
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest-port.cc697 void RE::Init(const char* regex) { in Init() argument
799 FormatRegexSyntaxError(const char* regex, int index) FormatRegexSyntaxError() argument
807 ValidateRegex(const char* regex) ValidateRegex() argument
867 MatchRepetitionAndRegexAtHead(bool escaped, char c, char repeat, const char* regex, const char* str) MatchRepetitionAndRegexAtHead() argument
891 MatchRegexAtHead(const char* regex, const char* str) MatchRegexAtHead() argument
925 MatchRegexAnywhere(const char* regex, const char* str) MatchRegexAnywhere() argument
953 Init(const char* regex) Init() argument
[all...]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-matchers.h785 MatchesRegexMatcher(const RE* regex, bool full_match) in MatchesRegexMatcher() argument
836 MatchesRegex( const internal::RE* regex) MatchesRegex() argument
841 MatchesRegex( const internal::StringLike<T>& regex) MatchesRegex() argument
848 ContainsRegex( const internal::RE* regex) ContainsRegex() argument
853 ContainsRegex( const internal::StringLike<T>& regex) ContainsRegex() argument
[all...]
/third_party/selinux/libselinux/src/
H A Dlabel_file.h50 struct regex_data * regex; /* backend dependent regular expression data */ member
439 char *regex in process_line() local
[all...]
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h87 char regex[MAX_REGEX_STR_LEN]; member
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp309 string regex; member
/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp684 bool IsUrlRegexValid(const std::string &regex) in IsUrlRegexValid() argument
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc736 void RE::Init(const char* regex) { in Init() argument
816 FormatRegexSyntaxError(const char* regex, int index) FormatRegexSyntaxError() argument
823 ValidateRegex(const char* regex) ValidateRegex() argument
883 MatchRepetitionAndRegexAtHead( bool escaped, char c, char repeat, const char* regex, const char* str) MatchRepetitionAndRegexAtHead() argument
910 MatchRegexAtHead(const char* regex, const char* str) MatchRegexAtHead() argument
946 MatchRegexAnywhere(const char* regex, const char* str) MatchRegexAnywhere() argument
979 Init(const char* regex) Init() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.c458 static int transform(const char *pattern, char **regex) in transform() argument
[all...]
/third_party/toybox/lib/
H A Dxwrap.c910 void xregcomp(regex_t *preg, char *regex, int cflags) in xregcomp() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp646 bool ExifMetadatFormatter::ValidRegex(const std::string &value, const std::string &regex) in ValidRegex() argument
658 void ExifMetadatFormatter::ReplaceAsSpace(std::string &value, const std::string &regex) in ReplaceAsSpace() argument
664 ReplaceAsContent(std::string &value, const std::string &regex, const std::string &content) ReplaceAsContent() argument
671 ValidRegexWithComma(std::string &value, const std::string &regex) ValidRegexWithComma() argument
788 ValidRegexWithRationalFormat(std::string &value, const std::string &regex) ValidRegexWithRationalFormat() argument
801 ValidRegexWithCommaRationalFormat(std::string &value, const std::string &regex) ValidRegexWithCommaRationalFormat() argument
817 ValidRegexWithColonRationalFormat(std::string &value, const std::string &regex) ValidRegexWithColonRationalFormat() argument
833 ValidRegexWithDot(std::string &value, const std::string &regex) ValidRegexWithDot() argument
843 ValidRegxWithCommaDecimalRationalFormat(std::string &value, const std::string &regex) ValidRegxWithCommaDecimalRationalFormat() argument
857 ValidRegxAndConvertRationalFormat(std::string &value, const std::string &regex) ValidRegxAndConvertRationalFormat() argument
875 ValidRegexWithDecimalRationalFormat(std::string &value, const std::string &regex) ValidRegexWithDecimalRationalFormat() argument
886 ValidRegexWithVersionFormat(std::string &value, const std::string &regex) ValidRegexWithVersionFormat() argument
913 ValidRegexWithChannelFormat(std::string &value, const std::string &regex) ValidRegexWithChannelFormat() argument
946 ValidRegexWithGpsOneRationalFormat(std::string &value, const std::string &regex) ValidRegexWithGpsOneRationalFormat() argument
[all...]
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h891 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE() argument
892 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() argument
893 RE(const std::string& regex) in RE() argument
920 RE(const ::std::string& regex) RE() argument
922 RE(const char* regex) RE() argument
[all...]
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h881 RE(const ::std::string& regex) RE() argument
883 RE(const char* regex) RE() argument
[all...]
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c2691 regcomp(regex_t *restrict preg, const char *restrict regex, int cflags) in regcomp() argument
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c2692 regcomp(regex_t *restrict preg, const char *restrict regex, int cflags) in regcomp() argument
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c2691 regcomp(regex_t *restrict preg, const char *restrict regex, int cflags) in regcomp() argument

Completed in 39 milliseconds

123456