Searched refs:SHORTCUT_TAG (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DCombinedInputOutput.java47 private static final String SHORTCUT_TAG = "shortcut"; field in class:CombinedInputOutput
153 } else if (args[0].matches(SHORTCUT_TAG + "=.*")) {
159 if (SHORTCUT_TAG.equals(params[0])) {
235 destination.write(" " + SHORTCUT_TAG + "=" + target.mWord + ","
H A DXmlDictInputOutput.java54 private static final String SHORTCUT_TAG = "shortcut"; field in class:XmlDictInputOutput
382 destination.write(" <" + SHORTCUT_TAG + " " + FREQUENCY_ATTR + "=\""
383 + target.mFrequency + "\">" + target.mWord + "</" + SHORTCUT_TAG

Completed in 70 milliseconds