Searched refs:IsSpace (Results 1 – 7 of 7) sorted by relevance
43 while (IsSpace(*str)) in SkipSpaces()
1694 for (; message_length && IsSpace(error_text[message_length - 1]); in HRESULTFailureHelper()
232 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
485 inline bool IsSpace(int c) { in IsSpace() function
3614 while (IsSpace(*nptr)) nptr++;
1927 inline bool IsSpace(char ch) {1950 while (it != str.begin() && IsSpace(*--it))
638 while (IsSpace(*(++comma))) {} in GTEST_DISABLE_MSC_WARNINGS_POP_()