Lines Matching refs:isWhitespace
342 if (!isWhitespace(CaretLine[CaretStart])) in selectInterestingSourceRegion()
346 if (!isWhitespace(CaretLine[CaretEnd - 1])) in selectInterestingSourceRegion()
357 if (!isWhitespace(FixItInsertionLine[FixItStart])) in selectInterestingSourceRegion()
361 if (!isWhitespace(FixItInsertionLine[FixItEnd - 1])) in selectInterestingSourceRegion()
424 while (NewStart && isWhitespace(SourceLine[NewStart])) in selectInterestingSourceRegion()
430 if (isWhitespace(SourceLine[Prev])) in selectInterestingSourceRegion()
450 while (NewEnd < SourceLine.size() && isWhitespace(SourceLine[NewEnd])) in selectInterestingSourceRegion()
454 while (NewEnd < SourceLine.size() && isWhitespace(SourceLine[NewEnd])) in selectInterestingSourceRegion()
515 while (Idx < Length && isWhitespace(Str[Idx])) in skipWhitespace()
560 while (End < Length && !isWhitespace(Str[End])) in findEndOfWord()
579 while (End < Length && !isWhitespace(Str[End])) in findEndOfWord()