Lines Matching defs:c
74 Simstr::Simstr(char c, int anzahl) in Simstr()
290 Simstr::insert(int pos, char c) in insert()
307 Simstr::push_front(char c) in push_front()
320 Simstr::push_back(char c) in push_back()
449 Simstr::remove_all(char c) in remove_all()
476 Simstr::strip(char c) in strip()
523 Simstr::take_first_token(char c) in take_first_token()
545 Simstr::take_last_token(char c) in take_last_token()
582 Simstr::pos_first_after( char c, in pos_first_after()
660 Simstr::replace(int pos, char c) in replace()
740 operator+(char c, const Simstr & S) in operator +()
748 operator+(const Simstr & S, char c) in operator +()