Searched refs:_find (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/std/
H A Dbastring.cc258 _find (const charT* ptr, charT c, size_type xpos, size_type len) function in class:basic_string
271 return _find (data (), c, pos, length ());
318 if (_find (s, data () [xpos], 0, n) != npos)
334 if (_find (s, data () [xpos], 0, n) != npos)
346 if (_find (s, data () [xpos], 0, n) == npos)
374 if (_find (s, data () [xpos], 0, n) == npos)
H A Dbastring.h449 static size_type _find (const charT* ptr, charT c, size_type xpos, size_type len);

Completed in 38 milliseconds