Home | History | Annotate | Download | only in JAJP

Lines Matching full:composingtext

26 import jp.co.omronsoft.openwnn.ComposingText;
311 * Set the search key and the search mode from {@link ComposingText}.
317 private int setSearchKey(ComposingText text, int maxLen) {
318 String input = text.toString(ComposingText.LAYER1);
333 mInputRomaji = text.toString(ComposingText.LAYER0);
378 public int predict(ComposingText text, int minLen, int maxLen) {
410 public int convert(ComposingText text) {
419 int cursor = text.getCursor(ComposingText.LAYER1);
424 input = text.toString(ComposingText.LAYER1, 0, cursor - 1);
432 input = text.toString(ComposingText.LAYER1, cursor, text.size(ComposingText.LAYER1) - 1);
435 input = text.toString(ComposingText.LAYER1);
460 text.setCursor(ComposingText.LAYER2, text.size(ComposingText.LAYER2));
461 text.replaceStrSegment(ComposingText.LAYER2, ss,
462 text.getCursor(ComposingText.LAYER2));