Lines Matching refs:isspace
12344 ** isspace(), isalnum(), isdigit() and isxdigit(), respectively. The
12357 # define sqlite3Isspace(x) isspace((unsigned char)(x))
13250 ** isspace() 0x01
133292 ** This function is equivalent to the standard isspace() function.
133294 ** The standard isspace() can be awkward to use safely, because although it