Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java185 final byte f_bM = -54; field in ImplicitStringConcatShapes
225 test("-54", "" + f_bM); in run0()
300 test("-96.0-54", "" + s_dM + f_bM); in run0()
375 test("null-54", "" + s_oNtS + f_bM); in run0()
450 test("\u045176-54", "" + f_strU + f_bM); in run0()
525 test("92-54", "" + sf_strU2 + f_bM); in run0()
600 test("51-54", "" + sf_strU1 + f_bM); in run0()
675 test("null-54", "" + s_iAN + f_bM); in run0()
744 test("-54-96.0", "" + f_bM + s_dM); in run0()
745 test("-54null", "" + f_bM + s_oNtS); in run0()
[all …]