Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DXmlDictInputOutput.java53 private static final String BIGRAM_TAG = "bigram"; field in XmlDictInputOutput
368 destination.write(" <" + BIGRAM_TAG + " " + PROBABILITY_ATTR + "=\"" in writeDictionaryXml()
370 + "</" + BIGRAM_TAG + ">\n"); in writeDictionaryXml()
DCombinedInputOutput.java159 } else if (args[0].matches(CombinedFormatUtils.BIGRAM_TAG + "=.*")) { in readDictionaryCombined()
165 if (CombinedFormatUtils.BIGRAM_TAG.equals(params[0])) { in readDictionaryCombined()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCombinedFormatUtils.java28 public static final String BIGRAM_TAG = "bigram"; field in CombinedFormatUtils
80 builder.append(" " + BIGRAM_TAG + "=" + bigram.mWord); in formatWordProperty()