Home | History | Annotate | Download | only in ext

Lines Matching defs:npos

89       static const size_type	npos = static_cast<size_type>(-1);
189 size_type __n = npos)
231 __s + npos, __a) { }
1070 erase(size_type __pos = 0, size_type __n = npos)
1502 * npos.
1515 * it begins. If not found, returns npos.
1529 * it begins. If not found, returns npos.
1546 * found. If not found, returns npos.
1559 * it begins. If not found, returns npos.
1562 rfind(const __versa_string& __str, size_type __pos = npos) const
1575 * npos.
1588 * where it begins. If not found, returns npos.
1591 rfind(const _CharT* __s, size_type __pos = npos) const
1605 * found. If not found, returns npos.
1608 rfind(_CharT __c, size_type __pos = npos) const;
1618 * found. If not found, returns npos.
1634 * returns npos.
1647 * the index where it was found. If not found, returns npos.
1664 * where it was found. If not found, returns npos.
1681 * npos.
1684 find_last_of(const __versa_string& __str, size_type __pos = npos) const
1697 * returns npos.
1710 * the index where it was found. If not found, returns npos.
1713 find_last_of(const _CharT* __s, size_type __pos = npos) const
1727 * found. If not found, returns npos.
1732 find_last_of(_CharT __c, size_type __pos = npos) const
1743 * the index where it was found. If not found, returns npos.
1759 * found. If not found, returns npos.
1773 * the index where it was found. If not found, returns npos.
1790 * index where it was found. If not found, returns npos.
1804 * npos.
1808 size_type __pos = npos) const
1821 * was found. If not found, returns npos.
1835 * npos.
1838 find_last_not_of(const _CharT* __s, size_type __pos = npos) const
1852 * index where it was found. If not found, returns npos.
1855 find_last_not_of(_CharT __c, size_type __pos = npos) const;
1870 substr(size_type __pos = 0, size_type __n = npos) const