| /foundation/arkui/ace_engine/frameworks/core/common/ime/ |
| H A D | text_input_formatter.cpp | 23 BlackListCharsFormatter::BlackListCharsFormatter(std::wregex&& regex) : regex_(regex) {} in BlackListCharsFormatter() argument
|
| /foundation/multimedia/av_codec/test/unittest/http_source_test/ |
| H A D | downloader_unit_test.cpp | 144 string regex = ""; in HWTEST_F() local 151 string regex = "!@#$%^&*()"; in HWTEST_F() local 158 string regex = "abc123"; in HWTEST_F() local
|
| /foundation/ability/ability_runtime/test/moduletest/module_test_dump_util/ |
| H A D | module_test_dump_util.cpp | 87 MatchRegex(const regex& regex, const string& str, string& result) MatchRegex() argument [all...] |
| /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...] |
| /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...] |
| /foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/ |
| H A D | http_curl_client.cpp | 105 bool IsRegexValid(const std::string ®ex) in IsRegexValid() argument
|
| /foundation/communication/netmanager_base/utils/common_utils/src/ |
| H A D | netmanager_base_common_utils.cpp | 684 bool IsUrlRegexValid(const std::string ®ex) in IsUrlRegexValid() argument [all...] |
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
| H A D | exif_metadata_formatter.cpp | 646 bool ExifMetadatFormatter::ValidRegex(const std::string &value, const std::string ®ex) in ValidRegex() argument 658 void ExifMetadatFormatter::ReplaceAsSpace(std::string &value, const std::string ®ex) in ReplaceAsSpace() argument 664 ReplaceAsContent(std::string &value, const std::string ®ex, const std::string &content) ReplaceAsContent() argument 671 ValidRegexWithComma(std::string &value, const std::string ®ex) ValidRegexWithComma() argument 788 ValidRegexWithRationalFormat(std::string &value, const std::string ®ex) ValidRegexWithRationalFormat() argument 801 ValidRegexWithCommaRationalFormat(std::string &value, const std::string ®ex) ValidRegexWithCommaRationalFormat() argument 817 ValidRegexWithColonRationalFormat(std::string &value, const std::string ®ex) ValidRegexWithColonRationalFormat() argument 833 ValidRegexWithDot(std::string &value, const std::string ®ex) ValidRegexWithDot() argument 843 ValidRegxWithCommaDecimalRationalFormat(std::string &value, const std::string ®ex) ValidRegxWithCommaDecimalRationalFormat() argument 857 ValidRegxAndConvertRationalFormat(std::string &value, const std::string ®ex) ValidRegxAndConvertRationalFormat() argument 875 ValidRegexWithDecimalRationalFormat(std::string &value, const std::string ®ex) ValidRegexWithDecimalRationalFormat() argument 886 ValidRegexWithVersionFormat(std::string &value, const std::string ®ex) ValidRegexWithVersionFormat() argument 913 ValidRegexWithChannelFormat(std::string &value, const std::string ®ex) ValidRegexWithChannelFormat() argument 946 ValidRegexWithGpsOneRationalFormat(std::string &value, const std::string ®ex) ValidRegexWithGpsOneRationalFormat() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
| H A D | render_text_field.cpp | 1592 std::wstring WstringSearch(std::wstring wideText, const std::wregex& regex) in WstringSearch() argument
|