/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | CollationElementIterator.java | 387 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/ |
D | uitercollationiterator.h | 39 virtual void resetToOffset(int32_t newOffset); 71 virtual void resetToOffset(int32_t newOffset);
|
D | coleitr.cpp | 175 iter_->resetToOffset(string_.length()); in previous() 222 iter_ ->resetToOffset(0); in reset() 250 iter_->resetToOffset(lastSafeOffset); in setOffset() 262 iter_->resetToOffset(newOffset); in setOffset()
|
D | utf8collationiterator.h | 40 virtual void resetToOffset(int32_t newOffset); 87 virtual void resetToOffset(int32_t newOffset);
|
D | utf16collationiterator.h | 45 virtual void resetToOffset(int32_t newOffset); 98 virtual void resetToOffset(int32_t newOffset);
|
D | uitercollationiterator.cpp | 32 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()
|
D | utf16collationiterator.cpp | 47 UTF16CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in UTF16CollationIterator 189 FCDUTF16CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in FCDUTF16CollationIterator
|
D | utf8collationiterator.cpp | 32 UTF8CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in UTF8CollationIterator 132 FCDUTF8CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in FCDUTF8CollationIterator
|
D | collationiterator.h | 105 virtual void resetToOffset(int32_t newOffset) = 0;
|
D | collationdatabuilder.cpp | 132 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/ |
D | IterCollationIterator.java | 28 public void resetToOffset(int newOffset) { in resetToOffset() method in IterCollationIterator
|
D | FCDIterCollationIterator.java | 30 public void resetToOffset(int newOffset) { in resetToOffset() method in FCDIterCollationIterator 31 super.resetToOffset(newOffset); in resetToOffset()
|
D | UTF16CollationIterator.java | 50 public void resetToOffset(int newOffset) { in resetToOffset() method in UTF16CollationIterator
|
D | FCDUTF16CollationIterator.java | 60 public void resetToOffset(int newOffset) { in resetToOffset() method in FCDUTF16CollationIterator
|
D | CollationIterator.java | 225 public abstract void resetToOffset(int newOffset); in resetToOffset() method in CollationIterator
|
D | CollationDataBuilder.java | 1252 public void resetToOffset(int newOffset) { in resetToOffset() method in CollationDataBuilder.DataBuilderCollationIterator
|