Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnDictionaryImplJni.java284 public static final native int getRightPartOfSpeech( long work ); in getRightPartOfSpeech() method in OpenWnnDictionaryImplJni
DOpenWnnDictionaryImpl.java688 … result.partOfSpeech.right = OpenWnnDictionaryImplJni.getRightPartOfSpeech( this.mWnnWork ); in getNextWord()