OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentChars
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
proximity_info.cpp
221
//
currentChars
is an array containing the keys close to the character the
233
const int *
currentChars
= getProximityCharsAt(index);
234
const int firstChar =
currentChars
[0];
253
while (j < MAX_PROXIMITY_CHARS_SIZE &&
currentChars
[j] > 0) {
254
const bool matched = (
currentChars
[j] == baseLowerC ||
currentChars
[j] == c);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java
279
final int[]
currentChars
;
281
currentChars
= null;
283
currentChars
= mCodes[inputIndex];
293
if (completion ||
currentChars
== null) {
312
&&
currentChars
[0] != Keyboard.CODE_SINGLE_QUOTE) || depth == skipPos) {
321
final int alternativesSize = skipPos >= 0? 1 :
currentChars
.length;
324
final int currentChar =
currentChars
[j];
[
all
...]
Completed in 1442 milliseconds