HomeSort by relevance Sort by last modified time
    Searched refs:str_end (Results 1 - 4 of 4) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
implementation_help.hpp 35 inline const char* str_end( const char* s, const char* ) function in namespace:boost::range_detail
41 inline const wchar_t* str_end( const wchar_t* s, const wchar_t* ) function in namespace:boost::range_detail
46 inline const wchar_t* str_end( const wchar_t* s, const wchar_t* ) function in namespace:boost::range_detail
57 inline Char* str_end( Char* s ) function in namespace:boost::range_detail
59 return const_cast<Char*>( str_end( s, s ) );
81 return str_end( s ) - s;
  /frameworks/compile/mclinker/lib/LD/
DebugString.cpp 53 const char* str_end = str + pSection.size(); local
54 while (str < str_end) {
  /art/runtime/
oat.cc 393 const char* str_end = ParseString(ptr, end); local
394 if (str_end < end) {
397 if (ParseString(str_end + 1, end) < end) {
398 return str_end + 1;
402 ptr = ParseString(str_end + 1, end) + 1;
420 const char* str_end = ParseString(ptr, end); local
421 if (str_end < end) {
423 ptr = ParseString(str_end + 1, end) + 1;
427 *value = str_end + 1;
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 876 string::const_iterator str_ite(str.begin()), str_end(str.end());
880 while (str_ite != str_end) {
889 if (str_ite != str_end) {
894 if (str_ite != str_end) {
896 while (++str_ite != str_end) {
    [all...]

Completed in 645 milliseconds