• 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/ext/

Lines Matching defs:npos

79       static const size_type	npos = static_cast<size_type>(-1);
179 size_type __n = npos)
221 __s + npos, __a) { }
1090 erase(size_type __pos = 0, size_type __n = npos)
1517 * npos.
1530 * it begins. If not found, returns npos.
1544 * it begins. If not found, returns npos.
1561 * found. If not found, returns npos.
1574 * it begins. If not found, returns npos.
1577 rfind(const __versa_string& __str, size_type __pos = npos) const
1590 * npos.
1603 * where it begins. If not found, returns npos.
1606 rfind(const _CharT* __s, size_type __pos = npos) const
1620 * found. If not found, returns npos.
1623 rfind(_CharT __c, size_type __pos = npos) const;
1633 * found. If not found, returns npos.
1649 * returns npos.
1662 * the index where it was found. If not found, returns npos.
1679 * where it was found. If not found, returns npos.
1696 * npos.
1699 find_last_of(const __versa_string& __str, size_type __pos = npos) const
1712 * returns npos.
1725 * the index where it was found. If not found, returns npos.
1728 find_last_of(const _CharT* __s, size_type __pos = npos) const
1742 * found. If not found, returns npos.
1747 find_last_of(_CharT __c, size_type __pos = npos) const
1758 * the index where it was found. If not found, returns npos.
1774 * found. If not found, returns npos.
1788 * the index where it was found. If not found, returns npos.
1805 * index where it was found. If not found, returns npos.
1819 * npos.
1823 size_type __pos = npos) const
1836 * was found. If not found, returns npos.
1850 * npos.
1853 find_last_not_of(const _CharT* __s, size_type __pos = npos) const
1867 * index where it was found. If not found, returns npos.
1870 find_last_not_of(_CharT __c, size_type __pos = npos) const;
1885 substr(size_type __pos = 0, size_type __n = npos) const