HomeSort by relevance Sort by last modified time
    Searched refs:__n2 (Results 76 - 100 of 113) sorted by null

1 2 34 5

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 309 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
311 if (this->max_size() - (this->size() - __n1) < __n2)
387 _S_compare(size_type __n1, size_type __n2)
389 const difference_type __d = difference_type(__n1 - __n2);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 324 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
326 if (this->max_size() - (this->size() - __n1) < __n2)
402 _S_compare(size_type __n1, size_type __n2)
404 const difference_type __d = difference_type(__n1 - __n2);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h 324 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
326 if (this->max_size() - (this->size() - __n1) < __n2)
402 _S_compare(size_type __n1, size_type __n2)
404 const difference_type __d = difference_type(__n1 - __n2);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 309 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
311 if (this->max_size() - (this->size() - __n1) < __n2)
387 _S_compare(size_type __n1, size_type __n2)
389 const difference_type __d = difference_type(__n1 - __n2);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 309 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
311 if (this->max_size() - (this->size() - __n1) < __n2)
387 _S_compare(size_type __n1, size_type __n2)
389 const difference_type __d = difference_type(__n1 - __n2);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 309 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
311 if (this->max_size() - (this->size() - __n1) < __n2)
387 _S_compare(size_type __n1, size_type __n2)
389 const difference_type __d = difference_type(__n1 - __n2);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 309 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
311 if (this->max_size() - (this->size() - __n1) < __n2)
387 _S_compare(size_type __n1, size_type __n2)
389 const difference_type __d = difference_type(__n1 - __n2);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 324 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
326 if (this->max_size() - (this->size() - __n1) < __n2)
402 _S_compare(size_type __n1, size_type __n2)
404 const difference_type __d = difference_type(__n1 - __n2);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 326 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
328 if (this->max_size() - (this->size() - __n1) < __n2)
404 _S_compare(size_type __n1, size_type __n2)
406 const difference_type __d = difference_type(__n1 - __n2);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 324 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
326 if (this->max_size() - (this->size() - __n1) < __n2)
402 _S_compare(size_type __n1, size_type __n2)
404 const difference_type __d = difference_type(__n1 - __n2);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 326 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
328 if (this->max_size() - (this->size() - __n1) < __n2)
404 _S_compare(size_type __n1, size_type __n2)
406 const difference_type __d = difference_type(__n1 - __n2);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_string.h 329 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
331 if (this->max_size() - (this->size() - __n1) < __n2)
407 _S_compare(size_type __n1, size_type __n2)
409 const difference_type __d = difference_type(__n1 - __n2);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring.h 101 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
103 if (this->max_size() - (this->size() - __n1) < __n2)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring.h 106 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
108 if (this->max_size() - (this->size() - __n1) < __n2)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
vstring.h 106 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
108 if (this->max_size() - (this->size() - __n1) < __n2)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 101 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
103 if (this->max_size() - (this->size() - __n1) < __n2)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 101 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
103 if (this->max_size() - (this->size() - __n1) < __n2)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 101 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
103 if (this->max_size() - (this->size() - __n1) < __n2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring.h 101 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
103 if (this->max_size() - (this->size() - __n1) < __n2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 106 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
108 if (this->max_size() - (this->size() - __n1) < __n2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 94 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
96 if (this->max_size() - (this->size() - __n1) < __n2)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 106 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
108 if (this->max_size() - (this->size() - __n1) < __n2)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 94 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
96 if (this->max_size() - (this->size() - __n1) < __n2)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
vstring.h 93 _M_check_length(size_type __n1, size_type __n2, const char* __s) const
95 if (this->max_size() - (this->size() - __n1) < __n2)
    [all...]
  /external/stlport/stlport/stl/
_string_workaround.h 478 size_type __pos2, size_type __n2) {
479 _Base::replace(__pos1, __n1, __s, __pos2, __n2);
484 const _CharT* __s, size_type __n2) {
486 _Base::replace(__pos, __n1, __s, __n2);
497 size_type __n2, _CharT __c) {
498 _Base::replace(__pos, __n1, __n2, __c);

Completed in 2394 milliseconds

1 2 34 5