Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java179 static String s_strU1 = "\u000112"; field in ImplicitStringConcatShapes
253 test("12", "" + s_strU1); in run0()
328 test("-96.012", "" + s_dM + s_strU1); in run0()
403 test("null12", "" + s_oNtS + s_strU1); in run0()
478 test("\u04517612", "" + f_strU + s_strU1); in run0()
553 test("9212", "" + sf_strU2 + s_strU1); in run0()
628 test("5112", "" + sf_strU1 + s_strU1); in run0()
703 test("null12", "" + s_iAN + s_strU1); in run0()
778 test("-5412", "" + f_bM + s_strU1); in run0()
853 test("-87.012", "" + f_fM + s_strU1); in run0()
[all …]