Searched refs:IsSpace (Results 1 – 9 of 9) sorted by relevance
44 while (IsSpace(*str)) str++; in SkipSpaces()
1970 for (; message_length && IsSpace(error_text[message_length - 1]); in HRESULTFailureHelper()
257 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
498 inline bool IsSpace(int c) { in IsSpace() function
3557 while (IsSpace(*nptr)) nptr++;
1949 inline bool IsSpace(char ch) {1985 while (it != str.begin() && IsSpace(*--it)) it = str.erase(it);
632 while (IsSpace(*(++comma))) { in GTEST_DISABLE_MSC_WARNINGS_POP_()
236 #define IsSpace(X) isspace((unsigned char)X) macro3725 #ifndef IsSpace3726 #define IsSpace(X) isspace((unsigned char)X) macro3777 for(i=0; IsSpace(zIn[i]); i++){} in decimalNewFromText()22720 if( IsSpace(z[i]) ) continue; in wsToEol()22992 for(i=0; IsSpace(z[i]); i++){} in shell_callback()22994 if( IsSpace(c) ){ in shell_callback()22996 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue; in shell_callback()22997 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){ in shell_callback()23002 while( j>0 && IsSpace(z[j-1]) ){ j--; } in shell_callback()[all …]
3046 def IsSpace : LibBuiltin<"ctype.h"> {