Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp503 uint16 score_this = static_cast<unsigned char>( in construct_spellings_subset() local
505 if (score_this < node_current->score) in construct_spellings_subset()
506 node_current->score = score_this; in construct_spellings_subset()
588 uint16 score_this = static_cast<unsigned char>( in construct_spellings_subset() local
590 if (score_this < node_current->score) in construct_spellings_subset()
591 node_current->score = score_this; in construct_spellings_subset()