OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPrimaryCharAt
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/src/
proximity_info.h
55
unsigned short
getPrimaryCharAt
(const int index) const;
proximity_info.cpp
128
mPrimaryInputWord[i] =
getPrimaryCharAt
(i);
190
unsigned short ProximityInfo::
getPrimaryCharAt
(const int index) const {
207
const int currentChar =
getPrimaryCharAt
(index);
unigram_dictionary.cpp
373
const unsigned short userTypedChar = mProximityInfo->
getPrimaryCharAt
(inputIndex);
449
inWord[i] = (uint16_t)mProximityInfo->
getPrimaryCharAt
(startInputIndex + i);
[
all
...]
Completed in 33 milliseconds