Searched refs:WORD_SEPARATORS (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
H A DStringUtilsTests.java338 private static final int[] WORD_SEPARATORS = StringUtils.toSortedCodePointArray(" \n.!?*,();&"); field in class:StringUtilsTests
361 "Rest\nRecreation! And In The End...", WORD_SEPARATORS, Locale.ENGLISH);
363 WORD_SEPARATORS, Locale.ENGLISH);
365 WORD_SEPARATORS, Locale.ENGLISH);
367 WORD_SEPARATORS, Locale.ENGLISH);

Completed in 121 milliseconds