Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtable.cpp34 if ('\0' == (static_cast<const RawSpelling*>(p1))->str[0]) in compare_raw_spl_eb()
37 if ('\0' == (static_cast<const RawSpelling*>(p2))->str[0]) in compare_raw_spl_eb()
40 return strcmp((static_cast<const RawSpelling*>(p1))->str, in compare_raw_spl_eb()
41 (static_cast<const RawSpelling*>(p2))->str); in compare_raw_spl_eb()
123 raw_spellings_ = new RawSpelling[spelling_max_num_]; in init_table()
130 memset(raw_spellings_, 0, spelling_max_num_ * sizeof(RawSpelling)); in init_table()
222 qsort(raw_spellings_, spelling_max_num_, sizeof(RawSpelling), in arrange()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtable.h32 } RawSpelling, *PRawSpelling; typedef
47 RawSpelling *raw_spellings_;
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtable.h32 } RawSpelling, *PRawSpelling; typedef
47 RawSpelling *raw_spellings_;