Home
last modified time | relevance | path

Searched refs:othertrie (Results 1 – 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTrie.java109 Trie othertrie = (Trie)other; in equals() local
110 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()
DIntTrie.java231 IntTrie othertrie = (IntTrie)other; in equals() local
232 if (m_initialValue_ != othertrie.m_initialValue_ in equals()
233 || !Arrays.equals(m_data_, othertrie.m_data_)) { in equals()
DCharTrie.java222 CharTrie othertrie = (CharTrie)other; in equals() local
223 return m_initialValue_ == othertrie.m_initialValue_; in equals()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie.java107 Trie othertrie = (Trie)other; in equals() local
108 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()
DIntTrie.java230 IntTrie othertrie = (IntTrie)other; in equals() local
231 if (m_initialValue_ != othertrie.m_initialValue_ in equals()
232 || !Arrays.equals(m_data_, othertrie.m_data_)) { in equals()
DCharTrie.java221 CharTrie othertrie = (CharTrie)other; in equals() local
222 return m_initialValue_ == othertrie.m_initialValue_; in equals()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...