Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSpacingAndPunctuations.java32 private final int[] mSortedSymbolsPrecededBySpace; field in SpacingAndPunctuations
48 mSortedSymbolsPrecededBySpace = StringUtils.toSortedCodePointArray( in SpacingAndPunctuations()
80 mSortedSymbolsPrecededBySpace = model.mSortedSymbolsPrecededBySpace; in SpacingAndPunctuations()
108 return Arrays.binarySearch(mSortedSymbolsPrecededBySpace, code) >= 0; in isUsuallyPrecededBySpace()
134 sb.append("" + Arrays.toString(mSortedSymbolsPrecededBySpace)); in dump()