Lines Matching defs:MaxSplit
315 StringRef Separator, int MaxSplit,
319 // Count down from MaxSplit. When MaxSplit is -1, this will just split
321 // intentionally; if we ever want that we can make MaxSplit a 64-bit integer
323 while (MaxSplit-- != 0) {
342 int MaxSplit, bool KeepEmpty) const {
345 // Count down from MaxSplit. When MaxSplit is -1, this will just split
347 // intentionally; if we ever want that we can make MaxSplit a 64-bit integer
349 while (MaxSplit-- != 0) {