Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnDictionaryImplJni.java342 public static final native int setLeftPartOfSpeech( long work, int partOfSpeech ); in setLeftPartOfSpeech() method in OpenWnnDictionaryImplJni
DOpenWnnDictionaryImpl.java607 OpenWnnDictionaryImplJni.setLeftPartOfSpeech( this.mWnnWork, wnnWord.partOfSpeech.left ); in searchWord()