Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java175 static Object s_oN = null; field in ImplicitStringConcatShapes
259 test("null", "" + s_oN); in run0()
334 test("-96.0null", "" + s_dM + s_oN); in run0()
409 test("nullnull", "" + s_oNtS + s_oN); in run0()
484 test("\u045176null", "" + f_strU + s_oN); in run0()
559 test("92null", "" + sf_strU2 + s_oN); in run0()
634 test("51null", "" + sf_strU1 + s_oN); in run0()
709 test("nullnull", "" + s_iAN + s_oN); in run0()
784 test("-54null", "" + f_bM + s_oN); in run0()
859 test("-87.0null", "" + f_fM + s_oN); in run0()
[all …]