Searched refs:wnnWord (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DWnnDictionary.java231 * For using link search function, specify the {@code wnnWord} as previous word and
239 * @param wnnWord The previous word
244 public int searchWord(int operation, int order, String keyString, WnnWord wnnWord );
H A DOpenWnnDictionaryImpl.java413 * @param wnnWord The previous word for link search
417 protected void createQuery( String keyString, WnnWord wnnWord, int operation, int order) { argument
423 wnnWord = null;
440 if( wnnWord != null ) {
452 if( wnnWord != null ) {
465 if( wnnWord != null ) {
474 queryArgs[ 0 ] = wnnWord.stroke;
475 queryArgs[ 1 ] = wnnWord.candidate;
580 public int searchWord( int operation, int order, String keyString, WnnWord wnnWord ) {
581 if( wnnWord
[all...]

Completed in 84 milliseconds