Home
last modified time | relevance | path

Searched refs:srcString (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updateservice/foundations/ability/utils/include/
H A Dstring_utils.h101 …static void ReplaceStringAll(std::string &srcString, const std::string &subString, const std::stri… in ReplaceStringAll() argument
103 std::string resultString = srcString; in ReplaceStringAll()
112 srcString = resultString; in ReplaceStringAll()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_style.h36 …static std::vector<std::string> SplitString(const std::string& srcString, const std::string& split…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_style.h36 …static std::vector<std::string> SplitString(const std::string& srcString, const std::string& split…
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-jsvm-about-property.md603 static std::string srcString;
604 srcString = R"JS(obj.defineStringPropertiesExample;)JS";
605 JSVM_Value jsVmResult1 = RunScriptAndLogResult(env, srcString);
/ohos5.0/docs/en/application-dev/napi/
H A Duse-jsvm-about-property.md603 static std::string srcString;
604 srcString = R"JS(obj.defineStringPropertiesExample;)JS";
605 JSVM_Value jsVmResult1 = RunScriptAndLogResult(env, srcString);