Home
last modified time | relevance | path

Searched refs:wordsToType (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DPunctuationTests.java186 final String[] wordsToType = partToType.split("(?<=\\w)(?!\\w)|(?<!\\w)(?=\\w)"); in testAutoSpaceWithDoubleQuotes() local
187 for (final String wordToType : wordsToType) { in testAutoSpaceWithDoubleQuotes()