Searched refs:bmpMixed (Results 1 – 1 of 1) sorted by relevance
375 String bmpMixed = "\u4e00\u4e01\u4e02" + "ABC" + "\u4e06\u4e07\u4e08"; in testCompactStringMisc() local405 check(new StringBuffer().append(bmpMixed).delete(3, 6).toString(), in testCompactStringMisc()416 check(new StringBuffer().append(bmpMixed).replace(3, 6, "").toString(), in testCompactStringMisc()