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

  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java 26 import com.android.inputmethod.latin.utils.CombinedFormatUtils;
62 "^" + CombinedFormatUtils.DICTIONARY_TAG + "=[^:]+(:[^=]+=[^:]+)*");
106 if (args[0].matches(CombinedFormatUtils.WORD_TAG + "=.*")) {
120 if (CombinedFormatUtils.WORD_TAG.equals(params[0])) {
122 } else if (CombinedFormatUtils.PROBABILITY_TAG.equals(params[0])) {
126 } else if (CombinedFormatUtils.HISTORICAL_INFO_TAG.equals(params[0])) {
128 params[1].split(CombinedFormatUtils.HISTORICAL_INFO_SEPARATOR);
136 } else if (CombinedFormatUtils.NOT_A_WORD_TAG.equals(params[0])) {
140 } else if (args[0].matches(CombinedFormatUtils.SHORTCUT_TAG + "=.*")) {
146 if (CombinedFormatUtils.SHORTCUT_TAG.equals(params[0]))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
ProbabilityInfo.java 21 import com.android.inputmethod.latin.utils.CombinedFormatUtils;
77 return CombinedFormatUtils.formatProbabilityInfo(this);
WordProperty.java 21 import com.android.inputmethod.latin.utils.CombinedFormatUtils;
165 return CombinedFormatUtils.formatWordProperty(this);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CombinedFormatUtils.java 26 public class CombinedFormatUtils {
  /packages/inputmethods/LatinIME/tools/dicttool/
Android.mk 59 latin/utils/CombinedFormatUtils.java \
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 30 import com.android.inputmethod.latin.utils.CombinedFormatUtils;
679 Log.d(TAG, CombinedFormatUtils.formatAttributeMap(

Completed in 174 milliseconds