Lines Matching refs:isWhitespace
343 if (!isWhitespace(CaretLine[CaretStart])) in selectInterestingSourceRegion()
347 if (!isWhitespace(CaretLine[CaretEnd - 1])) in selectInterestingSourceRegion()
358 if (!isWhitespace(FixItInsertionLine[FixItStart])) in selectInterestingSourceRegion()
362 if (!isWhitespace(FixItInsertionLine[FixItEnd - 1])) in selectInterestingSourceRegion()
425 while (NewStart && isWhitespace(SourceLine[NewStart])) in selectInterestingSourceRegion()
431 if (isWhitespace(SourceLine[Prev])) in selectInterestingSourceRegion()
451 while (NewEnd < SourceLine.size() && isWhitespace(SourceLine[NewEnd])) in selectInterestingSourceRegion()
455 while (NewEnd < SourceLine.size() && isWhitespace(SourceLine[NewEnd])) in selectInterestingSourceRegion()
516 while (Idx < Length && isWhitespace(Str[Idx])) in skipWhitespace()
561 while (End < Length && !isWhitespace(Str[End])) in findEndOfWord()
580 while (End < Length && !isWhitespace(Str[End])) in findEndOfWord()