Home
last modified time | relevance | path

Searched refs:matchStr (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_expression.cpp73 std::string matchStr; in ReplaceSignNumber() local
81 matchStr = result[0]; in ReplaceSignNumber()
82 if (matchStr.empty()) { in ReplaceSignNumber()
85 catStr = matchStr[0]; in ReplaceSignNumber()
87 catStr = catStr + " " + matchStr.substr(1) + ")"; in ReplaceSignNumber()
101 std::string matchStr; in ReplaceSignNumberWithUnit() local
109 matchStr = result[0]; in ReplaceSignNumberWithUnit()
110 if (matchStr.empty()) { in ReplaceSignNumberWithUnit()
113 catStr = matchStr[0]; in ReplaceSignNumberWithUnit()
115 catStr = catStr + " " + matchStr in ReplaceSignNumberWithUnit()
[all...]
/foundation/ability/ability_runtime/test/moduletest/module_test_dump_util/
H A Dmodule_test_dump_util.cpp77 str_iter MTDumpUtil::GetSpecific(const string& matchStr, const str_vec& dumpInfo, const str_iter& begin) in GetSpecific() argument
79 auto checkCondition = [&matchStr](const str_vec::value_type& value) -> bool { in GetSpecific()
80 return string::npos != value.find(matchStr); in GetSpecific()
H A Dmodule_test_dump_util.h64 * @Introduction: Match the first @matchStr in @dumpInfo from @begin and return the iter.
66 str_iter GetSpecific(const string& matchStr, const str_vec& dumpInfo, const str_iter& begin);

Completed in 2 milliseconds