Home
last modified time | relevance | path

Searched refs:splstr_queried_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp63 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 …]
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h87 char *splstr_queried_; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h87 char *splstr_queried_; variable