Searched refs:npos (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/cpp/std/
H A Dbastring.cc252 return npos;
263 return npos;
280 return npos;
290 return npos;
299 return npos;
308 return npos;
318 if (_find (s, data () [xpos], 0, n) != npos)
320 return npos;
329 return npos;
334 if (_find (s, data () [xpos], 0, n) != npos)
522 basic_string <charT, traits, Allocator>::npos; member in class:basic_string
[all...]
H A Dbastring.h159 static const size_type npos = static_cast<size_type>(-1); member in class:basic_string
175 { return (npos - 1)/sizeof (charT); } // XXX
188 basic_string (const basic_string& _str, size_type pos, size_type n = npos) argument
210 size_type n = npos)
230 size_type n = npos)
231 { return replace (0, npos, str, pos, n); }
233 { return replace (0, npos, s, n); }
237 { return replace (0, npos, n, c); }
259 size_type pos2 = 0, size_type n = npos)
283 basic_string& erase (size_type pos = 0, size_type n = npos) argument
209 append(const basic_string& _str, size_type pos = 0, size_type n = npos) argument
229 assign(const basic_string& str, size_type pos = 0, size_type n = npos) argument
258 insert(size_type pos1, const basic_string& str, size_type pos2 = 0, size_type n = npos) argument
[all...]
/haiku/src/build/libbe/support/
H A DArchivable.cpp268 while (pos != string::npos)
/haiku/src/apps/codycam/
H A DFtpClient.cpp451 if (cmd.find("PASS") != string::npos) {
/haiku/src/kits/support/
H A DArchivable.cpp129 while (pos != string::npos) {
/haiku/headers/cpp/
H A Dstl_rope.h2219 static const size_type npos; member in class:rope
2228 if (__result_pos == size()) __result_pos = npos;
2308 const rope<_CharT, _Alloc>::size_type rope<_CharT, _Alloc>::npos = member in class:rope
H A Dbitset632 size_t __n = size_t(basic_string<_CharT,_Traits,_Alloc>::npos))
H A Dropeimpl.h955 if (__result_pos == size()) __result_pos = npos;
/haiku/src/build/libroot/
H A Dfs.cpp282 if (pos != string::npos)

Completed in 99 milliseconds