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

/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp1847 size_t res_total = 0; local
1856 size_t this_max = npre_items_len_ - res_total;
1861 if (fixed_len > 1 && 1 == len && 0 == res_total) {
1872 npre_items_ + res_total,
1873 this_max, res_total);
1874 res_total += res_this;
1878 this_max = npre_items_len_ - res_total;
1883 npre_items_ + res_total, this_max,
1884 res_total);
1890 npre_items_ + res_total
[all...]

Completed in 31 milliseconds