Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java176 static Object s_oNtS = new MyClassNullToString(); field in ImplicitStringConcatShapes
220 test("null", "" + s_oNtS); in run0()
295 test("-96.0null", "" + s_dM + s_oNtS); in run0()
369 test("null-96.0", "" + s_oNtS + s_dM); in run0()
370 test("nullnull", "" + s_oNtS + s_oNtS); in run0()
371 test("null\u045176", "" + s_oNtS + f_strU); in run0()
372 test("null92", "" + s_oNtS + sf_strU2); in run0()
373 test("null51", "" + s_oNtS + sf_strU1); in run0()
374 test("nullnull", "" + s_oNtS + s_iAN); in run0()
375 test("null-54", "" + s_oNtS + f_bM); in run0()
[all …]