Searched refs:stringReplace (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/api/ |
D | Utilities.cpp | 77 string stringReplace(string s, string match, string rep) { in stringReplace() function 99 string in = stringReplace(html, "<li>", "- "); in stripHtml() 118 out = stringReplace(out, ">", ">"); in stripHtml() 119 out = stringReplace(out, "<", "<"); in stripHtml() 120 out = stringReplace(out, " ", " "); in stripHtml() 121 out = stringReplace(out, "&", "&"); in stripHtml()
|
D | Utilities.h | 31 std::string stringReplace(std::string s, std::string match, std::string rep);
|
D | GenerateDocumentation.cpp | 619 const string fileName = stringReplace(specFile.getSpecFileName(), ".spec", in writeDetailedDocumentationFile() 709 const string fileName = stringReplace(specFile->getSpecFileName(), ".spec", ".html"); in generateAndroidTableOfContentSnippet()
|
D | GenerateHeaderFiles.cpp | 101 s = stringReplace(s, "@", ""); in writeComment()
|
D | Specification.cpp | 466 return stringReplace(s, pattern, TYPES[typeIdx].rsDataType); in expandRSTypeInString() 480 s = stringReplace(s, kCTypePatterns[idx], toString); in expandString()
|