Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java200 final Object f_oN = null; field in ImplicitStringConcatShapes
234 test("null", "" + f_oN); in run0()
309 test("-96.0null", "" + s_dM + f_oN); in run0()
384 test("nullnull", "" + s_oNtS + f_oN); in run0()
459 test("\u045176null", "" + f_strU + f_oN); in run0()
534 test("92null", "" + sf_strU2 + f_oN); in run0()
609 test("51null", "" + sf_strU1 + f_oN); in run0()
684 test("nullnull", "" + s_iAN + f_oN); in run0()
759 test("-54null", "" + f_bM + f_oN); in run0()
834 test("-87.0null", "" + f_fM + f_oN); in run0()
[all …]