Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp70 f2h_ = NULL; in SpellingTrie()
114 if (NULL != f2h_) in ~SpellingTrie()
115 delete [] f2h_; in ~SpellingTrie()
261 return f2h_[full_id - kFullSplIdStart]; in full_to_half()
698 if (NULL != f2h_) in build_f2h()
699 delete [] f2h_; in build_f2h()
700 f2h_ = new uint16[spelling_num_]; in build_f2h()
701 if (NULL == f2h_) in build_f2h()
707 f2h_[fid - kFullSplIdStart] = hid; in build_f2h()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h115 uint16 *f2h_; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h115 uint16 *f2h_; variable