Searched refs:othertrie (Results 1 – 6 of 6) sorted by relevance
109 Trie othertrie = (Trie)other; in equals() local110 return m_isLatin1Linear_ == othertrie.m_isLatin1Linear_ in equals()111 && m_options_ == othertrie.m_options_ in equals()112 && m_dataLength_ == othertrie.m_dataLength_ in equals()113 && Arrays.equals(m_index_, othertrie.m_index_); in equals()
231 IntTrie othertrie = (IntTrie)other; in equals() local232 if (m_initialValue_ != othertrie.m_initialValue_ in equals()233 || !Arrays.equals(m_data_, othertrie.m_data_)) { in equals()
222 CharTrie othertrie = (CharTrie)other; in equals() local223 return m_initialValue_ == othertrie.m_initialValue_; in equals()
107 Trie othertrie = (Trie)other; in equals() local108 return m_isLatin1Linear_ == othertrie.m_isLatin1Linear_ in equals()109 && m_options_ == othertrie.m_options_ in equals()110 && m_dataLength_ == othertrie.m_dataLength_ in equals()111 && Arrays.equals(m_index_, othertrie.m_index_); in equals()
230 IntTrie othertrie = (IntTrie)other; in equals() local231 if (m_initialValue_ != othertrie.m_initialValue_ in equals()232 || !Arrays.equals(m_data_, othertrie.m_data_)) { in equals()
221 CharTrie othertrie = (CharTrie)other; in equals() local222 return m_initialValue_ == othertrie.m_initialValue_; in equals()