HomeSort by relevance Sort by last modified time
    Searched defs:CombinedFormatUtils (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CombinedFormatUtils.java 26 public class CombinedFormatUtils {
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java 26 import com.android.inputmethod.latin.utils.CombinedFormatUtils;
62 "^" + CombinedFormatUtils.DICTIONARY_TAG + "=[^:]+(:[^=]+=[^:]+)*");
106 if (args[0].matches(CombinedFormatUtils.WORD_TAG + "=.*")) {
120 if (CombinedFormatUtils.WORD_TAG.equals(params[0])) {
122 } else if (CombinedFormatUtils.PROBABILITY_TAG.equals(params[0])) {
126 } else if (CombinedFormatUtils.HISTORICAL_INFO_TAG.equals(params[0])) {
128 params[1].split(CombinedFormatUtils.HISTORICAL_INFO_SEPARATOR);
136 } else if (CombinedFormatUtils.NOT_A_WORD_TAG.equals(params[0])) {
140 } else if (args[0].matches(CombinedFormatUtils.SHORTCUT_TAG + "=.*")) {
146 if (CombinedFormatUtils.SHORTCUT_TAG.equals(params[0]))
    [all...]

Completed in 58 milliseconds