• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/

Lines Matching defs:npos

157 	// value that will be returned by max_size().  (Whereas npos
162 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
164 // m = ((npos - sizeof(_Rep))/sizeof(CharT)) - 1
271 static const size_type npos = static_cast<size_type>(-1);
449 size_type __n = npos);
1304 erase(size_type __pos = 0, size_type __n = npos)
1752 * begins. If not found, returns npos.
1765 * found, returns npos.
1779 * found, returns npos.
1796 * returns npos.
1809 * found, returns npos.
1812 rfind(const basic_string& __str, size_type __pos = npos) const
1824 * where it begins. If not found, returns npos.
1837 * found, returns npos.
1840 rfind(const _CharT* __s, size_type __pos = npos) const
1854 * returns npos.
1857 rfind(_CharT __c, size_type __pos = npos) const;
1867 * found. If not found, returns npos.
1882 * where it was found. If not found, returns npos.
1895 * found. If not found, returns npos.
1912 * not found, returns npos.
1928 * found. If not found, returns npos.
1931 find_last_of(const basic_string& __str, size_type __pos = npos) const
1943 * where it was found. If not found, returns npos.
1956 * found. If not found, returns npos.
1959 find_last_of(const _CharT* __s, size_type __pos = npos) const
1973 * returns npos.
1978 find_last_of(_CharT __c, size_type __pos = npos) const
1989 * was found. If not found, returns npos.
2004 * returns the index where it was found. If not found, returns npos.
2018 * was found. If not found, returns npos.
2035 * If not found, returns npos.
2048 * where it was found. If not found, returns npos.
2051 find_last_not_of(const basic_string& __str, size_type __pos = npos) const
2064 * returns npos.
2077 * where it was found. If not found, returns npos.
2080 find_last_not_of(const _CharT* __s, size_type __pos = npos) const
2094 * found. If not found, returns npos.
2097 find_last_not_of(_CharT __c, size_type __pos = npos) const;
2112 substr(size_type __pos = 0, size_type __n = npos) const