OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxLpiCachePerId
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
lpicache.cpp
25
lpi_cache_ = new LmaPsbItem[kFullSplIdStart *
kMaxLpiCachePerId
];
57
uint16 num =
kMaxLpiCachePerId
;
61
LmaPsbItem *lpi_cache_this = lpi_cache_ + splid *
kMaxLpiCachePerId
;
74
LmaPsbItem *lpi_cache_this = lpi_cache_ + splid *
kMaxLpiCachePerId
;
/packages/inputmethods/PinyinIME/jni/include/
lpicache.h
30
static const int
kMaxLpiCachePerId
= 15;
Completed in 1274 milliseconds