OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_of_son
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h
34
uint16
num_of_son
:5;
member in struct:ime_pinyin::SpellingNode
129
// parent is used to update its
num_of_son
and score.
dictdef.h
115
uint16
num_of_son
;
member in struct:ime_pinyin::LmaNodeLE0
127
unsigned char
num_of_son
; // number of son nodes
member in struct:ime_pinyin::LmaNodeGE1
/packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp
264
for (size_t pos = 0; pos < node->
num_of_son
; pos++) {
433
uint16
num_of_son
= 0;
local
446
num_of_son
++;
450
num_of_son
++;
454
node_num_ +=
num_of_son
;
456
first_son = new SpellingNode[
num_of_son
];
457
memset(first_son, 0, sizeof(SpellingNode)*
num_of_son
);
598
assert(son_pos + 1 ==
num_of_son
);
634
parent->
num_of_son
=
num_of_son
;
[
all
...]
Completed in 102 milliseconds