mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 11:14:22 +00:00
ICU-1875
review updates X-SVN-Rev: 9624
This commit is contained in:
parent
1cdc310a95
commit
2edf803e9e
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/impl/CharTrie.java,v $
|
||||
* $Date: 2002/04/25 22:19:25 $
|
||||
* $Revision: 1.5 $
|
||||
* $Date: 2002/08/08 22:43:05 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
******************************************************************************
|
||||
*/
|
||||
|
@ -148,7 +148,7 @@ public class CharTrie extends Trie
|
|||
*/
|
||||
public final char getLatin1LinearValue(char ch)
|
||||
{
|
||||
return m_data_[INDEX_STAGE_3_MASK_ + 1 + ch];
|
||||
return m_data_[INDEX_STAGE_3_MASK_ + 1 + m_dataOffset_ + ch];
|
||||
}
|
||||
|
||||
// protected methods -----------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue