Searched refs:otherIter (Results 1 – 4 of 4) sorted by relevance
111 Iterator<Annotation> otherIter = other.annotations.values().iterator(); in compareTo() local113 while (thisIter.hasNext() && otherIter.hasNext()) { in compareTo()115 Annotation otherOne = otherIter.next(); in compareTo()125 } else if (otherIter.hasNext()) { in compareTo()
105 Iterator<NameValuePair> otherIter = other.elements.values().iterator(); in compareTo() local107 while (thisIter.hasNext() && otherIter.hasNext()) { in compareTo()109 NameValuePair otherOne = otherIter.next(); in compareTo()119 } else if (otherIter.hasNext()) { in compareTo()
301 Iterator<Trie2.Range> otherIter = OtherTrie.iterator(); in equals() local303 if (otherIter.hasNext() == false) { in equals()306 rangeFromOther = otherIter.next(); in equals()311 if (otherIter.hasNext()) { in equals()
363 const UTF16CollationIterator *otherIter = in operator =() local365 if(otherIter != NULL) { in operator =()366 newIter = new UTF16CollationIterator(*otherIter, string_.getBuffer()); in operator =()