Searched defs:replaceStr (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/libxslt/libexslt/
H A Dstrings.c511 * @replaceStr: string to replace occurrences of searchStr
517 const xmlChar* replaceStr)
534 ret = xmlStrcat (ret, replaceStr);
550 xmlChar *str = NULL, *searchStr = NULL, *replaceStr = NULL; local
562 replaceStr = xmlXPathPopString(ctxt);
577 if (replaceStr == NULL) {
582 ret = exsltStrReplaceInternal(str, searchStr, replaceStr);
598 replaceStr = NULL;
600 replaceStr = xmlXPathCastNodeToString(replaceSet->nodeTab[i]);
603 retSwap = exsltStrReplaceInternal(ret, searchStr, replaceStr);
516 exsltStrReplaceInternal(const xmlChar* str, const xmlChar* searchStr, const xmlChar* replaceStr) argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...

Completed in 278 milliseconds