OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preserveCase
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyOutput.java
45
abstract ExpectedKeyOutput
preserveCase
();
73
ExpectedKeyOutput
preserveCase
() {
110
ExpectedKeyOutput
preserveCase
() { return this; }
128
ExpectedKeyOutput
preserveCase
() {
166
ExpectedKeyOutput
preserveCase
() { return this; }
ExpectedKeyVisual.java
43
abstract ExpectedKeyVisual
preserveCase
();
76
ExpectedKeyVisual
preserveCase
() {
142
ExpectedKeyVisual
preserveCase
() {
190
ExpectedKeyVisual
preserveCase
() { return this; }
ExpectedKey.java
151
public ExpectedKey
preserveCase
() {
157
moreKey.getVisual().
preserveCase
(), moreKey.getOutput().
preserveCase
());
160
getVisual().
preserveCase
(), getOutput().
preserveCase
(), casePreservedMoreKeys);
AbstractLayoutBase.java
168
key(".com", joinMoreKeys(".net", ".org", ".gov", ".edu")).
preserveCase
();
/external/smali/util/src/main/java/org/jf/util/
ClassFileNameHandler.java
252
@Nonnull public String getNormalizedName(boolean
preserveCase
) {
254
if (!
preserveCase
&& parent != null && !parent.isCaseSensitive()) {
Completed in 174 milliseconds