Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp482 SpellingNode *node_current = first_son + son_pos; in construct_spellings_subset() local
483 node_current->char_this_node = char_for_node; in construct_spellings_subset()
487 level1_sons_[char_for_node - 'A'] = node_current; in construct_spellings_subset()
490 node_current->spelling_idx = kFullSplIdStart + item_start_next; in construct_spellings_subset()
498 node_current->first_son = in construct_spellings_subset()
500 node_current); in construct_spellings_subset()
505 if (score_this < node_current->score) in construct_spellings_subset()
506 node_current->score = score_this; in construct_spellings_subset()
509 node_current->first_son = NULL; in construct_spellings_subset()
510 node_current->score = static_cast<unsigned char>( in construct_spellings_subset()
[all …]