Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnDictionaryImplJni.java212 … public static final native int setDictionaryParameter( long work, int index, int base, int high ); in setDictionaryParameter() method in OpenWnnDictionaryImplJni
DOpenWnnDictionaryImpl.java402 … return OpenWnnDictionaryImplJni.setDictionaryParameter( this.mWnnWork, index, base, high ); in setDictionary()