Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 25 of 26) sorted by relevance

12

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
Dexif_metadata_formatter.cpp646 bool ExifMetadatFormatter::ValidRegex(const std::string &value, const std::string &regex) in ValidRegex()
658 void ExifMetadatFormatter::ReplaceAsSpace(std::string &value, const std::string &regex) in ReplaceAsSpace()
664 void ExifMetadatFormatter::ReplaceAsContent(std::string &value, const std::string &regex, const std… in ReplaceAsContent()
671 bool ExifMetadatFormatter::ValidRegexWithComma(std::string &value, const std::string &regex) in ValidRegexWithComma()
788 …ol ExifMetadatFormatter::ValidRegexWithRationalFormat(std::string &value, const std::string &regex) in ValidRegexWithRationalFormat()
801 …ifMetadatFormatter::ValidRegexWithCommaRationalFormat(std::string &value, const std::string &regex) in ValidRegexWithCommaRationalFormat()
817 …ifMetadatFormatter::ValidRegexWithColonRationalFormat(std::string &value, const std::string &regex) in ValidRegexWithColonRationalFormat()
833 bool ExifMetadatFormatter::ValidRegexWithDot(std::string &value, const std::string &regex) in ValidRegexWithDot()
843 …datFormatter::ValidRegxWithCommaDecimalRationalFormat(std::string &value, const std::string &regex) in ValidRegxWithCommaDecimalRationalFormat()
857 …ifMetadatFormatter::ValidRegxAndConvertRationalFormat(std::string &value, const std::string &regex) in ValidRegxAndConvertRationalFormat()
[all …]
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
Dnetworkshare_manager_test.cpp127 for (auto regex : wifiRegexs) { variable
139 for (auto regex : usbRegexs) { variable
151 for (auto regex : blueRegexs) { variable
/foundation/multimedia/av_codec/test/unittest/http_source_test/
Ddownloader_unit_test.cpp144 string regex = ""; variable
151 string regex = "!@#$%^&*()"; variable
158 string regex = "abc123"; variable
/foundation/arkui/ace_engine/frameworks/core/common/ime/
Dtext_input_formatter.cpp23 BlackListCharsFormatter::BlackListCharsFormatter(std::wregex&& regex) : regex_(regex) {} in BlackListCharsFormatter()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/
Dcast_local_file_channel_common.cpp115 std::regex regex("bytes=(\\d+)-(\\d+)?"); in ParseHttpRangeHeader() local
155 const std::regex regex("^/(.+)$"); in IsLocalFile() local
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/
Dcast_local_file_channel_common.cpp115 std::regex regex("bytes=(\\d+)-(\\d+)?"); in ParseHttpRangeHeader() local
155 const std::regex regex("^/(.+)$"); in IsLocalFile() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dresource_theme_style.cpp126 std::regex regex(DIMENSION_PATTERN); in ParseNumberUnit() local
Dresource_adapter_impl_v2.cpp665 std::regex regex(RESOURCE_TOKEN_PATTERN); in GetRawfile() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
Dhfp_ag_command_processor.cpp574 std::regex regex("\\,"); in BindSetter() local
621 std::regex regex("\\,"); in BievSetter() local
663 std::regex regex("\\,"); in BacSetter() local
/foundation/ability/ability_runtime/test/moduletest/module_test_dump_util/
Dmodule_test_dump_util.cpp87 bool MTDumpUtil::MatchRegex(const regex& regex, const string& str, string& result) in MatchRegex()
/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
Dmedia_queryer.cpp34 … MediaQueryerRule(const std::regex& regex, const ConditionParser& parser, uint32_t matchResultSize) in MediaQueryerRule()
37 explicit MediaQueryerRule(const std::regex& regex) : regex_(regex) {} in MediaQueryerRule()
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
Ddeeplink_reserve_config.cpp166 std::regex regex(pathRegexUri); in isUriMatched() local
/foundation/communication/netmanager_ext/services/networksharemanager/src/
Dnetworkshare_service.cpp140 … [&shareRegexsContent](const std::string &regex) { shareRegexsContent += regex + ";"; }); in GetShareRegexsContent()
/foundation/arkui/ace_engine/test/unittest/core/common/ime/
Dime_test.cpp789 std::wregex regex(L"[^\\d]"); variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_utils.cpp338 regex_t regex; in CheckRegexValid() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
Dhfp_hf_command_processor.cpp421 std::regex regex("\\,"); in ProcessChld() local
456 std::regex regex("\\,"); in ProcessListHfIndicators() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/
Dhttp_curl_client.cpp106 bool IsRegexValid(const std::string &regex) in IsRegexValid()
/foundation/communication/netstack/utils/common_utils/src/
Dnetstack_common_utils.cpp264 bool IsRegexValid(const std::string &regex) in IsRegexValid()
/foundation/arkui/ace_engine/adapter/preview/inspector/
Djs_inspector_manager.cpp502 std::regex regex("([A-Z])"); in ConvertStrToPropertyType() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
Dskill.cpp419 std::regex regex(pathRegexUri); in MatchUri() local
/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/
Dchipgroup.js90 function isValidString(dimension, regex) { argument
/foundation/communication/netmanager_base/utils/common_utils/src/
Dnetmanager_base_common_utils.cpp666 bool IsUrlRegexValid(const std::string &regex) in IsUrlRegexValid()
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
Daccessibility_node_manager.cpp157 std::regex regex("([A-Z])"); in ConvertStrToPropertyType() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dquery_helper.cpp50 std::regex regex(" "); in StringToDbQuery() local
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Drender_text_field.cpp1487 std::wstring WstringSearch(std::wstring wideText, const std::wregex& regex) in WstringSearch()

12