Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp675 bool MatrixSearch::add_lma_to_userdict(uint16 lma_fr, uint16 lma_to, in add_lma_to_userdict() argument
677 if (lma_to - lma_fr <= 1 || NULL == user_dict_) in add_lma_to_userdict()
685 for (uint16 pos = lma_fr; pos < lma_to; pos++) { in add_lma_to_userdict()