OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mUsesGermanRules
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SpacingAndPunctuations.java
42
public final boolean
mUsesGermanRules
;
66
mUsesGermanRules
= Locale.GERMAN.getLanguage().equals(locale.getLanguage());
85
mUsesGermanRules
= model.
mUsesGermanRules
;
136
sb.append("\n
mUsesGermanRules
= ");
137
sb.append("" +
mUsesGermanRules
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java
157
if (spacingAndPunctuations.
mUsesGermanRules
) {
274
} else if (Character.isDigit(c) && spacingAndPunctuations.
mUsesGermanRules
) {
Completed in 822 milliseconds