< prev index next >

src/java.base/share/classes/sun/text/normalizer/Trie.java

Print this page

        

*** 169,179 **** */ protected static final int SURROGATE_MASK_ = 0x3FF; /** * Index or UTF16 characters */ ! protected char m_index_[]; /** * Internal TrieValue which handles the parsing of the data value. * This class is to be implemented by the user */ protected DataManipulate m_dataManipulate_; --- 169,179 ---- */ protected static final int SURROGATE_MASK_ = 0x3FF; /** * Index or UTF16 characters */ ! protected char[] m_index_; /** * Internal TrieValue which handles the parsing of the data value. * This class is to be implemented by the user */ protected DataManipulate m_dataManipulate_;
< prev index next >