Home
last modified time | relevance | path

Searched defs:strTemp (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_string_test.cpp62 string strTemp = "STRBASE"; variable
74 string strTemp = ""; variable
90 string strTemp = "strbase"; variable
102 string strTemp = ""; variable
120 string strTemp = "test with replace"; variable
153 string strTemp = "test for trim"; variable
161 string strTemp = "es"; variable
/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/
Dstring_benchmark_test.cpp77 string strTemp = "STRBASE"; in BENCHMARK_F() local
93 string strTemp = ""; in BENCHMARK_F() local
113 string strTemp = "strbase"; in BENCHMARK_F() local
129 string strTemp = ""; in BENCHMARK_F() local
151 string strTemp = "test with replace"; in BENCHMARK_F() local
188 string strTemp = "test for trim"; in BENCHMARK_F() local
200 string strTemp = "es"; in BENCHMARK_F() local
/commonlibrary/ets_utils/js_api_module/xml/
Djs_xml.cpp1011 void XmlPullParser::Replace(std::string& strTemp, std::string strSrc, std::string strDes) const in Replace()
1368 std::string strTemp = ParseDelimiterInfo(tagText_.END_COMMENT, returnText); in ParseComment() local
1613 std::string strTemp = text_; in ParseText() local
/commonlibrary/ets_utils/js_api_module/convertxml/
Djs_convertxml.cpp607 std::string strTemp = reinterpret_cast<char*>(curContent); in DealCDataInfo() local
/commonlibrary/ets_utils/js_api_module/xml/test/
Dtest_xml.cpp1810 std::string strTemp = "xml version"; variable