Home | History | Annotate | Download | only in bits

Lines Matching defs:npos

156 	// value that will be returned by max_size().  (Whereas npos
161 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
163 // m = ((npos - sizeof(_Rep))/sizeof(CharT)) - 1
265 static const size_type npos = static_cast<size_type>(-1);
439 size_type __n = npos);
1193 erase(size_type __pos = 0, size_type __n = npos)
1644 * begins. If not found, returns npos.
1657 * found, returns npos.
1671 * found, returns npos.
1688 * returns npos.
1701 * found, returns npos.
1704 rfind(const basic_string& __str, size_type __pos = npos) const
1716 * where it begins. If not found, returns npos.
1729 * found, returns npos.
1732 rfind(const _CharT* __s, size_type __pos = npos) const
1746 * returns npos.
1749 rfind(_CharT __c, size_type __pos = npos) const;
1759 * found. If not found, returns npos.
1774 * where it was found. If not found, returns npos.
1787 * found. If not found, returns npos.
1804 * not found, returns npos.
1820 * found. If not found, returns npos.
1823 find_last_of(const basic_string& __str, size_type __pos = npos) const
1835 * where it was found. If not found, returns npos.
1848 * found. If not found, returns npos.
1851 find_last_of(const _CharT* __s, size_type __pos = npos) const
1865 * returns npos.
1870 find_last_of(_CharT __c, size_type __pos = npos) const
1881 * was found. If not found, returns npos.
1896 * returns the index where it was found. If not found, returns npos.
1910 * was found. If not found, returns npos.
1927 * If not found, returns npos.
1940 * where it was found. If not found, returns npos.
1943 find_last_not_of(const basic_string& __str, size_type __pos = npos) const
1956 * returns npos.
1969 * where it was found. If not found, returns npos.
1972 find_last_not_of(const _CharT* __s, size_type __pos = npos) const
1986 * found. If not found, returns npos.
1989 find_last_not_of(_CharT __c, size_type __pos = npos) const;
2004 substr(size_type __pos = 0, size_type __n = npos) const