Home | History | Annotate | Download | only in Support

Lines Matching refs:MaxSplit

284                       StringRef Separator, int MaxSplit,
288 // Count down from MaxSplit. When MaxSplit is -1, this will just split
290 // intentionally; if we ever want that we can make MaxSplit a 64-bit integer
292 while (MaxSplit-- != 0) {
311 int MaxSplit, bool KeepEmpty) const {
314 // Count down from MaxSplit. When MaxSplit is -1, this will just split
316 // intentionally; if we ever want that we can make MaxSplit a 64-bit integer
318 while (MaxSplit-- != 0) {