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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CombinedFormatUtils.java 29 public static final String SHORTCUT_TAG = "shortcut";
72 builder.append(" " + SHORTCUT_TAG + "=" + shortcutTarget.mWord);
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
XmlDictInputOutput.java 54 private static final String SHORTCUT_TAG = "shortcut";
359 destination.write(" <" + SHORTCUT_TAG + " " + PROBABILITY_ATTR + "=\""
360 + target.getProbability() + "\">" + target.mWord + "</" + SHORTCUT_TAG
CombinedInputOutput.java 140 } else if (args[0].matches(CombinedFormatUtils.SHORTCUT_TAG + "=.*")) {
146 if (CombinedFormatUtils.SHORTCUT_TAG.equals(params[0])) {

Completed in 998 milliseconds