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

/haiku/src/kits/support/
H A DString.cpp47 min_clamp0(int32 num1, int32 num2) function
342 maxLength = min_clamp0(maxLength, string.Length());
475 length = min_clamp0(length, Length() - fromOffset);
500 length = min_clamp0(length, Length() - fromOffset);
576 length = min_clamp0(length, string.Length());
654 _DoPrepend(string.fPrivateData, min_clamp0(length, string.Length()));
691 int32 skipLen = min_clamp0(-1 * position, len);
696 position = min_clamp0(position, Length());
710 int32 skipLen = min_clamp0(-1 * position, len);
715 position = min_clamp0(positio
[all...]

Completed in 48 milliseconds