OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isUsuallyPrecededBySpace
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SpacingAndPunctuations.java
47
// To be able to binary search the code point. See {@link #
isUsuallyPrecededBySpace
(int)}.
107
public boolean
isUsuallyPrecededBySpace
(final int code) {
SettingsValues.java
261
public boolean
isUsuallyPrecededBySpace
(final int code) {
262
return mSpacingAndPunctuations.
isUsuallyPrecededBySpace
(code);
Completed in 39 milliseconds