Lines Matching refs:str
34 if ('\0' == (static_cast<const RawSpelling*>(p1))->str[0])
37 if ('\0' == (static_cast<const RawSpelling*>(p2))->str[0])
40 return strcmp((static_cast<const RawSpelling*>(p1))->str,
41 (static_cast<const RawSpelling*>(p2))->str);
151 raw_spellings_[hash_pos].str[spelling_size_ - 1] = '\0';
153 if (strncmp(raw_spellings_[hash_pos].str, spelling_str,
162 if (strncmp(raw_spellings_[hash_pos].str,
168 if ('\0' == raw_spellings_[hash_pos].str[0]) {
170 strncpy(raw_spellings_[hash_pos].str, spelling_str, spelling_size_ - 1);
171 raw_spellings_[hash_pos].str[spelling_size_ - 1] = '\0';
191 if ('\0' == raw_spellings_[hash_pos].str[0])
194 if (strncmp(raw_spellings_[hash_pos].str, spelling_str, spelling_size_ - 1)
205 if ('\0' == raw_spellings_[hash_pos].str[0])
208 if (strncmp(raw_spellings_[hash_pos].str, spelling_str, spelling_size_ - 1)
228 strncpy(spelling_buf_ + pos * spelling_size_, raw_spellings_[pos].str,