• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/

Lines Matching defs:npos

164 	// value that will be returned by max_size().  (Whereas npos
169 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
171 // m = ((npos - sizeof(_Rep))/sizeof(CharT)) - 1
285 static const size_type npos = static_cast<size_type>(-1);
463 size_type __n = npos);
1362 erase(size_type __pos = 0, size_type __n = npos)
1830 * npos.
1843 * found, returns npos.
1858 * it begins. If not found, returns npos.
1875 * found. If not found, returns npos.
1888 * it begins. If not found, returns npos.
1891 rfind(const basic_string& __str, size_type __pos = npos) const
1905 * npos.
1918 * where it begins. If not found, returns npos.
1921 rfind(const _CharT* __s, size_type __pos = npos) const
1935 * found. If not found, returns npos.
1938 rfind(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT;
1949 * npos.
1966 * returns npos.
1979 * the index where it was found. If not found, returns npos.
1996 * where it was found. If not found, returns npos.
2013 * npos.
2016 find_last_of(const basic_string& __str, size_type __pos = npos) const
2030 * returns npos.
2043 * the index where it was found. If not found, returns npos.
2046 find_last_of(const _CharT* __s, size_type __pos = npos) const
2060 * found. If not found, returns npos.
2065 find_last_of(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT
2076 * was found. If not found, returns npos.
2093 * found. If not found, returns npos.
2107 * the index where it was found. If not found, returns npos.
2124 * index where it was found. If not found, returns npos.
2139 * npos.
2142 find_last_not_of(const basic_string& __str, size_type __pos = npos) const
2156 * returns npos.
2170 * npos.
2173 find_last_not_of(const _CharT* __s, size_type __pos = npos) const
2187 * found. If not found, returns npos.
2190 find_last_not_of(_CharT __c, size_type __pos = npos) const
2206 substr(size_type __pos = 0, size_type __n = npos) const