Searched refs:rfind (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tools/checkstyle/
H A Dutils.py18 startColumn = start - source.rfind('\n', 0, start)
/haiku/headers/cpp/std/
H A Dbastring.h373 size_type rfind (const basic_string& str, size_type pos = npos) const function in class:basic_string
374 { return rfind (str.data(), pos, str.length()); }
375 size_type rfind (const charT* s, size_type pos, size_type n) const;
376 size_type rfind (const charT* s, size_type pos = npos) const function in class:basic_string
377 { return rfind (s, pos, traits::length (s)); }
378 size_type rfind (charT c, size_type pos = npos) const;
394 { return rfind (c, pos); }
H A Dbastring.cc277 rfind (const charT* s, size_type pos, size_type n) const function in class:basic_string
296 rfind (charT c, size_type pos) const function in class:basic_string
/haiku/src/tools/
H A Dhardlink_packages.py104 newFileForJam.append("\t" + greatestVersion[:greatestVersion.rfind('-')] + "\n");
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py374 column = 1 + start - max(0, template.rfind(b'\n', 0, start))
/haiku/src/build/libroot/
H A Dfs.cpp281 string::size_type pos = normalizedPath.rfind('/');

Completed in 75 milliseconds