Searched refs:utf_eat_space (Results 1 – 3 of 3) sorted by relevance
55 int utf_eat_space(int cc);
2019 && !(enc_utf8 && utf_eat_space(endcurr1))) in do_join()2021 && !(enc_utf8 && utf_eat_space(mb_ptr2char(curr))))) in do_join()
3910 utf_eat_space(int cc) in utf_eat_space() function