Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnDictionaryImplJni.java428 public static final native int getRightPartOfSpeechSpecifiedType( long work, int type ); in getRightPartOfSpeechSpecifiedType() method in OpenWnnDictionaryImplJni
DOpenWnnDictionaryImpl.java812 … result.right = OpenWnnDictionaryImplJni.getRightPartOfSpeechSpecifiedType( this.mWnnWork, type ); in getPOS()