Home
last modified time | relevance | path

Searched refs:SHORTCUT_TAG (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DXmlDictInputOutput.java54 private static final String SHORTCUT_TAG = "shortcut"; field in XmlDictInputOutput
359 destination.write(" <" + SHORTCUT_TAG + " " + PROBABILITY_ATTR + "=\"" in writeDictionaryXml()
360 + target.getProbability() + "\">" + target.mWord + "</" + SHORTCUT_TAG in writeDictionaryXml()
DCombinedInputOutput.java140 } else if (args[0].matches(CombinedFormatUtils.SHORTCUT_TAG + "=.*")) { in readDictionaryCombined()
146 if (CombinedFormatUtils.SHORTCUT_TAG.equals(params[0])) { in readDictionaryCombined()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCombinedFormatUtils.java29 public static final String SHORTCUT_TAG = "shortcut"; field in CombinedFormatUtils
72 builder.append(" " + SHORTCUT_TAG + "=" + shortcutTarget.mWord); in formatWordProperty()