Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java160 static byte s_bM = -43; field in ImplicitStringConcatShapes
263 test("-43", "" + s_bM); in run0()
338 test("-96.0-43", "" + s_dM + s_bM); in run0()
413 test("null-43", "" + s_oNtS + s_bM); in run0()
488 test("\u045176-43", "" + f_strU + s_bM); in run0()
563 test("92-43", "" + sf_strU2 + s_bM); in run0()
638 test("51-43", "" + sf_strU1 + s_bM); in run0()
713 test("null-43", "" + s_iAN + s_bM); in run0()
788 test("-54-43", "" + f_bM + s_bM); in run0()
863 test("-87.0-43", "" + f_fM + s_bM); in run0()
[all …]