Home
last modified time | relevance | path

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

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