Home
last modified time | relevance | path

Searched refs:otherIter (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTrie2.java296 Iterator<Trie2.Range> otherIter = OtherTrie.iterator(); in equals() local
298 if (otherIter.hasNext() == false) { in equals()
301 rangeFromOther = otherIter.next(); in equals()
306 if (otherIter.hasNext()) { in equals()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie2.java294 Iterator<Trie2.Range> otherIter = OtherTrie.iterator(); in equals() local
296 if (otherIter.hasNext() == false) { in equals()
299 rangeFromOther = otherIter.next(); in equals()
304 if (otherIter.hasNext()) { in equals()
/external/icu/icu4c/source/i18n/
Dcoleitr.cpp366 const UTF16CollationIterator *otherIter = in operator =() local
368 if(otherIter != NULL) { in operator =()
369 newIter = new UTF16CollationIterator(*otherIter, string_.getBuffer()); in operator =()