• 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-2011.09/arm-none-eabi/include/c++/4.6.1/bits/

Lines Matching defs:npos

159 	// value that will be returned by max_size().  (Whereas npos
164 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
166 // m = ((npos - sizeof(_Rep))/sizeof(CharT)) - 1
280 static const size_type npos = static_cast<size_type>(-1);
458 size_type __n = npos);
1347 erase(size_type __pos = 0, size_type __n = npos)
1795 * begins. If not found, returns npos.
1808 * found, returns npos.
1822 * found, returns npos.
1839 * returns npos.
1852 * found, returns npos.
1855 rfind(const basic_string& __str, size_type __pos = npos) const
1867 * where it begins. If not found, returns npos.
1880 * found, returns npos.
1883 rfind(const _CharT* __s, size_type __pos = npos) const
1897 * returns npos.
1900 rfind(_CharT __c, size_type __pos = npos) const;
1910 * found. If not found, returns npos.
1925 * where it was found. If not found, returns npos.
1938 * found. If not found, returns npos.
1955 * not found, returns npos.
1971 * found. If not found, returns npos.
1974 find_last_of(const basic_string& __str, size_type __pos = npos) const
1986 * where it was found. If not found, returns npos.
1999 * found. If not found, returns npos.
2002 find_last_of(const _CharT* __s, size_type __pos = npos) const
2016 * returns npos.
2021 find_last_of(_CharT __c, size_type __pos = npos) const
2032 * was found. If not found, returns npos.
2047 * returns the index where it was found. If not found, returns npos.
2061 * was found. If not found, returns npos.
2078 * If not found, returns npos.
2091 * where it was found. If not found, returns npos.
2094 find_last_not_of(const basic_string& __str, size_type __pos = npos) const
2107 * returns npos.
2120 * where it was found. If not found, returns npos.
2123 find_last_not_of(const _CharT* __s, size_type __pos = npos) const
2137 * found. If not found, returns npos.
2140 find_last_not_of(_CharT __c, size_type __pos = npos) const;
2155 substr(size_type __pos = 0, size_type __n = npos) const