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.java32 public void resetToOffset(int newOffset) { method in class:IterCollationIterator
H A DUTF16CollationIterator.java54 public void resetToOffset(int newOffset) { method in class:UTF16CollationIterator
H A DFCDIterCollationIterator.java34 public void resetToOffset(int newOffset) { method in class:FCDIterCollationIterator
35 super.resetToOffset(newOffset);
H A DFCDUTF16CollationIterator.java74 public void resetToOffset(int newOffset) { method in class:FCDUTF16CollationIterator
H A DCollationIterator.java235 public abstract void resetToOffset(int newOffset); method in class:CollationIterator
H A DCollationDataBuilder.java1255 public void resetToOffset(int newOffset) { method in class:CollationDataBuilder.DataBuilderCollationIterator
/external/icu/icu4c/source/i18n/
H A Duitercollationiterator.cpp34 UIterCollationIterator::resetToOffset(int32_t newOffset) { function in class:UIterCollationIterator
89 FCDUIterCollationIterator::resetToOffset(int32_t newOffset) { function in class:FCDUIterCollationIterator
90 UIterCollationIterator::resetToOffset(newOffset);
H A Dutf16collationiterator.cpp49 UTF16CollationIterator::resetToOffset(int32_t newOffset) { function in class:UTF16CollationIterator
191 FCDUTF16CollationIterator::resetToOffset(int32_t newOffset) { function in class:FCDUTF16CollationIterator
H A Dutf8collationiterator.cpp34 UTF8CollationIterator::resetToOffset(int32_t newOffset) { function in class:UTF8CollationIterator
134 FCDUTF8CollationIterator::resetToOffset(int32_t newOffset) { function in class:FCDUTF8CollationIterator
H A Dcollationdatabuilder.cpp134 virtual void resetToOffset(int32_t newOffset);
211 DataBuilderCollationIterator::resetToOffset(int32_t newOffset) { function in class:DataBuilderCollationIterator
/external/icu/icu4j/main/classes/collate/src/com/ibm/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.java72 public void resetToOffset(int newOffset) { method in class:FCDUTF16CollationIterator
H A DCollationIterator.java233 public abstract void resetToOffset(int newOffset); method in class:CollationIterator
H A DCollationDataBuilder.java1254 public void resetToOffset(int newOffset) { method in class:CollationDataBuilder.DataBuilderCollationIterator

Completed in 411 milliseconds