Home
last modified time | relevance | path

Searched defs:order (Results 1 – 25 of 30) sorted by relevance

12

/libcore/luni/src/main/java/java/text/
DCollationElementIterator.java75 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/
DCollationElementIteratorICU.java89 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()
DNativeCollation.java36 public static native int getMaxExpansion(int address, int order); in getMaxExpansion()
/libcore/luni/src/main/java/java/security/spec/
DECParameterSpec.java31 private final BigInteger order; field in ECParameterSpec
52 BigInteger order, int cofactor) { in ECParameterSpec()
/libcore/luni/src/main/java/libcore/io/
DHeapBufferIterator.java31 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()
DMemory.java45 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/
DOldCollationElementIteratorTest.java34 int order = iterator.next(); in testPrevious() local
/libcore/luni/src/test/java/libcore/java/nio/
DBufferTest.java265 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/
DMemoryBlock.java212 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()
DShortArrayBuffer.java82 public final ByteOrder order() { in order() method in ShortArrayBuffer
DIntArrayBuffer.java82 public final ByteOrder order() { in order() method in IntArrayBuffer
DDoubleArrayBuffer.java82 public final ByteOrder order() { in order() method in DoubleArrayBuffer
DLongArrayBuffer.java82 public final ByteOrder order() { in order() method in LongArrayBuffer
DFloatArrayBuffer.java82 public final ByteOrder order() { in order() method in FloatArrayBuffer
DCharArrayBuffer.java82 public final ByteOrder order() { in order() method in CharArrayBuffer
DByteBuffer.java114 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
DShortToByteBufferAdapter.java123 public ByteOrder order() { in order() method in ShortToByteBufferAdapter
DFloatToByteBufferAdapter.java123 public ByteOrder order() { in order() method in FloatToByteBufferAdapter
DDoubleToByteBufferAdapter.java124 public ByteOrder order() { in order() method in DoubleToByteBufferAdapter
DIntToByteBufferAdapter.java124 public ByteOrder order() { in order() method in IntToByteBufferAdapter
DLongToByteBufferAdapter.java124 public ByteOrder order() { in order() method in LongToByteBufferAdapter
DCharSequenceAdapter.java101 public ByteOrder order() { in order() method in CharSequenceAdapter
DCharToByteBufferAdapter.java124 public ByteOrder order() { in order() method in CharToByteBufferAdapter
DShortBuffer.java323 public abstract ByteOrder order(); in order() method in ShortBuffer
DIntBuffer.java320 public abstract ByteOrder order(); in order() method in IntBuffer

12