Lines Matching refs:input

47     /* Text strings which are used as input data.
51 static final String[] input = {
87 * in the above input data. For example, the first data in each array is
88 * for the first input string.
102 for (int i = 0; i < input.length; i++) {
103 String s = input[i];
126 * in the above input data. For example, the first data in each array is
127 * for the first input string.
141 for (int i = 0; i < input.length; i++) {
142 String s = input[i];
168 * string in input[m].
198 for (int i = 0; i < input.length; i++) {
199 String s = input[i];
223 for (int i = 0; i < input.length; i++) {
224 String s = input[i];
261 for (int i = 0; i < input.length; i++) {
262 String s = input[i];
287 for (int i = 0; i < input.length; i++) {
288 String s = input[i];
324 for (int i = 0; i < input.length; i++) {
325 String s = input[i];
344 check(!s.equals(cps), "new String(int[]...) with input[" + i + "]");
348 "first half: new String(int[]...) with input[" + i + "]");
352 "second half: new String(int[]...) with input[" + i + "]");
396 for (int i = 0; i < input.length; i++) {
397 String str = input[i];
402 check(result != expected, "codePointCount(input["+i+"], "+j+", "+length+")",
408 check(result != expected, "substring:codePointCount(input["+i+"], "+j+", "+length+")",
414 check(result != expected, "codePointCount(input["+i+"], 0, "+j+")",
418 check(result != expected, "substring:codePointCount(input["+i+"], 0, "+j+")",
438 for (int i = 0; i < input.length; i++) {
439 String str = input[i];
445 "offsetByCodePoints(input["+i+"], "+j+", "+nCodePoints+")",
456 "offsetByCodePoints(input["+i+"], "+j+", "+(-nCodePoints)+")",
470 "offsetByCodePoints(input["+i+"], 0, "+nCodePoints+")",
474 "offsetByCodePoints(input["+i+"], "+j+", "+(-nCodePoints)+")",
497 for (int i = 0; i < input.length; i++) {
498 String wholeString = header + input[i];
505 "offsetByCodePoints(input["+i+"], "+j+", "+nCodePoints+")",
516 "offsetByCodePoints(input["+i+"], "+j+", "+(-nCodePoints)+")",
530 "offsetByCodePoints(input["+i+"], 0, "+nCodePoints+")",
534 "offsetByCodePoints(input["+i+"], "+j+", "+(-nCodePoints)+")",