Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnDictionaryImplJni.java351 public static final native int setRightPartOfSpeech( long work, int partOfSpeech ); in setRightPartOfSpeech() method in OpenWnnDictionaryImplJni
DOpenWnnDictionaryImpl.java608 OpenWnnDictionaryImplJni.setRightPartOfSpeech( this.mWnnWork, wnnWord.partOfSpeech.right ); in searchWord()