OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStackInputIndex
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
unigram_dictionary.h
139
int
mStackInputIndex
[MAX_WORD_LENGTH_INTERNAL];// TODO: remove
unigram_dictionary.cpp
525
mStackInputIndex
[0] = 0;
531
int inputIndex =
mStackInputIndex
[depth];
559
mStackInputIndex
[depth] = inputIndex;
[
all
...]
Completed in 727 milliseconds