Searched refs:wordToType (Results 1 – 2 of 2) sorted by relevance
187 for (final String wordToType : wordsToType) { in testAutoSpaceWithDoubleQuotes()188 type(wordToType); in testAutoSpaceWithDoubleQuotes()189 if (wordToType.matches("^\\w+$")) { in testAutoSpaceWithDoubleQuotes()192 pickSuggestionManually(wordToType); in testAutoSpaceWithDoubleQuotes()
462 private void helperTestComposing(final String wordToType, final boolean shouldBeComposing) { in helperTestComposing() argument464 type(wordToType); in helperTestComposing()467 assertEquals("start composing inside text", shouldBeComposing ? wordToType.length() : -1, in helperTestComposing()