HomeSort by relevance Sort by last modified time
    Searched full:__len (Results 226 - 250 of 883) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++locale.h 65 const size_t __len = __builtin_strlen(__old) + 1; local
66 __sav = new char[__len];
67 __builtin_memcpy(__sav, __old, __len);
time_members.h 66 const size_t __len = __builtin_strlen(__s) + 1; local
67 char* __tmp = new char[__len];
68 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++locale.h 65 const size_t __len = __builtin_strlen(__old) + 1; local
66 __sav = new char[__len];
67 __builtin_memcpy(__sav, __old, __len);
time_members.h 66 const size_t __len = __builtin_strlen(__s) + 1; local
67 char* __tmp = new char[__len];
68 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++locale.h 65 const size_t __len = __builtin_strlen(__old) + 1; local
66 __sav = new char[__len];
67 __builtin_memcpy(__sav, __old, __len);
time_members.h 66 const size_t __len = __builtin_strlen(__s) + 1; local
67 char* __tmp = new char[__len];
68 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets.tcc 457 const size_t __len = (__base == 16 ? __num_base::_S_iend
479 __digit = _M_find(__lit_zero, __len, __c);
523 __traits_type::find(__lit_zero, __len, __c);
776 _CharT* __new, const _CharT* __cs, int& __len) const
781 __cs, __w, __len);
782 __len = static_cast<int>(__w);
835 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const
838 __grouping_size, __cs, __cs + __len);
839 __len = __p - __new;
871 int __len = __int_to_char(__cs + __ilen, __u, __lit, __flags, __dec)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
time_members.h 64 const size_t __len = __builtin_strlen(__s) + 1; local
65 char* __tmp = new char[__len];
66 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
time_members.h 64 const size_t __len = __builtin_strlen(__s) + 1; local
65 char* __tmp = new char[__len];
66 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
time_members.h 64 const size_t __len = __builtin_strlen(__s) + 1; local
65 char* __tmp = new char[__len];
66 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
time_members.h 64 const size_t __len = __builtin_strlen(__s) + 1; local
65 char* __tmp = new char[__len];
66 __builtin_memcpy(__tmp, __s, __len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
vector.tcc 239 const size_type __len = std::distance(__first, __last);
241 if (__len > capacity())
243 pointer __tmp(_M_allocate_and_copy(__len, __first, __last));
250 this->_M_impl._M_finish = this->_M_impl._M_start + __len;
253 else if (size() >= __len)
319 const size_type __len =
322 pointer __new_start(this->_M_allocate(__len));
356 _M_deallocate(__new_start, __len);
366 this->_M_impl._M_end_of_storage = __new_start + __len;
411 const size_type __len
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
vector.tcc 239 const size_type __len = std::distance(__first, __last);
241 if (__len > capacity())
243 pointer __tmp(_M_allocate_and_copy(__len, __first, __last));
250 this->_M_impl._M_finish = this->_M_impl._M_start + __len;
253 else if (size() >= __len)
319 const size_type __len =
322 pointer __new_start(this->_M_allocate(__len));
356 _M_deallocate(__new_start, __len);
366 this->_M_impl._M_end_of_storage = __new_start + __len;
411 const size_type __len
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
vector.tcc 239 const size_type __len = std::distance(__first, __last);
241 if (__len > capacity())
243 pointer __tmp(_M_allocate_and_copy(__len, __first, __last));
250 this->_M_impl._M_finish = this->_M_impl._M_start + __len;
253 else if (size() >= __len)
319 const size_type __len =
322 pointer __new_start(this->_M_allocate(__len));
356 _M_deallocate(__new_start, __len);
366 this->_M_impl._M_end_of_storage = __new_start + __len;
411 const size_type __len
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
vector.tcc 239 const size_type __len = std::distance(__first, __last);
241 if (__len > capacity())
243 pointer __tmp(_M_allocate_and_copy(__len, __first, __last));
250 this->_M_impl._M_finish = this->_M_impl._M_start + __len;
253 else if (size() >= __len)
319 const size_type __len =
322 pointer __new_start(this->_M_allocate(__len));
356 _M_deallocate(__new_start, __len);
366 this->_M_impl._M_end_of_storage = __new_start + __len;
411 const size_type __len
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
vector.tcc 239 const size_type __len = std::distance(__first, __last);
241 if (__len > capacity())
243 pointer __tmp(_M_allocate_and_copy(__len, __first, __last));
250 this->_M_impl._M_finish = this->_M_impl._M_start + __len;
253 else if (size() >= __len)
319 const size_type __len =
322 pointer __new_start(this->_M_allocate(__len));
356 _M_deallocate(__new_start, __len);
366 this->_M_impl._M_end_of_storage = __new_start + __len;
411 const size_type __len
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.tcc 197 const size_type __len = __lc->_M_curr_symbol_size;
199 for (; __beg != __end && __j < __len
202 if (__j != __len
389 const size_type __len = __str.size();
390 if (__len)
392 __digits.resize(__len);
393 __ctype.widen(__str.data(), __str.data() + __len, &__digits[0]);
439 size_type __len = __ctype.scan_not(ctype_base::digit, __beg,
441 if (__len)
447 __value.reserve(2 * __len);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.tcc 197 const size_type __len = __lc->_M_curr_symbol_size;
199 for (; __beg != __end && __j < __len
202 if (__j != __len
389 const size_type __len = __str.size();
390 if (__len)
392 __digits.resize(__len);
393 __ctype.widen(__str.data(), __str.data() + __len, &__digits[0]);
439 size_type __len = __ctype.scan_not(ctype_base::digit, __beg,
441 if (__len)
447 __value.reserve(2 * __len);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.tcc 197 const size_type __len = __lc->_M_curr_symbol_size;
199 for (; __beg != __end && __j < __len
202 if (__j != __len
389 const size_type __len = __str.size();
390 if (__len)
392 __digits.resize(__len);
393 __ctype.widen(__str.data(), __str.data() + __len, &__digits[0]);
439 size_type __len = __ctype.scan_not(ctype_base::digit, __beg,
441 if (__len)
447 __value.reserve(2 * __len);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.tcc 197 const size_type __len = __lc->_M_curr_symbol_size;
199 for (; __beg != __end && __j < __len
202 if (__j != __len
389 const size_type __len = __str.size();
390 if (__len)
392 __digits.resize(__len);
393 __ctype.widen(__str.data(), __str.data() + __len, &__digits[0]);
439 size_type __len = __ctype.scan_not(ctype_base::digit, __beg,
441 if (__len)
447 __value.reserve(2 * __len);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.tcc 197 const size_type __len = __lc->_M_curr_symbol_size;
199 for (; __beg != __end && __j < __len
202 if (__j != __len
389 const size_type __len = __str.size();
390 if (__len)
392 __digits.resize(__len);
393 __ctype.widen(__str.data(), __str.data() + __len, &__digits[0]);
439 size_type __len = __ctype.scan_not(ctype_base::digit, __beg,
441 if (__len)
447 __value.reserve(2 * __len);
    [all...]

Completed in 554 milliseconds

1 2 3 4 5 6 7 8 91011>>