OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WORD2_TO_TYPE
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTestsNonEnglish.java
38
final String
WORD2_TO_TYPE
= "!";
43
type(
WORD2_TO_TYPE
);
InputLogicTests.java
244
final String
WORD2_TO_TYPE
= "is";
248
type(
WORD2_TO_TYPE
);
254
final String
WORD2_TO_TYPE
= "!";
258
type(
WORD2_TO_TYPE
);
277
final String
WORD2_TO_TYPE
= " is";
281
type(
WORD2_TO_TYPE
);
PunctuationTests.java
64
final String
WORD2_TO_TYPE
= "is";
71
type(
WORD2_TO_TYPE
);
Completed in 707 milliseconds