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 + "=[^:]+(:[^=]+=[^:]+)*");
107 if (args[0].matches(CombinedFormatUtils.WORD_TAG + "=.*")) {
123 case CombinedFormatUtils.WORD_TAG:
126 case CombinedFormatUtils.PROBABILITY_TAG:
131 case CombinedFormatUtils.HISTORICAL_INFO_TAG:
133 CombinedFormatUtils.HISTORICAL_INFO_SEPARATOR);
143 case CombinedFormatUtils.NOT_A_WORD_TAG:
144 isNotAWord = CombinedFormatUtils.isLiteralTrue(params[1]);
146 case CombinedFormatUtils.POSSIBLY_OFFENSIVE_TAG
    [all...]

Completed in 195 milliseconds