Lines Matching full:spl_str
355 const char* SpellingTrie::get_ym_str(const char *spl_str) {
357 if (is_shengmu_char(*spl_str)) {
358 if ('Z' == *spl_str || 'C' == *spl_str || 'S' == *spl_str)
360 spl_str += 1;
361 if (start_ZCS && 'h' == *spl_str)
362 spl_str += 1;
364 return spl_str;
375 const char *spl_str = spelling_buf_ + spelling_size_ * pos;
376 spl_str = get_ym_str(spl_str);
377 if ('\0' != spl_str[0]) {
378 sucess = spl_table->put_spelling(spl_str, 0);