• 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-linux/include/c++/4.5.3/ext/

Lines Matching defs:npos

77       static const size_type	npos = static_cast<size_type>(-1);
177 size_type __n = npos)
219 __s + npos, __a) { }
1088 erase(size_type __pos = 0, size_type __n = npos)
1515 * npos.
1528 * it begins. If not found, returns npos.
1542 * it begins. If not found, returns npos.
1559 * found. If not found, returns npos.
1572 * it begins. If not found, returns npos.
1575 rfind(const __versa_string& __str, size_type __pos = npos) const
1588 * npos.
1601 * where it begins. If not found, returns npos.
1604 rfind(const _CharT* __s, size_type __pos = npos) const
1618 * found. If not found, returns npos.
1621 rfind(_CharT __c, size_type __pos = npos) const;
1631 * found. If not found, returns npos.
1647 * returns npos.
1660 * the index where it was found. If not found, returns npos.
1677 * where it was found. If not found, returns npos.
1694 * npos.
1697 find_last_of(const __versa_string& __str, size_type __pos = npos) const
1710 * returns npos.
1723 * the index where it was found. If not found, returns npos.
1726 find_last_of(const _CharT* __s, size_type __pos = npos) const
1740 * found. If not found, returns npos.
1745 find_last_of(_CharT __c, size_type __pos = npos) const
1756 * the index where it was found. If not found, returns npos.
1772 * found. If not found, returns npos.
1786 * the index where it was found. If not found, returns npos.
1803 * index where it was found. If not found, returns npos.
1817 * npos.
1821 size_type __pos = npos) const
1834 * was found. If not found, returns npos.
1848 * npos.
1851 find_last_not_of(const _CharT* __s, size_type __pos = npos) const
1865 * index where it was found. If not found, returns npos.
1868 find_last_not_of(_CharT __c, size_type __pos = npos) const;
1883 substr(size_type __pos = 0, size_type __n = npos) const