Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DReadOnlyCharBufferTest.java185 String longStr = String.valueOf(new char[buf.capacity()+1]); in testPutStringintint() local
187 buf.put(longStr, 0, longStr.length()); in testPutStringintint()
/libcore/ojluni/src/test/java/util/HexFormat/
DHexFormatTest.java695 String longStr = hex.toHexDigits(l, 16); in samples() local
696 long longVal = HexFormat.fromHexDigitsToLong(longStr, 0, 16); in samples()
697 System.out.println(" " + longStr + ", " + longVal); in samples()