HomeSort by relevance Sort by last modified time
    Searched full:score_this (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 499 uint16 score_this = static_cast<unsigned char>( local
501 if (score_this < node_current->score)
502 node_current->score = score_this;
584 uint16 score_this = static_cast<unsigned char>( local
586 if (score_this < node_current->score)
587 node_current->score = score_this;

Completed in 120 milliseconds