Home | History | Annotate | Download | only in JAJP

Lines Matching refs:clause

105      * (0:prefix search from the dictionary, 1:single clause converter, 2:Kana converter)
112 /** Converter for single/consecutive clause conversion */
121 /** Whether displaying single clause candidates or not */
124 /** A result of consecutive clause conversion */
208 /* skip to single clause conversion if single clause conversion mode */
232 /* get candidates by single clause conversion */
240 /* end of candidates by single clause conversion */
454 WnnClause clause = (WnnClause)it.next();
455 int len = clause.stroke.length();
456 ss[idx] = new StrSegmentClause(clause, pos, pos + len - 1);
562 WnnClause clause = mConvertSentence.elements.get(clausePosition);
563 mInputHiragana = clause.stroke;
564 mInputRomaji = clause.candidate;