Searched defs:resetToOffset (Results 1 - 16 of 16) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DIterCollationIterator.java30 public void resetToOffset(int newOffset) { method in class:IterCollationIterator
H A DUTF16CollationIterator.java52 public void resetToOffset(int newOffset) { method in class:UTF16CollationIterator
H A DFCDIterCollationIterator.java32 public void resetToOffset(int newOffset) { method in class:FCDIterCollationIterator
33 super.resetToOffset(newOffset);
H A DFCDUTF16CollationIterator.java62 public void resetToOffset(int newOffset) { method in class:FCDUTF16CollationIterator
H A DCollationIterator.java227 public abstract void resetToOffset(int newOffset); method in class:CollationIterator
H A DCollationDataBuilder.java1253 public void resetToOffset(int newOffset) { method in class:CollationDataBuilder.DataBuilderCollationIterator
/external/icu/icu4c/source/i18n/
H A Duitercollationiterator.cpp32 UIterCollationIterator::resetToOffset(int32_t newOffset) { function in class:UIterCollationIterator
87 FCDUIterCollationIterator::resetToOffset(int32_t newOffset) { function in class:FCDUIterCollationIterator
88 UIterCollationIterator::resetToOffset(newOffset);
H A Dutf16collationiterator.cpp47 UTF16CollationIterator::resetToOffset(int32_t newOffset) { function in class:UTF16CollationIterator
189 FCDUTF16CollationIterator::resetToOffset(int32_t newOffset) { function in class:FCDUTF16CollationIterator
H A Dutf8collationiterator.cpp32 UTF8CollationIterator::resetToOffset(int32_t newOffset) { function in class:UTF8CollationIterator
132 FCDUTF8CollationIterator::resetToOffset(int32_t newOffset) { function in class:FCDUTF8CollationIterator
H A Dcollationdatabuilder.cpp132 virtual void resetToOffset(int32_t newOffset);
209 DataBuilderCollationIterator::resetToOffset(int32_t newOffset) { function in class:DataBuilderCollationIterator
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DIterCollationIterator.java28 public void resetToOffset(int newOffset) { method in class:IterCollationIterator
H A DUTF16CollationIterator.java50 public void resetToOffset(int newOffset) { method in class:UTF16CollationIterator
H A DFCDIterCollationIterator.java30 public void resetToOffset(int newOffset) { method in class:FCDIterCollationIterator
31 super.resetToOffset(newOffset);
H A DFCDUTF16CollationIterator.java60 public void resetToOffset(int newOffset) { method in class:FCDUTF16CollationIterator
H A DCollationIterator.java225 public abstract void resetToOffset(int newOffset); method in class:CollationIterator
H A DCollationDataBuilder.java1252 public void resetToOffset(int newOffset) { method in class:CollationDataBuilder.DataBuilderCollationIterator

Completed in 314 milliseconds