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

/haiku/src/kits/support/
H A DString.cpp1366 return _IFindBefore(string.String(), Length(), string.Length());
1376 return _IFindBefore(string, Length(), strlen(safestr(string)));
1386 return _IFindBefore(string.String(), min_clamp0(beforeOffset, Length()),
1400 return _IFindBefore(string, min_clamp0(beforeOffset, Length()),
1499 return _IFindBefore(string, Length(), length) == offset;
1670 int32 pos = _IFindBefore(tmp, Length(), 1);
1733 int32 pos = _IFindBefore(replaceThis, Length(), replaceThisLength);
2560 BString::_IFindBefore(const char* string, int32 offset, int32 length) const function in class:BString
/haiku/headers/os/support/
H A DString.h404 int32 _IFindBefore(const char* string, int32 offset,

Completed in 108 milliseconds