OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_of_homo
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
dictdef.h
116
uint16
num_of_homo
;
member in struct:ime_pinyin::LmaNodeLE0
128
unsigned char
num_of_homo
; // number of homo words
member in struct:ime_pinyin::LmaNodeGE1
/packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp
319
for (size_t homo = 0; homo < (size_t)node->
num_of_homo
; homo++) {
338
for (size_t homo = 0; homo < (size_t)node->
num_of_homo
; homo++) {
642
size_t
num_of_homo
= (size_t)node_le0->
num_of_homo
;
local
643
for (size_t homo_pos = 0; homo_pos <
num_of_homo
; homo_pos++) {
652
size_t
num_of_homo
= (size_t)node_ge1->
num_of_homo
;
local
653
for (size_t homo_pos = 0; homo_pos <
num_of_homo
; homo_pos++) {
808
size_t
num_of_homo
= 0;
local
811
num_of_homo
= (size_t)node_le0->num_of_homo
[
all
...]
dictbuilder.cpp
890
node_cur_le0->
num_of_homo
= static_cast<uint16>(homo_num);
893
node_cur_ge1->
num_of_homo
= (unsigned char)homo_num;
959
node_cur_le0->
num_of_homo
= static_cast<uint16>(homo_num);
962
node_cur_ge1->
num_of_homo
= (unsigned char)homo_num;
Completed in 17 milliseconds