Home
last modified time | relevance | path

Searched refs:DICTIONARY_TAG (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCombinedFormatUtils.java27 public static final String DICTIONARY_TAG = "dictionary"; field in CombinedFormatUtils
40 builder.append(DICTIONARY_TAG + "="); in formatAttributeMap()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DCombinedInputOutput.java62 "^" + CombinedFormatUtils.DICTIONARY_TAG + "=[^:]+(:[^=]+=[^:]+)*"); in isCombinedDictionary()