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

/haiku/src/kits/support/
H A DString.cpp1829 int32 searchLen = 1; local
1833 for (int32 offset = 0; offset < len; offset += (pos + searchLen)) {
1841 _ReplaceAtPositions(&positions, searchLen, with, withLen);

Completed in 40 milliseconds