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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Constants.java 180 public static final String WORD_SEPARATOR = " ";
DictionaryFacilitator.java 411 final String[] words = suggestion.split(Constants.WORD_SEPARATOR);
626 final String subPhraseStr = TextUtils.join(Constants.WORD_SEPARATOR, subPhrase);