Home
last modified time | relevance | path

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

/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlSanitizerFuzzerTest.java66 char[] fuzzyHtml0 = new char[length]; in testFuzzHtmlParser() local
79 for (int i = length; --i >= 0;) { fuzzyHtml0[i] = html.charAt(i); } in testFuzzHtmlParser()
82 fuzzyHtml0[rnd.nextInt(length)] = (char) rnd.nextInt(0x10000); in testFuzzHtmlParser()
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()
123 char[] swap = fuzzyHtml0; in testFuzzHtmlParser()
124 fuzzyHtml0 = fuzzyHtml1; in testFuzzHtmlParser()
[all …]