Home
last modified time | relevance | path

Searched refs:fuzzyHtml1 (Results 1 – 1 of 1) sorted by relevance

/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlSanitizerFuzzerTest.java67 char[] fuzzyHtml1 = new char[length]; in testFuzzHtmlParser() local
108 fuzzyHtml1[i1] = fuzzyHtml0[i0]; in testFuzzHtmlParser()
111 fuzzyHtml1[i1] = fuzzyHtml0[i0]; in testFuzzHtmlParser()
114 fuzzyHtml1[i1] = fuzzyHtml0[i0]; in testFuzzHtmlParser()
117 fuzzyHtml1[i1] = fuzzyHtml0[i0]; in testFuzzHtmlParser()
120 fuzzyHtml1[i1] = fuzzyHtml0[i0]; in testFuzzHtmlParser()
124 fuzzyHtml0 = fuzzyHtml1; in testFuzzHtmlParser()
125 fuzzyHtml1 = swap; in testFuzzHtmlParser()