Lines Matching refs:pos
264 for (size_t pos = 0; pos < node->num_of_son; pos++) {
265 free_son_trie(node->first_son + pos);
374 for (uint16 pos = 0; pos < spelling_num_; pos++) {
375 const char *spl_str = spelling_buf_ + spelling_size_ * pos;
717 for (uint8 pos = 0; pos < ym_num_; pos++)
718 if (strcmp(ym_buf_ + ym_size_ * pos, ym_str) == 0)
719 return pos + 1;
755 for (size_t pos = 0; pos < spelling_size_; pos++) {
756 splstr16_queried_[pos] = static_cast<char16>
757 (spelling_buf_[splid * spelling_size_ + pos]);
790 for (size_t pos = 0; pos <= kMaxPinyinSize; pos++) {
791 splstr16[pos] = static_cast<char16>
792 (spelling_buf_[splid * spelling_size_ + pos]);
793 if (static_cast<char16>('\0') == splstr16[pos]) {
794 return pos;