Home
last modified time | relevance | path

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

12

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dfind_rule.h30 icu::UnicodeString regex; variable
H A Dborder_rule.h35 icu::UnicodeString regex; variable
H A Dnegative_rule.h32 icu::UnicodeString regex; variable
H A Dpositive_rule.h47 icu::UnicodeString regex; variable
H A Dregex_rule.h64 icu::UnicodeString regex; // positive Rules, negative rules, border rules, find rules variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp648 bool ExifMetadatFormatter::ValidRegex(const std::string &value, const std::string &regex) in ValidRegex()
660 void ExifMetadatFormatter::ReplaceAsSpace(std::string &value, const std::string &regex) in ReplaceAsSpace()
673 bool ExifMetadatFormatter::ValidRegexWithComma(std::string &value, const std::string &regex) in ValidRegexWithComma()
811 …ol ExifMetadatFormatter::ValidRegexWithRationalFormat(std::string &value, const std::string &regex) in ValidRegexWithRationalFormat()
824 …ifMetadatFormatter::ValidRegexWithCommaRationalFormat(std::string &value, const std::string &regex) in ValidRegexWithCommaRationalFormat()
840 …ifMetadatFormatter::ValidRegexWithColonRationalFormat(std::string &value, const std::string &regex) in ValidRegexWithColonRationalFormat()
856 bool ExifMetadatFormatter::ValidRegexWithDot(std::string &value, const std::string &regex) in ValidRegexWithDot()
879 …ifMetadatFormatter::ValidRegxAndConvertRationalFormat(std::string &value, const std::string &regex) in ValidRegxAndConvertRationalFormat()
906 bool ExifMetadatFormatter::ValidRegexWithVersionFormat(std::string &value, const std::string &regex) in ValidRegexWithVersionFormat()
933 bool ExifMetadatFormatter::ValidRegexWithChannelFormat(std::string &value, const std::string &regex) in ValidRegexWithChannelFormat()
[all …]
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
H A Dmatched_date_time_info.h28 MatchedDateTimeInfo(int begin, int end, std::string& regex) in MatchedDateTimeInfo()
100 std::string regex; variable
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dfind_rule.cpp21 FindRule::FindRule(icu::UnicodeString& regex, std::string& insensitive) in FindRule()
H A Dnegative_rule.cpp20 NegativeRule::NegativeRule(icu::UnicodeString& regex, std::string& insensitive) in NegativeRule()
H A Dborder_rule.cpp22 BorderRule::BorderRule(icu::UnicodeString& regex, std::string& insensitive, std::string& type) in BorderRule()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/regexrule_fuzzer/
H A Dregexrule_fuzzer.cpp32 icu::UnicodeString regex(input.c_str()); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_manager_test.cpp127 for (auto regex : wifiRegexs) { variable
139 for (auto regex : usbRegexs) { variable
151 for (auto regex : blueRegexs) { variable
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Ddownloader_unit_test.cpp144 string regex = ""; variable
151 string regex = "!@#$%^&*()"; variable
158 string regex = "abc123"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_formatter.cpp23 BlackListCharsFormatter::BlackListCharsFormatter(std::wregex&& regex) : regex_(regex) {} in BlackListCharsFormatter()
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp555 icu::UnicodeString regex(regexStr.c_str()); variable
1096 icu::UnicodeString regex; variable
1130 icu::UnicodeString regex(regexStr.c_str()); variable
1212 icu::UnicodeString regex(regexStr.c_str()); variable
1244 icu::UnicodeString regex(regexStr.c_str()); variable
1285 icu::UnicodeString regex(regexStr.c_str()); variable
1316 icu::UnicodeString regex(regexStr.c_str()); variable
1346 icu::UnicodeString regex(regexStr.c_str()); variable
1375 icu::UnicodeString regex(str.c_str()); variable
1406 icu::UnicodeString regex(str.c_str()); variable
[all …]
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Drules_engine.cpp53 icu::UnicodeString regex = this->patterns[key]; in Match() local
87 icu::UnicodeString regex = rulesValue.c_str(); in Init() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_filter.h39 char regex[MAX_REGEX_STR_LEN]; member
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_theme_style.cpp126 std::regex regex(DIMENSION_PATTERN); in ParseNumberUnit() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A 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
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/
H A Dtbox.cpp168 int64_t Tbox::GetHappenTime(const string& src, const string& regex) in GetHappenTime()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/module_test_dump_util/
H A Dmodule_test_dump_util.cpp87 bool MTDumpUtil::MatchRegex(const regex& regex, const string& str, string& result) in MatchRegex()
/ohos5.0/base/useriam/pin_auth/frameworks/client/src/
H A Dinputer_data_impl.cpp281 std::regex regex(complexityReg); in CheckPinComplexityByReg() local
/ohos5.0/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()
37 explicit MediaQueryerRule(const std::regex& regex) : regex_(regex) {} in MediaQueryerRule()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp166 std::regex regex(pathRegexUri); in isUriMatched() local
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_service.cpp140 … [&shareRegexsContent](const std::string &regex) { shareRegexsContent += regex + ";"; }); in GetShareRegexsContent()

12