Searched refs:WORD_SEPARATOR (Results 1 – 2 of 2) sorted by relevance
184 public static final String WORD_SEPARATOR = " "; field in Constants
506 final String[] words = suggestion.split(Constants.WORD_SEPARATOR); in addToUserHistory()