OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lpi_cache_len_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
lpicache.cpp
26
lpi_cache_len_
= new uint16[kFullSplIdStart];
28
assert(NULL !=
lpi_cache_len_
);
30
lpi_cache_len_
[id] = 0;
37
if (NULL !=
lpi_cache_len_
)
38
delete []
lpi_cache_len_
;
52
return
lpi_cache_len_
[splid] != 0;
65
lpi_cache_len_
[splid] = num;
71
if (lpi_max >
lpi_cache_len_
[splid])
72
lpi_max =
lpi_cache_len_
[splid];
/packages/inputmethods/PinyinIME/jni/include/
lpicache.h
33
uint16 *
lpi_cache_len_
;
member in class:ime_pinyin::LpiCache
Completed in 441 milliseconds