Searched refs:longStr (Results 1 – 1 of 1) sorted by relevance
185 String longStr = String.valueOf(new char[buf.capacity()+1]); in testPutStringintint() local187 buf.put(longStr, 0, longStr.length()); in testPutStringintint()