Home
last modified time | relevance | path

Searched defs: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
/ndk/sources/cxx-stl/stlport/src/
Dnum_put_float.cpp876 string::const_iterator str_ite(str.begin()), str_end(str.end()); local