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

/haiku/src/kits/support/
H A DString.cpp1788 BString::ReplaceSet(const char* setOfBytes, char with) argument
1790 if (!setOfBytes || strcspn(fPrivateData, setOfBytes) >= uint32(Length()))
1799 pos = strcspn(fPrivateData + offset, setOfBytes);
1814 BString::ReplaceSet(const char* setOfBytes, const char* with) argument
1816 if (!setOfBytes || !with
1817 || strcspn(fPrivateData, setOfBytes) >= uint32(Length()))
1823 return ReplaceSet(setOfBytes, *with);
1834 pos = strcspn(fPrivateData + offset, setOfBytes);
/haiku/headers/os/support/
H A DString.h303 BString& ReplaceSet(const char* setOfBytes, char with);
304 BString& ReplaceSet(const char* setOfBytes,

Completed in 38 milliseconds