Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSpacingAndPunctuations.java33 private final int[] mSortedSymbolsFollowedBySpace; field in SpacingAndPunctuations
51 mSortedSymbolsFollowedBySpace = StringUtils.toSortedCodePointArray( in SpacingAndPunctuations()
81 mSortedSymbolsFollowedBySpace = model.mSortedSymbolsFollowedBySpace; in SpacingAndPunctuations()
112 return Arrays.binarySearch(mSortedSymbolsFollowedBySpace, code) >= 0; in isUsuallyFollowedBySpace()
136 sb.append("" + Arrays.toString(mSortedSymbolsFollowedBySpace)); in dump()