/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CollationElementIterator.java | 374 iter_.resetToOffset(string_.length()); in previous() 424 iter_ .resetToOffset(0); in reset() 470 iter_.resetToOffset(lastSafeOffset); in setOffset() 481 iter_.resetToOffset(newOffset); in setOffset()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | CollationElementIterator.java | 385 iter_.resetToOffset(string_.length()); in previous() 437 iter_ .resetToOffset(0); in reset() 484 iter_.resetToOffset(lastSafeOffset); in setOffset() 495 iter_.resetToOffset(newOffset); in setOffset()
|
/external/icu/icu4c/source/i18n/ |
D | coleitr.cpp | 178 iter_->resetToOffset(string_.length()); in previous() 225 iter_ ->resetToOffset(0); in reset() 253 iter_->resetToOffset(lastSafeOffset); in setOffset() 265 iter_->resetToOffset(newOffset); in setOffset()
|
D | uitercollationiterator.h | 42 virtual void resetToOffset(int32_t newOffset); 74 virtual void resetToOffset(int32_t newOffset);
|
D | utf8collationiterator.h | 43 virtual void resetToOffset(int32_t newOffset); 90 virtual void resetToOffset(int32_t newOffset);
|
D | utf16collationiterator.h | 47 virtual void resetToOffset(int32_t newOffset); 100 virtual void resetToOffset(int32_t newOffset);
|
D | uitercollationiterator.cpp | 34 UIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in UIterCollationIterator 89 FCDUIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in FCDUIterCollationIterator 90 UIterCollationIterator::resetToOffset(newOffset); in resetToOffset()
|
D | utf16collationiterator.cpp | 49 UTF16CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in UTF16CollationIterator 191 FCDUTF16CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in FCDUTF16CollationIterator
|
D | utf8collationiterator.cpp | 34 UTF8CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in UTF8CollationIterator 133 FCDUTF8CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset() function in FCDUTF8CollationIterator
|
D | collationiterator.h | 122 virtual void resetToOffset(int32_t newOffset) = 0;
|
D | collationdatabuilder.cpp | 134 virtual void resetToOffset(int32_t newOffset); 211 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 | 30 public void resetToOffset(int newOffset) { in resetToOffset() method in IterCollationIterator
|
D | FCDIterCollationIterator.java | 32 public void resetToOffset(int newOffset) { in resetToOffset() method in FCDIterCollationIterator 33 super.resetToOffset(newOffset); in resetToOffset()
|
D | UTF16CollationIterator.java | 52 public void resetToOffset(int newOffset) { in resetToOffset() method in UTF16CollationIterator
|
D | FCDUTF16CollationIterator.java | 72 public void resetToOffset(int newOffset) { in resetToOffset() method in FCDUTF16CollationIterator
|
D | CollationIterator.java | 233 public abstract void resetToOffset(int newOffset); in resetToOffset() method in CollationIterator
|
D | CollationDataBuilder.java | 1254 public void resetToOffset(int newOffset) { in resetToOffset() method in CollationDataBuilder.DataBuilderCollationIterator
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | IterCollationIterator.java | 32 public void resetToOffset(int newOffset) { in resetToOffset() method in IterCollationIterator
|
D | FCDIterCollationIterator.java | 34 public void resetToOffset(int newOffset) { in resetToOffset() method in FCDIterCollationIterator 35 super.resetToOffset(newOffset); in resetToOffset()
|
D | UTF16CollationIterator.java | 54 public void resetToOffset(int newOffset) { in resetToOffset() method in UTF16CollationIterator
|
D | FCDUTF16CollationIterator.java | 74 public void resetToOffset(int newOffset) { in resetToOffset() method in FCDUTF16CollationIterator
|
D | CollationIterator.java | 235 public abstract void resetToOffset(int newOffset); in resetToOffset() method in CollationIterator
|
D | CollationDataBuilder.java | 1255 public void resetToOffset(int newOffset) { in resetToOffset() method in CollationDataBuilder.DataBuilderCollationIterator
|
/external/icu/icu4j/ |
D | coverage-exclusion.txt | 64 com/ibm/icu/impl/coll/CollationDataBuilder$DataBuilderCollationIterator#resetToOffset:(I)V
|