Lines Matching defs:const
161 Simstr::operator+(const Simstr & S) const in operator +() argument
187 Simstr::operator==(const Simstr & S) const in operator ==() argument
191 Simstr::operator!=(const Simstr & S) const in operator !=() argument
195 Simstr::operator<(const Simstr & S) const in operator <() argument
199 Simstr::operator>(const Simstr & S) const in operator >() argument
203 Simstr::operator<=(const Simstr & S) const in operator <=() argument
207 Simstr::operator>=(const Simstr & S) const in operator >=() argument
219 Simstr::get(int n) const { return (n >= len || n < 0) ? 0 : sz[n]; } in get()
228 Simstr::get(int startPos, int anzahl) const in get()
241 Simstr::get_front(int anzahl) const in get_front()
253 Simstr::get_back(int anzahl) const in get_back()
266 Simstr::get_first_token(char c) const in get_first_token()
276 Simstr::get_last_token(char c) const in get_last_token()
571 Simstr::pos_first(char c) const in pos_first()
583 int startSearchPos) const in pos_first_after()
597 Simstr::pos_last(char c) const in pos_last()
608 Simstr::pos_first(const Simstr & S) const in pos_first() argument
618 Simstr::pos_last(const Simstr & S) const in pos_last() argument
635 Simstr::count(char c) const in count()