Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java1144 String printchars(CharBuffer buf, int pos) { in printchars() method
1185 logln("Input: " + printchars(CharBuffer.wrap(cc.unicode), cc.unicode.length())); in checkResultsFromUnicode()
1192 errln("Input: " + printchars(CharBuffer.wrap(cc.unicode), cc.unicode.length())); in checkResultsFromUnicode()
1224 logln("Output: " + printchars(output, output.limit())); in checkResultsToUnicode()
1225 logln("Expected: " + printchars(CharBuffer.wrap(expected), expected.length())); in checkResultsToUnicode()
1230 errln("Output: " + printchars(output, output.limit())); in checkResultsToUnicode()
1231 errln("Expected: " + printchars(CharBuffer.wrap(expected), expected.length())); in checkResultsToUnicode()
DTestCharset.java1231 printchars(chars); in TestAPISemantics()
1233 printchars(unistr); in TestAPISemantics()
1264 printchars(chars); in TestAPISemantics()
1294 printchars(chars); in TestAPISemantics()
1296 printchars(unistr); in TestAPISemantics()
1405 void printchars(CharBuffer buf) { in printchars() method in TestCharset
1419 void printchars(String str) { in printchars() method in TestCharset