Searched refs:WORD_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
51 private static final String WORD_SEPARATOR = "->"; //$NON-NLS-1$ field in TypoLookup324 int end = line.indexOf(WORD_SEPARATOR); in writeDatabase()329 String replacements = line.substring(end + WORD_SEPARATOR.length()).trim(); in writeDatabase()