Searched refs:mSortedSymbolsFollowedBySpace (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
D | SpacingAndPunctuations.java | 33 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()
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 91395 mSortedSymbolsFollowedBySpace = [33, 38, 41, 44, 46, 58, 59, 63, 93, 125]
|