Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java205 final String f_strU2 = "\u000218"; field in ImplicitStringConcatShapes
257 test("18", "" + f_strU2); in run0()
332 test("-96.018", "" + s_dM + f_strU2); in run0()
407 test("null18", "" + s_oNtS + f_strU2); in run0()
482 test("\u04517618", "" + f_strU + f_strU2); in run0()
557 test("9218", "" + sf_strU2 + f_strU2); in run0()
632 test("5118", "" + sf_strU1 + f_strU2); in run0()
707 test("null18", "" + s_iAN + f_strU2); in run0()
782 test("-5418", "" + f_bM + f_strU2); in run0()
857 test("-87.018", "" + f_fM + f_strU2); in run0()
[all …]