Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/testprograms/
H A DConsoleOutputUmlaut.java27 int numAscii = 1; in main() local
33 numAscii = Integer.parseInt(args[0]); in main()
50 StringBuilder sb = new StringBuilder(numAscii + numUmlaut + 2); in main()
51 for (int i = 0; i < numAscii; i++) { in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/core/
H A DConsoleTests.java273 private void utf8OutputTest(int numAscii, int numUmlaut, int repetitions) throws Exception { in utf8OutputTest() argument
283 …String arg = String.join(" ", Integer.toString(numAscii), Integer.toString(numUmlaut), Integer.toS… in utf8OutputTest()
300 final int expectedLength = (numAscii + numUmlaut + 2) * repetitions; in utf8OutputTest()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5StreamParser.cpp1758 size_t numAscii = 0; in SwitchDecoderIfAsciiSoFar() local
1770 numAscii += s.Length(); in SwitchDecoderIfAsciiSoFar()
1777 numAscii += s.Length(); in SwitchDecoderIfAsciiSoFar()
1822 if (nextSkipped <= numAscii) { in SwitchDecoderIfAsciiSoFar()
1826 if (skipped >= numAscii) { in SwitchDecoderIfAsciiSoFar()
1831 size_t tailLength = nextSkipped - numAscii; in SwitchDecoderIfAsciiSoFar()