HomeSort by relevance Sort by last modified time
    Searched full:isspace (Results 776 - 800 of 1470) sorted by null

<<31323334353637383940>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
mhlib.py 688 if not line[0].isspace():
922 if not line or not line[0].isspace():
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 859 #undef isspace macro
860 #define isspace(c) iswspace(btowc(c)) macro
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mhlib.py 688 if not line[0].isspace():
922 if not line or not line[0].isspace():
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 859 #undef isspace macro
860 #define isspace(c) iswspace(btowc(c)) macro
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 688 if not line[0].isspace():
922 if not line or not line[0].isspace():
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 859 #undef isspace macro
860 #define isspace(c) iswspace(btowc(c)) macro
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 688 if not line[0].isspace():
922 if not line or not line[0].isspace():
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
deffilep.y 898 && (ISSPACE (*param) || *param == '\n' || *param == 0))
911 && !(ISSPACE (tend[-1]) && *tend == '-')
    [all...]
ChangeLog-0001 612 (def_file_add_directive): Use ISSPACE instead of isspace.
616 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
638 (add_keepsyms_file): Use ISSPACE instead of isspace.
644 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
646 (quoteput): Use ISSPACE instead of isspace
    [all...]
  /external/ImageMagick/MagickCore/
xml-tree.c     [all...]
utility.c 366 if (isspace((int) ((unsigned char) *p)) != 0)
434 if (isspace((int) ((unsigned char) *p)) == 0)
446 if (isspace((int) ((unsigned char) *p)) == 0)
    [all...]
  /external/pcre/dist/
pcretest.c     [all...]
  /external/libxml2/
trio.c 184 # define iswspace(x) isspace(x)
    [all...]
  /external/sqlite/dist/orig/
shell.c 135 #define IsSpace(X) isspace((unsigned char)X)
    [all...]
  /external/sqlite/dist/
shell.c 141 #define IsSpace(X) isspace((unsigned char)X)
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 196 #include <ctype.h> // for isspace, etc
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_unicode.py 347 self.checkequalnofix(True, u'\u2000', 'isspace')
348 self.checkequalnofix(True, u'\u200a', 'isspace')
349 self.checkequalnofix(False, u'\u2014', 'isspace')
356 self.assertFalse(ch.isspace(), '{!r} is not space.'.format(ch))
455 for meth_name in ('isalpha', 'isalnum', 'isdigit', 'isspace',
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_unicode.py 347 self.checkequalnofix(True, u'\u2000', 'isspace')
348 self.checkequalnofix(True, u'\u200a', 'isspace')
349 self.checkequalnofix(False, u'\u2014', 'isspace')
356 self.assertFalse(ch.isspace(), '{!r} is not space.'.format(ch))
455 for meth_name in ('isalpha', 'isalnum', 'isdigit', 'isspace',
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode.py 347 self.checkequalnofix(True, u'\u2000', 'isspace')
348 self.checkequalnofix(True, u'\u200a', 'isspace')
349 self.checkequalnofix(False, u'\u2014', 'isspace')
356 self.assertFalse(ch.isspace(), '{!r} is not space.'.format(ch))
455 for meth_name in ('isalpha', 'isalnum', 'isdigit', 'isspace',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py 347 self.checkequalnofix(True, u'\u2000', 'isspace')
348 self.checkequalnofix(True, u'\u200a', 'isspace')
349 self.checkequalnofix(False, u'\u2014', 'isspace')
356 self.assertFalse(ch.isspace(), '{!r} is not space.'.format(ch))
455 for meth_name in ('isalpha', 'isalnum', 'isdigit', 'isspace',
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /toolchain/binutils/binutils-2.25/gas/config/
tc-msp430.c 432 if (ISSPACE (*s))
436 while (ISSPACE (*m) && *m)
448 while (ISSPACE (*s))
976 while (*from && ! ISSPACE (*from) && *from != '.' && limit > size)
    [all...]
  /external/ImageMagick/coders/
pnm.c 333 while (isspace((int) ((unsigned char) c)) != 0)
342 while (isspace((int) ((unsigned char) c)) != 0)
355 while (isspace((int) ((unsigned char) c)) != 0)
    [all...]
  /external/iptables/libxtables/
xtables.c 448 for (p = s; isspace(*p); ++p)
    [all...]
  /external/libedit/src/
readline.c 952 if (isspace((unsigned char) str[j])
1081 while (isspace((unsigned char) str[i]))
1091 (isspace((unsigned char) str[i]) ||
    [all...]

Completed in 2435 milliseconds

<<31323334353637383940>>