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

  /external/chromium_org/chrome/test/logging/win/
mof_data_parser.cc 16 const uint8* const str_end = str_scan + length_; local
17 while (str_scan < str_end && *str_scan != 0)
19 if (str_scan == str_end)
  /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;
  /external/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...]
  /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 374 milliseconds