Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java182 static Object[] s_oAN = null; field in ImplicitStringConcatShapes
227 test("null", "" + s_oAN); in run0()
302 test("-96.0null", "" + s_dM + s_oAN); in run0()
377 test("nullnull", "" + s_oNtS + s_oAN); in run0()
452 test("\u045176null", "" + f_strU + s_oAN); in run0()
527 test("92null", "" + sf_strU2 + s_oAN); in run0()
602 test("51null", "" + sf_strU1 + s_oAN); in run0()
677 test("nullnull", "" + s_iAN + s_oAN); in run0()
752 test("-54null", "" + f_bM + s_oAN); in run0()
827 test("-87.0null", "" + f_fM + s_oAN); in run0()
[all …]