Lines Matching refs:spelling_num_
71 spelling_num_ = 0;
121 spelling_num_ = 0;
172 spelling_num_++;
225 // After sorting, only the first spelling_num_ items are valid.
227 for (size_t pos = 0; pos < spelling_num_; pos++) {
239 // After sorting, only the first spelling_num_ items are valid.
240 for (size_t pos = 0; pos < spelling_num_; pos++) {
270 for (size_t pos = 0; pos < spelling_num_; pos++) {
289 average_score /= spelling_num_;
299 *spl_num = spelling_num_;