Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp64 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 …]
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h90 char16 *splstr16_queried_; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h90 char16 *splstr16_queried_; variable