Searched refs:IsSpace (Results 1 – 8 of 8) sorted by relevance
44 while (IsSpace(*str)) str++; in SkipSpaces()
1917 for (; message_length && IsSpace(error_text[message_length - 1]); in HRESULTFailureHelper()
257 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
499 inline bool IsSpace(int c) { in IsSpace() function
3546 while (IsSpace(*nptr)) nptr++;
1941 inline bool IsSpace(char ch) {1977 while (it != str.begin() && IsSpace(*--it)) it = str.erase(it);
642 while (IsSpace(*(++comma))) { in GTEST_DISABLE_MSC_WARNINGS_POP_()
241 #define IsSpace(X) isspace((unsigned char)X) macro20340 if( IsSpace(z[i]) ) continue; in wsToEol()20603 for(i=0; IsSpace(z[i]); i++){} in shell_callback()20605 if( IsSpace(c) ){ in shell_callback()24469 if( IsSpace(c) ){ in testcase_glob()24470 if( !IsSpace(*z) ) return 0; in testcase_glob()24471 while( IsSpace(*zGlob) ) zGlob++; in testcase_glob()24472 while( IsSpace(*z) ) z++; in testcase_glob()24533 while( IsSpace(*z) ){ z++; } in testcase_glob()26102 while( IsSpace(zLine[h]) ){ h++; } in do_meta_command()[all …]