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

  /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/harfbuzz_ng/src/
hb-buffer-deserialize-json.rl 111 while (p < pe && ISSPACE (*p))
hb-buffer-deserialize-text.rl 105 while (p < pe && ISSPACE (*p))
hb-buffer-deserialize-json.hh 453 while (p < pe && ISSPACE (*p))
hb-buffer-deserialize-text.hh 330 while (p < pe && ISSPACE (*p))
hb-shape.cc 41 while (*pp < end && (c = **pp, ISSPACE (c)))
hb-private.hh 531 static inline bool ISSPACE (unsigned char c)
  /external/valgrind/main/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
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 160 #define ISSPACE(c) (ISASCII (c) && isspace (c))
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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
  /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))
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 322 while (c != EOF && !ISSPACE (c));
compile.c 1066 while ((ch=inchar()) == ';' || ISSPACE(ch))
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 382 #define ISSPACE(c) isspace((int)(unsigned char)(c))
    [all...]
  /external/qemu/
arm-dis.c 27 #define ISSPACE(x) ((x) == ' ' || (x) == '\t' || (x) == '\n')
    [all...]

Completed in 351 milliseconds