Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSpacingAndPunctuations.java34 private final int[] mSortedSymbolsClusteringTogether; field in SpacingAndPunctuations
53 mSortedSymbolsClusteringTogether = StringUtils.toSortedCodePointArray( in SpacingAndPunctuations()
82 mSortedSymbolsClusteringTogether = model.mSortedSymbolsClusteringTogether; in SpacingAndPunctuations()
116 return Arrays.binarySearch(mSortedSymbolsClusteringTogether, code) >= 0; in isClusteringSymbol()