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

  /external/stlport/stlport/stl/
_string.h 827 const size_type __size2 = __s.size(); local
828 if (__pos1 > __size1 || __pos2 > __size2)
831 const size_type __len2 = (min) (__n2, __size2 - __pos2);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.h 827 const size_type __size2 = __s.size(); local
828 if (__pos1 > __size1 || __pos2 > __size2)
831 const size_type __len2 = (min) (__n2, __size2 - __pos2);
    [all...]

Completed in 14 milliseconds