| /libcore/luni/src/main/java/java/text/ |
| D | CollationElementIterator.java | 75 public int getMaxExpansion(int order) { in getMaxExpansion() 134 public static final int primaryOrder(int order) { in primaryOrder() 159 public static final short secondaryOrder(int order) { in secondaryOrder() 219 public static final short tertiaryOrder(int order) { in tertiaryOrder()
|
| /libcore/luni/src/main/java/libcore/icu/ |
| D | CollationElementIteratorICU.java | 89 public int getMaxExpansion(int order) { in getMaxExpansion() 133 public static int primaryOrder(int order) { in primaryOrder() 144 public static int secondaryOrder(int order) { in secondaryOrder() 154 public static int tertiaryOrder(int order) { in tertiaryOrder()
|
| D | NativeCollation.java | 36 public static native int getMaxExpansion(int address, int order); in getMaxExpansion()
|
| /libcore/luni/src/main/java/java/security/spec/ |
| D | ECParameterSpec.java | 31 private final BigInteger order; field in ECParameterSpec 52 BigInteger order, int cofactor) { in ECParameterSpec()
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | HeapBufferIterator.java | 31 private final ByteOrder order; field in HeapBufferIterator 35 HeapBufferIterator(byte[] buffer, int offset, int byteCount, ByteOrder order) { in HeapBufferIterator() 83 … public static BufferIterator iterator(byte[] buffer, int offset, int byteCount, ByteOrder order) { in iterator()
|
| D | Memory.java | 45 public static int peekInt(byte[] src, int offset, ByteOrder order) { in peekInt() 59 public static long peekLong(byte[] src, int offset, ByteOrder order) { in peekLong() 83 public static short peekShort(byte[] src, int offset, ByteOrder order) { in peekShort() 91 public static void pokeInt(byte[] dst, int offset, int value, ByteOrder order) { in pokeInt() 105 public static void pokeLong(byte[] dst, int offset, long value, ByteOrder order) { in pokeLong() 131 public static void pokeShort(byte[] dst, int offset, short value, ByteOrder order) { in pokeShort()
|
| /libcore/luni/src/test/java/libcore/java/text/ |
| D | OldCollationElementIteratorTest.java | 34 int order = iterator.next(); in testPrevious() local
|
| /libcore/luni/src/test/java/libcore/java/nio/ |
| D | BufferTest.java | 265 private CharBuffer allocateCharBuffer(ByteOrder order) { in allocateCharBuffer() 296 private DoubleBuffer allocateDoubleBuffer(ByteOrder order) { in allocateDoubleBuffer() 327 private FloatBuffer allocateFloatBuffer(ByteOrder order) { in allocateFloatBuffer() 358 private IntBuffer allocateIntBuffer(ByteOrder order) { in allocateIntBuffer() 389 private LongBuffer allocateLongBuffer(ByteOrder order) { in allocateLongBuffer() 420 private ShortBuffer allocateShortBuffer(ByteOrder order) { in allocateShortBuffer()
|
| /libcore/luni/src/main/java/java/nio/ |
| D | MemoryBlock.java | 212 public final void pokeShort(int offset, short value, ByteOrder order) { in pokeShort() 216 public final short peekShort(int offset, ByteOrder order) { in peekShort() 220 public final void pokeInt(int offset, int value, ByteOrder order) { in pokeInt() 224 public final int peekInt(int offset, ByteOrder order) { in peekInt() 228 public final void pokeLong(int offset, long value, ByteOrder order) { in pokeLong() 232 public final long peekLong(int offset, ByteOrder order) { in peekLong()
|
| D | ShortArrayBuffer.java | 82 public final ByteOrder order() { in order() method in ShortArrayBuffer
|
| D | IntArrayBuffer.java | 82 public final ByteOrder order() { in order() method in IntArrayBuffer
|
| D | DoubleArrayBuffer.java | 82 public final ByteOrder order() { in order() method in DoubleArrayBuffer
|
| D | LongArrayBuffer.java | 82 public final ByteOrder order() { in order() method in LongArrayBuffer
|
| D | FloatArrayBuffer.java | 82 public final ByteOrder order() { in order() method in FloatArrayBuffer
|
| D | CharArrayBuffer.java | 82 public final ByteOrder order() { in order() method in CharArrayBuffer
|
| D | ByteBuffer.java | 114 ByteOrder order = ByteOrder.BIG_ENDIAN; field in ByteBuffer 633 public final ByteOrder order() { in order() method in ByteBuffer 646 public final ByteBuffer order(ByteOrder byteOrder) { in order() method in ByteBuffer
|
| D | ShortToByteBufferAdapter.java | 123 public ByteOrder order() { in order() method in ShortToByteBufferAdapter
|
| D | FloatToByteBufferAdapter.java | 123 public ByteOrder order() { in order() method in FloatToByteBufferAdapter
|
| D | DoubleToByteBufferAdapter.java | 124 public ByteOrder order() { in order() method in DoubleToByteBufferAdapter
|
| D | IntToByteBufferAdapter.java | 124 public ByteOrder order() { in order() method in IntToByteBufferAdapter
|
| D | LongToByteBufferAdapter.java | 124 public ByteOrder order() { in order() method in LongToByteBufferAdapter
|
| D | CharSequenceAdapter.java | 101 public ByteOrder order() { in order() method in CharSequenceAdapter
|
| D | CharToByteBufferAdapter.java | 124 public ByteOrder order() { in order() method in CharToByteBufferAdapter
|
| D | ShortBuffer.java | 323 public abstract ByteOrder order(); in order() method in ShortBuffer
|
| D | IntBuffer.java | 320 public abstract ByteOrder order(); in order() method in IntBuffer
|