Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java204 final String f_strU1 = "\u000121"; field in ImplicitStringConcatShapes
256 test("21", "" + f_strU1); in run0()
331 test("-96.021", "" + s_dM + f_strU1); in run0()
406 test("null21", "" + s_oNtS + f_strU1); in run0()
481 test("\u04517621", "" + f_strU + f_strU1); in run0()
556 test("9221", "" + sf_strU2 + f_strU1); in run0()
631 test("5121", "" + sf_strU1 + f_strU1); in run0()
706 test("null21", "" + s_iAN + f_strU1); in run0()
781 test("-5421", "" + f_bM + f_strU1); in run0()
856 test("-87.021", "" + f_fM + f_strU1); in run0()
[all …]