Searched refs:str_end (Results 1 – 2 of 2) sorted by relevance
35 inline const char* str_end( const char* s, const char* ) in str_end() function41 inline const wchar_t* str_end( const wchar_t* s, const wchar_t* ) in str_end() function46 inline const wchar_t* str_end( const wchar_t* s, const wchar_t* ) in str_end() function57 inline Char* str_end( Char* s ) in str_end() function59 return const_cast<Char*>( str_end( s, s ) ); in str_end()81 return str_end( s ) - s; in str_size()
876 string::const_iterator str_ite(str.begin()), str_end(str.end()); local880 while (str_ite != str_end) {889 if (str_ite != str_end) {894 if (str_ite != str_end) {896 while (++str_ite != str_end) {