Home
last modified time | relevance | path

Searched refs:kMaxPredictNumBy2 (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
Ddictdef.h77 const size_t kMaxPredictNumBy2 = 2; variable
/packages/inputmethods/PinyinIME/jni/share/
Dmatrixsearch.cpp1905 if (res_this > kMaxPredictNumBy2) in inner_predict()
1906 res_this = kMaxPredictNumBy2; in inner_predict()