OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isCacheBorderForTyping
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h
127
AK_FORCE_INLINE bool
isCacheBorderForTyping
(const int inputSize) const {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.h
154
AK_FORCE_INLINE bool
isCacheBorderForTyping
(const int inputSize) const {
155
return mDicNodesCache.
isCacheBorderForTyping
(inputSize);
Completed in 64 milliseconds