Home
last modified time | relevance | path

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

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics.java266 static final String stringU = "\u0f21\u0f22\u0f23\u0f24\u0f25\u0f26\u0f27\u0f28"; field in TestStringIntrinsics
314 @Test(op = Operation.INDEX_OF_CON_U, constString = stringU)
316 int result = a.indexOf(stringU); in indexOfConstLargeU()
317 return a.substring(result, result + stringU.length()); in indexOfConstLargeU()
386 return new StringBuilder().append(stringSmallU).append(a).append(stringU).toString(); in concatStringConstU()
401 …return new StringBuilder().append(stringSmallU).append(a).append(stringU).append(charU).append(cha… in concatCharConstU()
416 …return new StringBuilder().append(stringSmallU).append(b).append(stringU).append(constInt).append(… in concatIntConstU()
426 …g)null).append(stringSmallL).append(stringL).append(stringSmallU).append(stringU).append(charL).ap… in concatConstU()
439 … .append(stringL).append(constInt).append(constIntNeg).append(charL).append(stringU).append(charU) in concatMixed()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics.java266 static final String stringU = "\u0f21\u0f22\u0f23\u0f24\u0f25\u0f26\u0f27\u0f28"; field in TestStringIntrinsics
314 @Test(op = Operation.INDEX_OF_CON_U, constString = stringU)
316 int result = a.indexOf(stringU); in indexOfConstLargeU()
317 return a.substring(result, result + stringU.length()); in indexOfConstLargeU()
386 return new StringBuilder().append(stringSmallU).append(a).append(stringU).toString(); in concatStringConstU()
401 …return new StringBuilder().append(stringSmallU).append(a).append(stringU).append(charU).append(cha… in concatCharConstU()
416 …return new StringBuilder().append(stringSmallU).append(b).append(stringU).append(constInt).append(… in concatIntConstU()
426 …g)null).append(stringSmallL).append(stringL).append(stringSmallU).append(stringU).append(charL).ap… in concatConstU()
439 … .append(stringL).append(constInt).append(constIntNeg).append(charL).append(stringU).append(charU) in concatMixed()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics.java266 static final String stringU = "\u0f21\u0f22\u0f23\u0f24\u0f25\u0f26\u0f27\u0f28"; field in TestStringIntrinsics
314 @Test(op = Operation.INDEX_OF_CON_U, constString = stringU)
316 int result = a.indexOf(stringU); in indexOfConstLargeU()
317 return a.substring(result, result + stringU.length()); in indexOfConstLargeU()
386 return new StringBuilder().append(stringSmallU).append(a).append(stringU).toString(); in concatStringConstU()
401 …return new StringBuilder().append(stringSmallU).append(a).append(stringU).append(charU).append(cha… in concatCharConstU()
416 …return new StringBuilder().append(stringSmallU).append(b).append(stringU).append(constInt).append(… in concatIntConstU()
426 …g)null).append(stringSmallL).append(stringL).append(stringSmallU).append(stringU).append(charL).ap… in concatConstU()
439 … .append(stringL).append(constInt).append(constIntNeg).append(charL).append(stringU).append(charU) in concatMixed()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics.java301 static final String stringU = "\u0f21\u0f22\u0f23\u0f24\u0f25\u0f26\u0f27\u0f28"; field in TestStringIntrinsics
349 @Test(op = Operation.INDEX_OF_CON_U, constString = stringU)
351 int result = a.indexOf(stringU); in indexOfConstLargeU()
352 return a.substring(result, result + stringU.length()); in indexOfConstLargeU()
421 return new StringBuilder().append(stringSmallU).append(a).append(stringU).toString(); in concatStringConstU()
436 …return new StringBuilder().append(stringSmallU).append(a).append(stringU).append(charU).append(cha… in concatCharConstU()
451 …return new StringBuilder().append(stringSmallU).append(b).append(stringU).append(constInt).append(… in concatIntConstU()
461 …g)null).append(stringSmallL).append(stringL).append(stringSmallU).append(stringU).append(charL).ap… in concatConstU()
474 … .append(stringL).append(constInt).append(constIntNeg).append(charL).append(stringU).append(charU) in concatMixed()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics.java266 static final String stringU = "\u0f21\u0f22\u0f23\u0f24\u0f25\u0f26\u0f27\u0f28"; field in TestStringIntrinsics
314 @Test(op = Operation.INDEX_OF_CON_U, constString = stringU)
316 int result = a.indexOf(stringU); in indexOfConstLargeU()
317 return a.substring(result, result + stringU.length()); in indexOfConstLargeU()
386 return new StringBuilder().append(stringSmallU).append(a).append(stringU).toString(); in concatStringConstU()
401 …return new StringBuilder().append(stringSmallU).append(a).append(stringU).append(charU).append(cha… in concatCharConstU()
416 …return new StringBuilder().append(stringSmallU).append(b).append(stringU).append(constInt).append(… in concatIntConstU()
426 …g)null).append(stringSmallL).append(stringL).append(stringSmallU).append(stringU).append(charL).ap… in concatConstU()
439 … .append(stringL).append(constInt).append(constIntNeg).append(charL).append(stringU).append(charU) in concatMixed()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics.java266 static final String stringU = "\u0f21\u0f22\u0f23\u0f24\u0f25\u0f26\u0f27\u0f28"; field in TestStringIntrinsics
314 @Test(op = Operation.INDEX_OF_CON_U, constString = stringU)
316 int result = a.indexOf(stringU); in indexOfConstLargeU()
317 return a.substring(result, result + stringU.length()); in indexOfConstLargeU()
386 return new StringBuilder().append(stringSmallU).append(a).append(stringU).toString(); in concatStringConstU()
401 …return new StringBuilder().append(stringSmallU).append(a).append(stringU).append(charU).append(cha… in concatCharConstU()
416 …return new StringBuilder().append(stringSmallU).append(b).append(stringU).append(constInt).append(… in concatIntConstU()
426 …g)null).append(stringSmallL).append(stringL).append(stringSmallU).append(stringU).append(charL).ap… in concatConstU()
439 … .append(stringL).append(constInt).append(constIntNeg).append(charL).append(stringU).append(charU) in concatMixed()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics.java266 static final String stringU = "\u0f21\u0f22\u0f23\u0f24\u0f25\u0f26\u0f27\u0f28"; field in TestStringIntrinsics
314 @Test(op = Operation.INDEX_OF_CON_U, constString = stringU)
316 int result = a.indexOf(stringU); in indexOfConstLargeU()
317 return a.substring(result, result + stringU.length()); in indexOfConstLargeU()
386 return new StringBuilder().append(stringSmallU).append(a).append(stringU).toString(); in concatStringConstU()
401 …return new StringBuilder().append(stringSmallU).append(a).append(stringU).append(charU).append(cha… in concatCharConstU()
416 …return new StringBuilder().append(stringSmallU).append(b).append(stringU).append(constInt).append(… in concatIntConstU()
426 …g)null).append(stringSmallL).append(stringL).append(stringSmallU).append(stringU).append(charL).ap… in concatConstU()
439 … .append(stringL).append(constInt).append(constIntNeg).append(charL).append(stringU).append(charU) in concatMixed()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics.java301 static final String stringU = "\u0f21\u0f22\u0f23\u0f24\u0f25\u0f26\u0f27\u0f28"; field in TestStringIntrinsics
349 @Test(op = Operation.INDEX_OF_CON_U, constString = stringU)
351 int result = a.indexOf(stringU); in indexOfConstLargeU()
352 return a.substring(result, result + stringU.length()); in indexOfConstLargeU()
421 return new StringBuilder().append(stringSmallU).append(a).append(stringU).toString(); in concatStringConstU()
436 …return new StringBuilder().append(stringSmallU).append(a).append(stringU).append(charU).append(cha… in concatCharConstU()
451 …return new StringBuilder().append(stringSmallU).append(b).append(stringU).append(constInt).append(… in concatIntConstU()
461 …g)null).append(stringSmallL).append(stringL).append(stringSmallU).append(stringU).append(charL).ap… in concatConstU()
474 … .append(stringL).append(constInt).append(constIntNeg).append(charL).append(stringU).append(charU) in concatMixed()
/dports/textproc/p5-Pod-Tree/Pod-Tree-1.31/t/
H A D10-cut.t15 LoadString("stringU");
/dports/textproc/p5-Pod-Tree/Pod-Tree-1.31/
H A DMANIFEST36 t/cut.d/stringU.exp