Searched refs:uint8 (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Dspellingtrie.h78 uint8 *spl_ym_ids_;
243 uint8 get_ym_id(const char* ym_str);
H A Ddictdef.h28 typedef unsigned char uint8; typedef in namespace:ime_pinyin
H A Duserdict.h148 uint8 * lemmas_;
151 static const uint8 kUserDictLemmaFlagRemove = 1;
334 void set_lemma_flag(uint32 offset, uint8 flag);
H A Dmatrixsearch.h218 uint8 fixed_lmas_no1_[kMaxRowNum];
/packages/inputmethods/PinyinIME/jni/share/
H A Dspellingtrie.cpp405 spl_ym_ids_ = new uint8[spelling_num_ + kFullSplIdStart];
409 memset(spl_ym_ids_, 0, sizeof(uint8) * (spelling_num_ + kFullSplIdStart));
416 uint8 ym_id = get_ym_id(str);
713 uint8 SpellingTrie::get_ym_id(const char *ym_str) {
717 for (uint8 pos = 0; pos < ym_num_; pos++)
H A Duserdict.cpp178 inline void UserDict::set_lemma_flag(uint32 offset, uint8 flag) {
200 uint8 nchar = get_lemma_nchar(offset);
454 uint8 nchar = get_lemma_nchar(offset);
569 uint8 nchar = get_lemma_nchar(offset);
616 uint8 nchar = get_lemma_nchar(offset);
632 uint8 nchar = get_lemma_nchar(offset);
770 uint8 nchar = get_lemma_nchar(offset);
817 uint8 nchar = get_lemma_nchar(offset);
1099 uint8 *lemmas = NULL;
1119 lemmas = (uint8 *)mallo
[all...]
H A Dspellingtable.cpp291 average_score_ = static_cast<uint8>(average_score);

Completed in 48 milliseconds