Searched refs:Replace (Results 1 - 7 of 7) sorted by relevance
/commonlibrary/ets_utils/js_api_module/convertxml/test/ |
H A D | test_convertxml.h | 35 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 D | test_convertxml.cpp | 799 CxmlTest::Replace(env, str, src, dst); in HWTEST_F()
|
/commonlibrary/ets_utils/js_api_module/convertxml/ |
H A D | js_convertxml.cpp | 574 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 D | js_convertxml.h | 144 void Replace(std::string &str, const std::string src, const std::string dst) const;
|
/commonlibrary/ets_utils/js_api_module/xml/ |
H A D | js_xml.cpp | 72 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 D | js_xml.h | 149 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 D | test_xml.cpp | 1811 xmlPullParser.Replace(strTemp, "xml", "convert"); in HWTEST_F()
|
Completed in 14 milliseconds