Home
last modified time | relevance | path

Searched refs:resetToOffset (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationElementIterator.java387 iter_.resetToOffset(string_.length()); in previous()
439 iter_ .resetToOffset(0); in reset()
486 iter_.resetToOffset(lastSafeOffset); in setOffset()
497 iter_.resetToOffset(newOffset); in setOffset()
/external/icu/icu4c/source/i18n/
Duitercollationiterator.h39 virtual void resetToOffset(int32_t newOffset);
71 virtual void resetToOffset(int32_t newOffset);
Dcoleitr.cpp175 iter_->resetToOffset(string_.length()); in previous()
222 iter_ ->resetToOffset(0); in reset()
250 iter_->resetToOffset(lastSafeOffset); in setOffset()
262 iter_->resetToOffset(newOffset); in setOffset()
Dutf8collationiterator.h40 virtual void resetToOffset(int32_t newOffset);
87 virtual void resetToOffset(int32_t newOffset);
Dutf16collationiterator.h45 virtual void resetToOffset(int32_t newOffset);
98 virtual void resetToOffset(int32_t newOffset);
Duitercollationiterator.cpp32 UIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in UIterCollationIterator
87 FCDUIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in FCDUIterCollationIterator
88 UIterCollationIterator::resetToOffset(newOffset); in resetToOffset()
Dutf16collationiterator.cpp47 UTF16CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in UTF16CollationIterator
189 FCDUTF16CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in FCDUTF16CollationIterator
Dutf8collationiterator.cpp32 UTF8CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in UTF8CollationIterator
132 FCDUTF8CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in FCDUTF8CollationIterator
Dcollationiterator.h105 virtual void resetToOffset(int32_t newOffset) = 0;
Dcollationdatabuilder.cpp132 virtual void resetToOffset(int32_t newOffset);
209 DataBuilderCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in DataBuilderCollationIterator
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DIterCollationIterator.java28 public void resetToOffset(int newOffset) { in resetToOffset() method in IterCollationIterator
DFCDIterCollationIterator.java30 public void resetToOffset(int newOffset) { in resetToOffset() method in FCDIterCollationIterator
31 super.resetToOffset(newOffset); in resetToOffset()
DUTF16CollationIterator.java50 public void resetToOffset(int newOffset) { in resetToOffset() method in UTF16CollationIterator
DFCDUTF16CollationIterator.java60 public void resetToOffset(int newOffset) { in resetToOffset() method in FCDUTF16CollationIterator
DCollationIterator.java225 public abstract void resetToOffset(int newOffset); in resetToOffset() method in CollationIterator
DCollationDataBuilder.java1252 public void resetToOffset(int newOffset) { in resetToOffset() method in CollationDataBuilder.DataBuilderCollationIterator