HomeSort by relevance Sort by last modified time
    Searched defs:ISSPACE (Results 1 - 7 of 7) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 75 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
85 # define ISSPACE(c) (ISASCII (c) && isspace (c))
385 || (STREQ (str, "space") && ISSPACE ((unsigned char) *n))
  /external/bison/lib/
strtol.c 196 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
200 # define ISSPACE(Ch) iswspace (Ch)
209 # define ISSPACE(Ch) __isspace_l ((Ch), loc)
213 # define ISSPACE(Ch) isspace (Ch)
290 while (ISSPACE (*s))
  /external/valgrind/coregrind/m_demangle/
safe-ctype.h 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
142 #undef isspace macro
143 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
safe-ctype.h 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
  /external/harfbuzz_ng/src/
hb-private.hh 548 static inline bool ISSPACE (unsigned char c)

Completed in 836 milliseconds