HomeSort by relevance Sort by last modified time
    Searched full:composingtext (Results 1 - 17 of 17) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 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)
    [all...]
RomkanFullKatakana.java 20 import jp.co.omronsoft.openwnn.ComposingText;
155 public boolean convert(ComposingText text) {
166 public static boolean convert(ComposingText text, HashMap<String, String> table) {
196 text.replaceStrSegment(ComposingText.LAYER1, out, MAX_LENGTH - start);
Romkan.java 162 public boolean convert(ComposingText text) {
192 text.replaceStrSegment(ComposingText.LAYER1, out, MAX_LENGTH - start);