Home
last modified time | relevance | path

Searched refs:str_end (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
Dimplementation_help.hpp35 inline const char* str_end( const char* s, const char* ) in str_end() function
41 inline const wchar_t* str_end( const wchar_t* s, const wchar_t* ) in str_end() function
46 inline const wchar_t* str_end( const wchar_t* s, const wchar_t* ) in str_end() function
57 inline Char* str_end( Char* s ) in str_end() function
59 return const_cast<Char*>( str_end( s, s ) ); in str_end()
81 return str_end( s ) - s; in str_size()
/ndk/sources/cxx-stl/stlport/src/
Dnum_put_float.cpp876 string::const_iterator str_ite(str.begin()), str_end(str.end()); local
880 while (str_ite != str_end) {
889 if (str_ite != str_end) {
894 if (str_ite != str_end) {
896 while (++str_ite != str_end) {