Home
last modified time | relevance | path

Searched refs:separatorLength (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d3992 @property auto separatorLength() { return _separator.length; } in separatorLength() function
4058 if (_frontLength + separatorLength == _input.length) in popFront()
4070 _input = _input[_frontLength + separatorLength .. _input.length]; in popFront()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d5872 @property auto separatorLength() { return _separator.length; }
5888 _frontLength = separatorLength();
5952 if (_frontLength + separatorLength == _input.length)
5962 _input = _input[_frontLength + separatorLength .. _input.length];