Home
last modified time | relevance | path

Searched defs:regex (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_formatter.cpp23 BlackListCharsFormatter::BlackListCharsFormatter(std::wregex&& regex) : regex_(regex) {} in BlackListCharsFormatter() argument
/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Ddownloader_unit_test.cpp144 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 Dmodule_test_dump_util.cpp87 MatchRegex(const regex& regex, const string& str, string& result) MatchRegex() argument
[all...]
/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...]
/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...]
/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
/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...]
/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...]
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1592 std::wstring WstringSearch(std::wstring wideText, const std::wregex& regex) in WstringSearch() argument

Completed in 11 milliseconds