Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java192 final Integer f_IN = null; field in ImplicitStringConcatShapes
248 test("null", "" + f_IN); in run0()
323 test("-96.0null", "" + s_dM + f_IN); in run0()
398 test("nullnull", "" + s_oNtS + f_IN); in run0()
473 test("\u045176null", "" + f_strU + f_IN); in run0()
548 test("92null", "" + sf_strU2 + f_IN); in run0()
623 test("51null", "" + sf_strU1 + f_IN); in run0()
698 test("nullnull", "" + s_iAN + f_IN); in run0()
773 test("-54null", "" + f_bM + f_IN); in run0()
848 test("-87.0null", "" + f_fM + f_IN); in run0()
[all …]