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

/haiku/src/kits/support/
H A DString.cpp1584 int32 withThisLength = strlen(withThis); local
1585 int32 difference = withThisLength - replaceThisLength;
1597 memcpy(fPrivateData + pos, withThis, withThisLength);
1736 int32 withThisLength = strlen(withThis); local
1737 int32 difference = withThisLength - replaceThisLength;
1749 memcpy(fPrivateData + pos, withThis, withThisLength);

Completed in 36 milliseconds