Searched defs:JS_ISSPACE (Results 1 – 6 of 6) sorted by relevance
269 #define JS_ISSPACE(c) ((JS_CCODE(c) & 0x00070000) == 0x00040000) macro
277 #define JS_ISSPACE(c) ((JS_CCODE(c) & 0x00070000) == 0x00040000) macro