Home
last modified time | relevance | path

Searched refs:matchResults (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_queryer.cpp30 std::function<bool(const std::smatch& matchResults, const MediaFeature& mediaFeature, MediaError& failReason)>;
40 bool ParseCondition(std::smatch& matchResults, const MediaFeature& mediaFeature, MediaError& failReason) const in ParseCondition() argument
43 if (matchResults.size() != matchResultSize_) { in ParseCondition()
47 return parser_(matchResults, mediaFeature, failReason); in ParseCondition()
49 bool Match(const std::string& condition, std::smatch& matchResults) const in Match()
51 return std::regex_match(condition, matchResults, regex_); in Match()
122 [](const std::smatch& matchResults, const MediaFeature& mediaFeature, MediaError& failReason) { member
131 auto mediaFeatureValue = mediaFeature->GetDouble(matchResults[MEDIA_FEATURE], NOT_FOUND);
132 return CalculateExpression(TransferValue(mediaFeatureValue, matchResults[LEFT_UNIT]),
133 matchResults[LEFT_RELATIONSHI
143 [](const std::smatch& matchResults, const MediaFeature& mediaFeature, MediaError& failReason) { global() member
158 [](const std::smatch& matchResults, const MediaFeature& mediaFeature, MediaError& failReason) { global() member
172 [](const std::smatch& matchResults, const MediaFeature& mediaFeature, MediaError& failReason) { global() member
194 [](const std::smatch& matchResults, const MediaFeature& mediaFeature, MediaError& failReason) { global() member
202 [](const std::smatch& matchResults, const MediaFeature& mediaFeature, MediaError& failReason) { global() member
210 [](const std::smatch& matchResults, const MediaFeature& mediaFeature, MediaError& failReason) { global() member
223 [](const std::smatch& matchResults, const MediaFeature& mediaFeature, MediaError& failReason) { global() member
232 [](const std::smatch& matchResults, const MediaFeature& mediaFeature, MediaError& failReason) { global() member
254 std::smatch matchResults; ParseSingleCondition() local
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/ability_manager/
H A Djs_ability_manager.cpp220 std::match_results<std::string::const_iterator> matchResults; in CheckIsNumString() local
221 if (numStr.empty() || !std::regex_match(numStr, matchResults, regexJsperf)) { in CheckIsNumString()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp263 std::match_results<std::string::const_iterator> matchResults; in JsperfProfilerCommandParse() local
264 if (!std::regex_match(jsPerfStr, matchResults, regexJsperf)) { in JsperfProfilerCommandParse()
272 if (matchResults.size() < PARAM_TWO) { in JsperfProfilerCommandParse()
277 jsperfResuflt = matchResults[matchResultIndex].str(); in JsperfProfilerCommandParse()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1595 std::wsmatch matchResults; in WstringSearch() local
1596 while (std::regex_search(wideText, matchResults, regex)) { in WstringSearch()
1597 for (auto&& mr : matchResults) { in WstringSearch()
1600 wideText = matchResults.suffix(); in WstringSearch()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp821 std::match_results<std::string::const_iterator> matchResults; in MatchOrderString() local
822 if (!std::regex_match(orderCmd, matchResults, regexScript)) { in MatchOrderString()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp2251 std::match_results<std::string::const_iterator> matchResults; in CheckIsNumString() local
2252 if (numStr.empty() || !std::regex_match(numStr, matchResults, regexJsperf)) { in CheckIsNumString()

Completed in 19 milliseconds