OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_son
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
splparser.cpp
90
SpellingNode *
first_son
= node_this->
first_son
;
local
94
SpellingNode *this_son =
first_son
+ i;
219
SpellingNode *
first_son
= node_this->
first_son
;
local
223
SpellingNode *this_son =
first_son
+ i;
spellingtrie.cpp
265
free_son_trie(node->
first_son
+ pos);
268
if (NULL != node->
first_son
)
269
delete [] node->
first_son
;
331
root_->
first_son
= construct_spellings_subset(0, spelling_num_, 0, root_);
336
if (NULL == root_->
first_son
)
432
SpellingNode *
first_son
= NULL;
456
first_son
= new SpellingNode[num_of_son];
457
memset(
first_son
, 0, sizeof(SpellingNode)*num_of_son);
478
SpellingNode *node_current =
first_son
+ son_pos;
494
node_current->
first_son
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h
30
SpellingNode *
first_son
;
member in struct:ime_pinyin::SpellingNode
Completed in 131 milliseconds