Searched refs:IsSpace (Results 1 – 14 of 14) 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()
417 INLINE bool IsSpace(int c) { in IsSpace() function
3336 while (IsSpace(*nptr)) nptr++;
470 inline bool IsSpace(int c) { in IsSpace() function
3481 while (IsSpace(*nptr)) nptr++;
230 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
413 INLINE bool IsSpace(int c) { in IsSpace() function
3390 while (IsSpace(*nptr)) nptr++;
1923 inline bool IsSpace(char ch) {1946 while (it != str.begin() && IsSpace(*--it))
634 while (IsSpace(*(++comma))) {} in GTEST_DISABLE_MSC_WARNINGS_POP_()
241 #define IsSpace(X) isspace((unsigned char)X) macro19077 if( IsSpace(z[i]) ) continue; in wsToEol()19340 for(i=0; IsSpace(z[i]); i++){} in shell_callback()19342 if( IsSpace(c) ){ in shell_callback()19344 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue; in shell_callback()19345 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){ in shell_callback()19350 while( j>0 && IsSpace(z[j-1]) ){ j--; } in shell_callback()19379 while( IsSpace(z[i+1]) ){ i++; } in shell_callback()19761 for(i=0; zCode[i]; i++){ if( IsSpace(zSql[i]) ) zCode[i] = ' '; } in shell_error_context()21074 while( IsSpace(zSql[0]) ) zSql++; in shell_exec()[all …]