OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:his_len
(Results
1 - 6
of
6
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
searchutility.cpp
149
if ((static_cast<const NPredictItem*>(p1))->
his_len
<
150
(static_cast<const NPredictItem*>(p2))->
his_len
)
153
if ((static_cast<const NPredictItem*>(p1))->
his_len
>
154
(static_cast<const NPredictItem*>(p2))->
his_len
)
dicttrie.cpp
914
size_t DictTrie::predict_top_lmas(size_t
his_len
, NPredictItem *npre_items,
931
npre_items[item_num].
his_len
=
his_len
;
dictlist.cpp
260
npre_items[item_num].
his_len
= hzs_len;
userdict.cpp
673
npre_items[new_added].
his_len
= hzs_len;
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
dicttrie.h
227
//
his_len
is the history length to fill in the prediction buffer.
228
size_t predict_top_lmas(size_t
his_len
, NPredictItem *npre_items,
searchutility.h
51
uint16
his_len
; // The length of the history used to do the prediction.
member in struct:ime_pinyin::__anon16862
Completed in 8123 milliseconds