Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java180 static String s_strU2 = "\u000291"; field in ImplicitStringConcatShapes
255 test("91", "" + s_strU2); in run0()
330 test("-96.091", "" + s_dM + s_strU2); in run0()
405 test("null91", "" + s_oNtS + s_strU2); in run0()
480 test("\u04517691", "" + f_strU + s_strU2); in run0()
555 test("9291", "" + sf_strU2 + s_strU2); in run0()
630 test("5191", "" + sf_strU1 + s_strU2); in run0()
705 test("null91", "" + s_iAN + s_strU2); in run0()
780 test("-5491", "" + f_bM + s_strU2); in run0()
855 test("-87.091", "" + f_fM + s_strU2); in run0()
[all …]