HomeSort by relevance Sort by last modified time
    Searched refs:resetToOffset (Results 1 - 25 of 27) sorted by null

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
IterCollationIterator.java 30 public void resetToOffset(int newOffset) {
UTF16CollationIterator.java 52 public void resetToOffset(int newOffset) {
FCDIterCollationIterator.java 32 public void resetToOffset(int newOffset) {
33 super.resetToOffset(newOffset);
FCDUTF16CollationIterator.java 62 public void resetToOffset(int newOffset) {
CollationIterator.java 227 public abstract void resetToOffset(int newOffset);
    [all...]
CollationDataBuilder.java     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
IterCollationIterator.java 28 public void resetToOffset(int newOffset) {
UTF16CollationIterator.java 50 public void resetToOffset(int newOffset) {
FCDIterCollationIterator.java 30 public void resetToOffset(int newOffset) {
31 super.resetToOffset(newOffset);
FCDUTF16CollationIterator.java 60 public void resetToOffset(int newOffset) {
CollationIterator.java 225 public abstract void resetToOffset(int newOffset);
    [all...]
CollationDataBuilder.java     [all...]
  /external/icu/icu4c/source/i18n/
uitercollationiterator.h 39 virtual void resetToOffset(int32_t newOffset);
71 virtual void resetToOffset(int32_t newOffset);
utf8collationiterator.h 40 virtual void resetToOffset(int32_t newOffset);
87 virtual void resetToOffset(int32_t newOffset);
utf16collationiterator.h 45 virtual void resetToOffset(int32_t newOffset);
98 virtual void resetToOffset(int32_t newOffset);
coleitr.cpp 175 iter_->resetToOffset(string_.length());
222 iter_ ->resetToOffset(0);
250 iter_->resetToOffset(lastSafeOffset);
262 iter_->resetToOffset(newOffset);
uitercollationiterator.cpp 32 UIterCollationIterator::resetToOffset(int32_t newOffset) {
87 FCDUIterCollationIterator::resetToOffset(int32_t newOffset) {
88 UIterCollationIterator::resetToOffset(newOffset);
utf16collationiterator.cpp 47 UTF16CollationIterator::resetToOffset(int32_t newOffset) {
189 FCDUTF16CollationIterator::resetToOffset(int32_t newOffset) {
utf8collationiterator.cpp 32 UTF8CollationIterator::resetToOffset(int32_t newOffset) {
132 FCDUTF8CollationIterator::resetToOffset(int32_t newOffset) {
collationiterator.h 105 virtual void resetToOffset(int32_t newOffset) = 0;
collationdatabuilder.cpp 132 virtual void resetToOffset(int32_t newOffset);
209 DataBuilderCollationIterator::resetToOffset(int32_t newOffset) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CollationElementIterator.java 372 iter_.resetToOffset(string_.length());
422 iter_ .resetToOffset(0);
468 iter_.resetToOffset(lastSafeOffset);
479 iter_.resetToOffset(newOffset);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollationElementIterator.java 383 iter_.resetToOffset(string_.length());
435 iter_ .resetToOffset(0);
482 iter_.resetToOffset(lastSafeOffset);
493 iter_.resetToOffset(newOffset);
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 338 milliseconds

1 2