Home
last modified time | relevance | path

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

/haiku/headers/cpp/std/
H A Dbastring.cc252 return npos; in find()
263 return npos; in _find()
280 return npos; in rfind()
290 return npos; in rfind()
299 return npos; in rfind()
308 return npos; in rfind()
318 if (_find (s, data () [xpos], 0, n) != npos) in find_first_of()
320 return npos; in find_first_of()
329 return npos; in find_last_of()
334 if (_find (s, data () [xpos], 0, n) != npos) in find_last_of()
[all …]
H A Dbastring.h159 static const size_type npos = static_cast<size_type>(-1); variable
175 { return (npos - 1)/sizeof (charT); } // XXX in max_size()
188 basic_string (const basic_string& _str, size_type pos, size_type n = npos)
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); } in assign()
237 { return replace (0, npos, n, c); } in assign()
259 size_type pos2 = 0, size_type n = npos)
283 basic_string& erase (size_type pos = 0, size_type n = npos)
[all …]
/haiku/src/build/libbe/support/
H A DArchivable.cpp268 while (pos != string::npos) in Mangle()
/haiku/src/apps/codycam/
H A DFtpClient.cpp451 if (cmd.find("PASS") != string::npos) { in _SendRequest()
/haiku/src/kits/support/
H A DArchivable.cpp129 while (pos != string::npos) { in mangle_class_name()
/haiku/headers/cpp/
H A Dstl_rope.h2219 static const size_type npos;
2228 if (__result_pos == size()) __result_pos = npos;
2308 const rope<_CharT, _Alloc>::size_type rope<_CharT, _Alloc>::npos =
H A Dropeimpl.h955 if (__result_pos == size()) __result_pos = npos; in find()
H A Dbitset632 size_t __n = size_t(basic_string<_CharT,_Traits,_Alloc>::npos))
/haiku/src/build/libroot/
H A Dfs.cpp282 if (pos != string::npos) in normalize_dir_path()