OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h2f_num_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp
128
assert(
h2f_num_
[*splid] > 0);
241
return
h2f_num_
[half_id];
249
return
h2f_num_
[half_id];
279
memset(
h2f_num_
, 0, sizeof(uint16) * kFullSplIdStart);
339
h2f_start_[0] =
h2f_num_
[0] = 0;
523
h2f_num_
[node_current->spelling_idx] = i - item_start_next;
536
h2f_num_
[node_current->spelling_idx] = i - item_start_next;
542
if (
h2f_num_
[node_current->spelling_idx] > 0)
609
h2f_num_
[node_current->spelling_idx] = item_end - item_start_next;
622
h2f_num_
[node_current->spelling_idx] = item_end - item_start_next
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h
112
uint16
h2f_num_
[kFullSplIdStart];
member in class:ime_pinyin::SpellingTrie
Completed in 2716 milliseconds