Searched refs:RawSpelling (Results 1 – 3 of 3) sorted by relevance
34 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()
32 } RawSpelling, *PRawSpelling; typedef47 RawSpelling *raw_spellings_;