Searched refs:strbuff (Results 1 – 1 of 1) sorted by relevance
41 StringBuffer strbuff = new StringBuffer("this is a string "); in TestAppend() local43 int strsize = strbuff.length(); in TestAppend()47 strbuff.getChars(0, strsize, array, 0); in TestAppend()50 UTF16.append(strbuff, i); in TestAppend()54 if (!arraystr.equals(strbuff.toString())) { in TestAppend()65 if (UTF16.countCodePoint(strbuff) != strsize + (i / 100) + 1) { in TestAppend()73 strbuff = new StringBuffer(); in TestAppend()74 UTF16.appendCodePoint(strbuff, 0x10000); in TestAppend()75 if (strbuff.length() != 2) { in TestAppend()85 StringBuffer strbuff = in TestBounds() local[all …]