Searched refs:numAscii (Results 1 – 3 of 3) sorted by relevance
27 int numAscii = 1; in main() local33 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()
273 private void utf8OutputTest(int numAscii, int numUmlaut, int repetitions) throws Exception { in utf8OutputTest() argument283 …String arg = String.join(" ", Integer.toString(numAscii), Integer.toString(numUmlaut), Integer.toS… in utf8OutputTest()300 final int expectedLength = (numAscii + numUmlaut + 2) * repetitions; in utf8OutputTest()
1758 size_t numAscii = 0; in SwitchDecoderIfAsciiSoFar() local1770 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()