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()
508 inline bool IsSpace(int c) { in IsSpace() function
3718 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_()
273 #define IsSpace(X) isspace((unsigned char)X) macro5773 #ifndef IsSpace5774 #define IsSpace(X) isspace((unsigned char)X) macro5833 for(i=0; i<n && IsSpace(zIn[i]); i++){} in decimalNewFromText()25691 if( IsSpace(z[i]) ) continue; in wsToEol()25756 for(i=0; IsSpace(z[i]); i++){} in shellFormatSchema()25758 if( IsSpace(c) ){ in shellFormatSchema()25760 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue; in shellFormatSchema()25761 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){ in shellFormatSchema()25766 while( j>0 && IsSpace(z[j-1]) ){ j--; } in shellFormatSchema()[all …]
3199 def IsSpace : LibBuiltin<"ctype.h"> {