Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnDictionaryImpl.java66 protected static final String COLUMN_NAME_POS_RIGHT = "posRight"; field in OpenWnnDictionaryImpl
81 COLUMN_NAME_POS_RIGHT + "," +
91 COLUMN_NAME_POS_RIGHT + "," +
306 COLUMN_NAME_POS_RIGHT + " integer, " + in createDictionaryTable()
901 … content.put( COLUMN_NAME_POS_RIGHT, word[index].partOfSpeech.right ); in addWordToUserDictionary()
1068 content.put( COLUMN_NAME_POS_RIGHT, word.partOfSpeech.right ); in learnWord()