HomeSort by relevance Sort by last modified time
    Searched full:msortedsentenceterminators (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SpacingAndPunctuations.java 40 private final int[] mSortedSentenceTerminators;
60 mSortedSentenceTerminators = StringUtils.toSortedCodePointArray(
85 mSortedSentenceTerminators = model.mSortedSentenceTerminators;
120 return Arrays.binarySearch(mSortedSentenceTerminators, code) >= 0;

Completed in 413 milliseconds