OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOT_A_SEPARATOR
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LastComposedWord.java
47
public static final String
NOT_A_SEPARATOR
= "";
62
NOT_A_SEPARATOR
, null, WordComposer.CAPS_MODE_OFF);
LatinIME.java
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java
195
commitTyped(settingsValues, LastComposedWord.
NOT_A_SEPARATOR
);
323
LastComposedWord.
NOT_A_SEPARATOR
);
519
commitCurrentAutoCorrection(settingsValues, LastComposedWord.
NOT_A_SEPARATOR
,
522
commitTyped(settingsValues, LastComposedWord.
NOT_A_SEPARATOR
);
[
all
...]
Completed in 157 milliseconds