Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java186 final char f_c = 'I'; field in ImplicitStringConcatShapes
272 test("I", "" + f_c); in run0()
347 test("-96.0I", "" + s_dM + f_c); in run0()
422 test("nullI", "" + s_oNtS + f_c); in run0()
497 test("\u045176I", "" + f_strU + f_c); in run0()
572 test("92I", "" + sf_strU2 + f_c); in run0()
647 test("51I", "" + sf_strU1 + f_c); in run0()
722 test("nullI", "" + s_iAN + f_c); in run0()
797 test("-54I", "" + f_bM + f_c); in run0()
872 test("-87.0I", "" + f_fM + f_c); in run0()
[all …]