Searched refs:half_id (Results 1 – 3 of 3) sorted by relevance
154 bool SpellingTrie::half_full_compatible(uint16 half_id, uint16 full_id) const { in half_full_compatible() argument157 if (half_fr_full == half_id) in half_full_compatible()163 char ch_h = kHalfId2Sc_[half_id]; in half_full_compatible()242 uint16 SpellingTrie::half2full_num(uint16 half_id) const { in half2full_num()243 if (NULL == root_ || half_id >= kFullSplIdStart) in half2full_num()245 return h2f_num_[half_id]; in half2full_num()248 uint16 SpellingTrie::half_to_full(uint16 half_id, uint16 *spl_id_start) const { in half_to_full() argument249 if (NULL == spl_id_start || NULL == root_ || half_id >= kFullSplIdStart) in half_to_full()252 *spl_id_start = h2f_start_[half_id]; in half_to_full()253 return h2f_num_[half_id]; in half_to_full()
211 uint16 half2full_num(uint16 half_id) const;215 uint16 half_to_full(uint16 half_id, uint16 *spl_id_start) const;226 bool half_full_compatible(uint16 half_id, uint16 full_id) const;