Searched refs:f2h_ (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dspellingtrie.cpp66 f2h_ = NULL;
110 if (NULL != f2h_)
111 delete [] f2h_;
257 return f2h_[full_id - kFullSplIdStart];
694 if (NULL != f2h_)
695 delete [] f2h_;
696 f2h_ = new uint16[spelling_num_];
697 if (NULL == f2h_)
703 f2h_[fid - kFullSplIdStart] = hid;
/packages/inputmethods/PinyinIME/jni/include/
H A Dspellingtrie.h115 uint16 *f2h_; member in class:ime_pinyin::SpellingTrie

Completed in 853 milliseconds