Searched refs:splstr_queried_ (Results 1 – 3 of 3) sorted by relevance
63 splstr_queried_ = NULL; in SpellingTrie()84 if (NULL != splstr_queried_) in ~SpellingTrie()85 delete [] splstr_queried_; in ~SpellingTrie()303 if (NULL != splstr_queried_) in construct()304 delete [] splstr_queried_; in construct()305 splstr_queried_ = new char[spelling_size_]; in construct()306 if (NULL == splstr_queried_) in construct()729 splstr_queried_[0] = '\0'; in get_spelling_str()733 snprintf(splstr_queried_, spelling_size_, "%s", in get_spelling_str()737 snprintf(splstr_queried_, spelling_size_, "%s", "Ch"); in get_spelling_str()[all …]
87 char *splstr_queried_; variable