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

<<11121314151617181920>>

  /external/protobuf/gtest/src/
gtest-typed-test.cc 43 while (isspace(*str))
  /external/sonivox/arm-wt-22k/lib_src/
eas_ctype.h 36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); }
  /external/squashfs-tools/squashfs-tools/
read_file.c 127 for(def = line; isspace(*def); def ++);
  /external/toybox/toys/other/
lspci.c 85 while (isspace(*s)) s++;
  /external/vboot_reference/futility/
cmd_pcr.c 74 while (*s && isspace(*s))
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-typed-test.cc 43 while (IsSpace(*str))
  /hardware/ril/reference-ril/
at_tok.c 52 while (**p_cur != '\0' && isspace(**p_cur)) {
  /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/third_party/googletest/googletest/src/
gtest-typed-test.cc 43 while (IsSpace(*str))
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
ascii.py 64 def isspace(c): return _ctoi(c) in (9, 10, 11, 12, 13, 32) function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
formatter.py 179 prespace = data[:1].isspace()
180 postspace = data[-1:].isspace()
408 atbreak = self.atbreak or data[0].isspace()
424 self.atbreak = data[-1].isspace()
markupbase.py 232 while j < n and rawdata[j].isspace():
241 elif c.isspace():
284 while rawdata[j:j+1].isspace():
349 if c.isspace():
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bool.py 216 self.assertIs(" ".isspace(), True)
217 self.assertIs("XYZ".isspace(), False)
240 self.assertIs(unicode(" ", 'ascii').isspace(), True)
241 self.assertIs(unicode("XYZ", 'ascii').isspace(), False)
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
ascii.py 64 def isspace(c): return _ctoi(c) in (9, 10, 11, 12, 13, 32) function
  /prebuilts/gdb/linux-x86/lib/python2.7/
formatter.py 179 prespace = data[:1].isspace()
180 postspace = data[-1:].isspace()
408 atbreak = self.atbreak or data[0].isspace()
424 self.atbreak = data[-1].isspace()
markupbase.py 232 while j < n and rawdata[j].isspace():
241 elif c.isspace():
284 while rawdata[j:j+1].isspace():
349 if c.isspace():
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bool.py 216 self.assertIs(" ".isspace(), True)
217 self.assertIs("XYZ".isspace(), False)
240 self.assertIs(unicode(" ", 'ascii').isspace(), True)
241 self.assertIs(unicode("XYZ", 'ascii').isspace(), False)
  /prebuilts/go/darwin-x86/src/unicode/
graphic_test.go 106 got := IsSpace(i)
  /prebuilts/go/linux-x86/src/unicode/
graphic_test.go 106 got := IsSpace(i)
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
ctype.h 72 int isspace(int);
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
ctype.h 72 int isspace(int);
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
ctype.h 72 int isspace(int);
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
ctype.h 72 int isspace(int);
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
ctype.h 72 int isspace(int);
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
ctype.h 72 int isspace(int);

Completed in 506 milliseconds

<<11121314151617181920>>