Home
last modified time | relevance | path

Searched refs:Chars (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/test/java/nio/Buffer/
DEqualsCompareTest.java231 static class Chars extends BufferType<CharBuffer, Character> { class in EqualsCompareTest.BufferType
232 Chars(BufferKind k) { in Chars() method in EqualsCompareTest.BufferType.Chars
451 {new BufferType.Chars(BufferKind.HEAP)}, in bufferTypesProvider()
452 {new BufferType.Chars(BufferKind.HEAP_VIEW)}, in bufferTypesProvider()
453 {new BufferType.Chars(BufferKind.DIRECT)}, in bufferTypesProvider()
515 {new BufferType.Chars(BufferKind.HEAP)}, in charBufferTypesProvider()
516 {new BufferType.Chars(BufferKind.HEAP_VIEW)}, in charBufferTypesProvider()
517 {new BufferType.Chars(BufferKind.DIRECT)}, in charBufferTypesProvider()
604 public void testCharBuffers(BufferType.Chars charBufferType) { in testCharBuffers()
606 BiFunction<BufferType.Chars, Integer, CharBuffer> constructor = (at, s) -> { in testCharBuffers()
[all …]
DChars.java45 public class Chars { class
/libcore/ojluni/src/test/java/lang/String/
DChars.java36 public class Chars { class
/libcore/
DEXPECTED_UPSTREAM2095 ojluni/src/test/java/nio/Buffer/Chars.java,jdk17u/jdk-17.0.6-ga,test/jdk/java/nio/Buffer/Chars.java