Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DDefaultSoftKeyboardJAJP.java1096 HashMap hashTable = null; in getReplaceTable() local
1099 hashTable = JP_FULL_HIRAGANA_REPLACE_TABLE; in getReplaceTable()
1102 hashTable = JP_FULL_KATAKANA_REPLACE_TABLE; in getReplaceTable()
1106 hashTable = JP_FULL_ALPHABET_REPLACE_TABLE; in getReplaceTable()
1115 hashTable = JP_HALF_ALPHABET_REPLACE_TABLE; in getReplaceTable()
1119 hashTable = JP_HALF_KATAKANA_REPLACE_TABLE; in getReplaceTable()
1125 return hashTable; in getReplaceTable()