Searched defs:npos (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A DnsStdStringWrapper.h83 static const size_type npos = size_type(-1); member in class:basic_nsStdStringWrapper
110 basic_nsStdStringWrapper( const basic_string_t& str, size_type pos = 0, size_type n = npos )
/vbox/src/VBox/Runtime/common/string/
H A Dministring.cpp40 const size_t RTCString::npos = ~(size_t)0; member in class:RTCString
215 return npos;
258 RTCString RTCString::substrCP(size_t pos /*= 0*/, size_t n /*= npos*/) const
278 if (n == npos)
/vbox/include/iprt/cpp/
H A Dministring.h115 RTCString(const RTCString &a_rSrc, size_t a_offSrc, size_t a_cchSrc = npos) argument
669 static const size_t npos; member in class:RTCString
681 * @returns 0 based position of pcszFind. npos if not found.
725 * parameters "0" and "npos", this always copies the entire string. The
735 RTCString substr(size_t pos = 0, size_t n = npos) const
751 RTCString substrCP(size_t pos = 0, size_t n = npos) const;

Completed in 62 milliseconds