Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DNgramContextUtils.java34 private static final Pattern NEWLINE_REGEX = Pattern.compile("[\\r\\n]+"); field in NgramContextUtils
62 final String[] lines = NEWLINE_REGEX.split(prev); in getNgramContextFromNthPreviousWord()