HomeSort by relevance Sort by last modified time
    Searched full:chariterator (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/libcore/icu/
NativeBreakIterator.java 36 private CharacterIterator charIterator;
41 this.charIterator = new StringCharacterIterator("");
50 clone.charIterator = this.charIterator;
64 return type == rhs.type && charIterator.equals(rhs.charIterator);
94 this.charIterator.setIndex(newLocation);
95 return this.charIterator;
128 this.charIterator = it;
  /external/chromium_org/base/i18n/
char_iterator.h 14 // The CharIterator classes iterate through the characters in UTF8 and
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 120 milliseconds