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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DLetterConverter.java41 public boolean convert(ComposingText text);
H A DWnnEngine.java61 public int predict(ComposingText text, int minLen, int maxLen);
70 * The result of conversion is set into the layer 2 in the {@link ComposingText}.
76 public int convert(ComposingText text);
97 * After {@link #predict(ComposingText, int, int)} or {@link #makeCandidateListOf(int)} or
100 * frequency order for {@link #predict(ComposingText, int, int)} and
182 * conversion({@link #convert(ComposingText)}).
H A DOpenWnnJAJP.java364 /** Target layer of the {@link ComposingText} */
467 mComposingText = new ComposingText();
633 if ((mComposingText.size(ComposingText.LAYER1) != 0)
648 if (isNotComposing && (mComposingText.size(ComposingText.LAYER1) != 0)) {
750 mComposingText.setCursor(ComposingText.LAYER1,
751 mComposingText.toString(ComposingText.LAYER1).length());
1003 int cursor = mComposingText.getCursor(ComposingText.LAYER1);
1005 String prevChar = mComposingText.getStrSegment(ComposingText.LAYER1, cursor - 1).string;
1008 mComposingText.delete(ComposingText.LAYER1, false);
1019 int cursor = mComposingText.getCursor(ComposingText
[all...]
H A DSymbolList.java189 public int predict(ComposingText text, int minLen, int maxLen) {
202 public int convert(ComposingText text) {
H A DComposingText.java34 public class ComposingText { class
68 public ComposingText() { method in class:ComposingText
82 Log.d("OpenWnn", "ComposingText["+i+"]");
H A DOpenWnnEN.java167 mComposingText = new ComposingText();
450 updateComposingText(ComposingText.LAYER1);
H A DOpenWnn.java57 protected ComposingText mComposingText = null;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DOpenWnnEngineJAJP.java26 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
[all...]
H A DRomkanFullKatakana.java20 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);
H A DRomkan.java162 public boolean convert(ComposingText text) {
192 text.replaceStrSegment(ComposingText.LAYER1, out, MAX_LENGTH - start);
H A DRomkanHalfKatakana.java147 public boolean convert(ComposingText text) {
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DOpenWnnEngineEN.java252 public int predict(ComposingText text, int minLen, int maxLen) {
283 public int convert(ComposingText text) {

Completed in 89 milliseconds