Searched refs:ym_str (Results 1 – 3 of 3) sorted by relevance
717 uint8 SpellingTrie::get_ym_id(const char *ym_str) { in get_ym_id() argument718 if (NULL == ym_str || NULL == ym_buf_) in get_ym_id()722 if (strcmp(ym_buf_ + ym_size_ * pos, ym_str) == 0) in get_ym_id()
243 uint8 get_ym_id(const char* ym_str);