OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spl_ym_ids_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp
58
spl_ym_ids_
= NULL;
86
if (NULL !=
spl_ym_ids_
)
87
delete []
spl_ym_ids_
;
403
if (
spl_ym_ids_
)
404
delete
spl_ym_ids_
;
405
spl_ym_ids_
= new uint8[spelling_num_ + kFullSplIdStart];
406
if (NULL ==
spl_ym_ids_
)
409
memset(
spl_ym_ids_
, 0, sizeof(uint8) * (spelling_num_ + kFullSplIdStart));
417
spl_ym_ids_
[id] = ym_id;
420
spl_ym_ids_
[id] = 0
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h
77
// so that
spl_ym_ids_
[splid] is the Yunmu id of the splid.
78
uint8 *
spl_ym_ids_
;
member in class:ime_pinyin::SpellingTrie
Completed in 93 milliseconds