Searched refs:splstr16_queried_ (Results 1 – 3 of 3) sorted by relevance
64 splstr16_queried_ = NULL; in SpellingTrie()87 if (NULL != splstr16_queried_) in ~SpellingTrie()88 delete [] splstr16_queried_; in ~SpellingTrie()309 if (NULL != splstr16_queried_) in construct()310 delete [] splstr16_queried_; in construct()311 splstr16_queried_ = new char16[spelling_size_]; in construct()312 if (NULL == splstr16_queried_) in construct()755 splstr16_queried_[0] = '\0'; in get_spelling_str16()760 splstr16_queried_[pos] = static_cast<char16> in get_spelling_str16()765 splstr16_queried_[0] = static_cast<char16>('C'); in get_spelling_str16()[all …]
90 char16 *splstr16_queried_; variable