Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java167 static Integer s_IN = null; field in ImplicitStringConcatShapes
265 test("null", "" + s_IN); in run0()
340 test("-96.0null", "" + s_dM + s_IN); in run0()
415 test("nullnull", "" + s_oNtS + s_IN); in run0()
490 test("\u045176null", "" + f_strU + s_IN); in run0()
565 test("92null", "" + sf_strU2 + s_IN); in run0()
640 test("51null", "" + sf_strU1 + s_IN); in run0()
715 test("nullnull", "" + s_iAN + s_IN); in run0()
790 test("-54null", "" + f_bM + s_IN); in run0()
865 test("-87.0null", "" + f_fM + s_IN); in run0()
[all …]