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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CombinedFormatUtils.java 34 public static final String WORD_TAG = "word";
59 builder.append(" " + WORD_TAG + "=" + wordProperty.mWord);
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java 107 if (args[0].matches(CombinedFormatUtils.WORD_TAG + "=.*")) {
123 case CombinedFormatUtils.WORD_TAG:

Completed in 98 milliseconds