Home
last modified time | relevance | path

Searched refs:Replace (Results 1 - 7 of 7) sorted by relevance

/commonlibrary/ets_utils/js_api_module/convertxml/test/
H A Dtest_convertxml.h35 static void Replace(napi_env env, std::string &str, const std::string src, const std::string dst);
94 void CxmlTest::Replace(napi_env env, std::string &str, const std::string src, const std::string dst) in Replace() function in OHOS::Xml::CxmlTest
97 convert.Replace(str, src, dst); in Replace()
H A Dtest_convertxml.cpp799 CxmlTest::Replace(env, str, src, dst); in HWTEST_F()
/commonlibrary/ets_utils/js_api_module/convertxml/
H A Djs_convertxml.cpp574 void ConvertXml::Replace(std::string &str, const std::string src, const std::string dst) const in Replace() function in OHOS::Xml::ConvertXml
590 Replace(strTemp, " ", ""); in DealCDataInfo()
591 Replace(strTemp, "\v", ""); in DealCDataInfo()
592 Replace(strTemp, "\t", ""); in DealCDataInfo()
593 Replace(strTemp, "\n", ""); in DealCDataInfo()
H A Djs_convertxml.h144 void Replace(std::string &str, const std::string src, const std::string dst) const;
/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.cpp72 std::string XmlSerializer::Replace(std::string str, const std::string &subStr, const std::string &repStr) in Replace() function in OHOS::xml::XmlSerializer
308 data = Replace(data, "]]>", "]]]]><![CDATA[>"); in SetCData()
973 void XmlPullParser::Replace(std::string& strTemp, std::string strSrc, std::string strDes) const in Replace() function in OHOS::xml::XmlPullParser
1576 Replace(strTemp, "\r", ""); in ParseText()
1577 Replace(strTemp, "\n", ""); in ParseText()
1578 Replace(strTemp, " ", ""); in ParseText()
H A Djs_xml.h149 std::string Replace(std::string str, const std::string &subStr, const std::string &repStr);
337 void Replace(std::string &strTemp, std::string strSrc, std::string strDes) const;
/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.cpp1811 xmlPullParser.Replace(strTemp, "xml", "convert"); in HWTEST_F()

Completed in 15 milliseconds