Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
Dbasic_cstring.hpp136 self_type substr( size_type beg_index, size_type end_index = npos ) const;
558 basic_cstring<CharT>::substr( size_type beg_index, size_type end_index ) const in substr() argument
560 return beg_index > size() in substr()
563 ? self_type( m_begin + beg_index, m_end ) in substr()
564 : self_type( m_begin + beg_index, m_begin + end_index ); in substr()