OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:homo_num
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp
852
size_t
homo_num
= 0;
local
854
homo_num
= 1;
864
homo_num
++;
874
homo_idx_num_eq1_ +=
homo_num
;
882
homo_idx_num_gt1_ +=
homo_num
;
885
if (
homo_num
> 0) {
887
homo_idx_num_gt1_ -
homo_num
;
889
assert(
homo_num
<= 65535);
890
node_cur_le0->num_of_homo = static_cast<uint16>(
homo_num
);
892
assert(
homo_num
<= 255)
[
all
...]
Completed in 1346 milliseconds