Home
last modified time | relevance | path

Searched refs:ComposingText (Results 1 – 12 of 12) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnJAJP.java467 mComposingText = new ComposingText(); in OpenWnnJAJP()
633 if ((mComposingText.size(ComposingText.LAYER1) != 0) in onUpdateSelection()
648 if (isNotComposing && (mComposingText.size(ComposingText.LAYER1) != 0)) { in onUpdateSelection()
750 mComposingText.setCursor(ComposingText.LAYER1, in onEvent()
751 mComposingText.toString(ComposingText.LAYER1).length()); in onEvent()
1003 int cursor = mComposingText.getCursor(ComposingText.LAYER1); in onEvent()
1005 … String prevChar = mComposingText.getStrSegment(ComposingText.LAYER1, cursor - 1).string; in onEvent()
1008 mComposingText.delete(ComposingText.LAYER1, false); in onEvent()
1019 int cursor = mComposingText.getCursor(ComposingText.LAYER1); in onEvent()
1023 … String search = mComposingText.getStrSegment(ComposingText.LAYER1, cursor - 1).string; in onEvent()
[all …]
DWnnEngine.java61 public int predict(ComposingText text, int minLen, int maxLen); in predict()
76 public int convert(ComposingText text); in convert()
DSymbolList.java189 public int predict(ComposingText text, int minLen, int maxLen) { in predict()
202 public int convert(ComposingText text) { in convert()
DLetterConverter.java41 public boolean convert(ComposingText text); in convert()
DComposingText.java34 public class ComposingText { class
68 public ComposingText() { in ComposingText() method in ComposingText
DOpenWnnEN.java167 mComposingText = new ComposingText(); in OpenWnnEN()
450 updateComposingText(ComposingText.LAYER1); in onEvent()
DOpenWnn.java57 protected ComposingText mComposingText = null;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DOpenWnnEngineJAJP.java26 import jp.co.omronsoft.openwnn.ComposingText;
317 private int setSearchKey(ComposingText text, int maxLen) { in setSearchKey()
318 String input = text.toString(ComposingText.LAYER1); in setSearchKey()
333 mInputRomaji = text.toString(ComposingText.LAYER0); in setSearchKey()
378 public int predict(ComposingText text, int minLen, int maxLen) { in predict()
410 public int convert(ComposingText text) { in convert()
419 int cursor = text.getCursor(ComposingText.LAYER1); in convert()
424 input = text.toString(ComposingText.LAYER1, 0, cursor - 1); in convert()
432 … input = text.toString(ComposingText.LAYER1, cursor, text.size(ComposingText.LAYER1) - 1); in convert()
435 input = text.toString(ComposingText.LAYER1); in convert()
[all …]
DRomkanFullKatakana.java20 import jp.co.omronsoft.openwnn.ComposingText;
155 public boolean convert(ComposingText text) { in convert()
166 public static boolean convert(ComposingText text, HashMap<String, String> table) { in convert()
196 text.replaceStrSegment(ComposingText.LAYER1, out, MAX_LENGTH - start); in convert()
DRomkan.java162 public boolean convert(ComposingText text) { in convert()
192 text.replaceStrSegment(ComposingText.LAYER1, out, MAX_LENGTH - start); in convert()
DRomkanHalfKatakana.java147 public boolean convert(ComposingText text) { in convert()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DOpenWnnEngineEN.java252 public int predict(ComposingText text, int minLen, int maxLen) { in predict()
283 public int convert(ComposingText text) { in convert()