Home
last modified time | relevance | path

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

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