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

<<21222324252627282930>>

  /system/extras/memtrack/
memtrack.cpp 97 while (isAvail(1) && isspace(data_[cur_idx_])) {
  /system/extras/showmap/
showmap.cpp 55 while (isspace(line[name_pos])) {
  /system/sepolicy/tools/
insertkeys.py 202 if not content.isspace():
  /toolchain/binutils/binutils-2.25/cpu/
mt.opc 81 for (hash = 0; *m && ! ISSPACE (*m); m++)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-pj.c 304 while (ISSPACE (*op_end))
  /bionic/libc/dns/resolv/
res_init.c 397 isascii(*cp) && !isspace((unsigned char)*cp))
408 !isspace((unsigned char)*cp))
  /external/ImageMagick/coders/
vicar.c 240 while ((isspace((int) ((unsigned char) c)) != 0) || (c == '='))
274 while (isspace((int) ((unsigned char) c)) != 0)
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLChar.java 451 public static boolean isSpace(int c) {
453 } // isSpace(int):boolean
  /external/autotest/client/common_lib/
cartesian_config.py 99 if not (char.isalnum() or char.isspace() or char in ".,_-"):
407 if not (char.isalnum() or char.isspace() or char in ".,_-"):
  /external/boringssl/src/crypto/conf/
conf.c 750 while (*lstart && isspace((unsigned char)*lstart)) {
764 while (isspace((unsigned char)*tmpend)) {
  /external/curl/lib/
ftplistparser.c 449 while(ISSPACE(*endptr))
921 if(!ISSPACE(c)) {
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 501 if (atInsnStart && !std::isspace(static_cast<unsigned char>(*Str))) {
505 while (isspace(*EStr)) ++EStr;
  /external/selinux/libsemanage/src/
semanage_store.c 1319 if (isspace(*s) && !in_quote && !in_dquote) {
    [all...]
  /external/tcpdump/
util.c 524 if (isspace(*(pptr + idx))) {
562 if (!isspace(*(pptr + idx))) {
  /external/webrtc/webrtc/base/
httpbase.cc 82 while ((len > 0) && isspace(static_cast<unsigned char>(line[len-1]))) {
146 } while ((value < eol) && isspace(static_cast<unsigned char>(*value)));
httpclient.cc 246 && isspace(formatted_header[start_of_value]))
249 && isspace(formatted_header[end_of_value-1]))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ConfigParser.py 490 if line[0].isspace() and cursect is not None and optname:
526 if pos != -1 and optval[pos-1].isspace():
  /prebuilts/gdb/linux-x86/lib/python2.7/
ConfigParser.py 490 if line[0].isspace() and cursect is not None and optname:
526 if pos != -1 and optval[pos-1].isspace():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 490 if line[0].isspace() and cursect is not None and optname:
526 if pos != -1 and optval[pos-1].isspace():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 490 if line[0].isspace() and cursect is not None and optname:
526 if pos != -1 and optval[pos-1].isspace():
  /toolchain/binutils/binutils-2.25/binutils/
strings.c 44 char sequences. This option considers all of isspace() valid.
80 || (include_all_whitespace == TRUE && ISSPACE (c))) \
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 188 #include <ctype.h> // for isspace, etc
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 196 #include <ctype.h> // for isspace, etc
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 188 #include <ctype.h> // for isspace, etc
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 186 #include <ctype.h> // for isspace, etc
    [all...]

Completed in 1748 milliseconds

<<21222324252627282930>>