Searched refs:setOffset (Results 1 - 7 of 7) sorted by relevance

/libcore/luni/src/main/java/java/text/
H A DCollationElementIterator.java85 * {@code setOffset(offset)} sets the index in the middle of a contraction,
89 * {@code setOffset(offset)} does not guarantee that the original offset set
185 public void setOffset(int newOffset) { method in class:CollationElementIterator
186 this.icuIterator.setOffset(newOffset);
/libcore/luni/src/test/java/libcore/java/io/
H A DOldObjectStreamFieldTest.java55 public void setOffset(int newValue) { method in class:OldObjectStreamFieldTest.MyObjectStreamField
56 super.setOffset(newValue);
152 f.setOffset(42);
154 f.setOffset(2008);
/libcore/luni/src/main/java/libcore/icu/
H A DCollationElementIteratorICU.java123 public void setOffset(int offset) { method in class:CollationElementIteratorICU
124 NativeCollation.setOffset(address, offset);
H A DNativeCollation.java41 public static native void setOffset(int address, int offset); method in class:NativeCollation
/libcore/luni/src/main/java/java/io/
H A DObjectStreamField.java278 protected void setOffset(int newValue) { method in class:ObjectStreamField
H A DObjectStreamClass.java848 loadField.setOffset(field.getOffset());
/libcore/luni/src/main/native/
H A Dlibcore_icu_NativeCollation.cpp195 NATIVE_METHOD(NativeCollation, setOffset, "(II)V"),

Completed in 110 milliseconds