Searched refs:max_off (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Duserdict.cpp532 uint32 max_off = dict_info_.lemma_count; local
539 max_off = start + count;
560 while ((size_t)middle < max_off && !fuzzy_break && !prefix_break) {
692 int32 max_off = dict_info_.lemma_count;
702 max_off = start + count;
715 while (off < max_off) {

Completed in 9 milliseconds