HomeSort by relevance Sort by last modified time
    Searched refs:isspace (Results 376 - 400 of 654) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/conf/
conf_mod.c 597 while(*lstart && isspace((unsigned char)*lstart))
611 while(isspace((unsigned char)*tmpend))
  /external/openssl/crypto/x509v3/
v3_conf.c 231 while(isspace((unsigned char)*p)) p++;
254 while (isspace((unsigned char)*p)) p++;
  /frameworks/av/media/libstagefright/foundation/
AString.cpp 142 while (i < mSize && isspace(mData[i])) {
147 while (j > i && isspace(mData[j - 1])) {
  /ndk/sources/host-tools/make-3.81/
commands.c 379 if (!isspace ((unsigned char)*p) && *p != '-' && *p != '@')
618 while (isspace ((unsigned char)*s))
  /packages/experimental/SELinux/CTS/src/
SELinux_CTS.py 22 while c.isspace():
34 while not (c.isspace() or c == ':' or c == '' or c == ';'):
  /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/
UserString.py 97 def isspace(self): return self.data.isspace() member in class:UserString
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicodedata.py 37 u"01"[char.isspace()],
48 u"01"[(char + u' \t').isspace()],
  /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/
UserString.py 97 def isspace(self): return self.data.isspace() member in class:UserString
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicodedata.py 37 u"01"[char.isspace()],
48 u"01"[(char + u' \t').isspace()],
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 546 while (isspace(*p) && *p != 0 && *p != ';')
555 while (!isspace(p[len]) && p[len] != 0 && p[len] != ';')
590 while (isspace(*p) && *p)
691 while (isspace(*q) && *q)
695 while (!isspace(q[len2]) && q[len2]!=',' && q[len2] != 0)
741 while (isspace(*p) && *p)
745 for (q = p; !isspace(*q) && *q != ',' && *q; q++);
762 while (isspace(*p) && *p)
769 while (isspace(*p) && *p)
871 while (isspace(*q) && *q
    [all...]
  /bionic/libc/bionic/
ndk_cruft.cpp 148 while (p < end && isspace(*p)) {
  /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/chromium_org/chrome/browser/net/
url_info.cc 224 if (isalnum(next) || isspace(next) || strchr(".-:/", next) != NULL)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 24 if i == len(s)-1 or s[i+1].isspace():
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest8.c 213 while( i<j && isspace(zSql[i]) ){ i++; }
  /external/clang/utils/
CmpDriver 28 elif not c.isspace():
  /external/jpeg/
ansi2knr.c 304 #define is_space(c) (is_ascii(c) && isspace(c))
  /external/libedit/examples/
tc1.c 106 !isspace((unsigned char)*ptr) && ptr > lf->buffer; ptr--)
  /external/libedit/src/
chartype.h 85 #define Isspace(x) iswspace(x)
140 #define Isspace(x) isspace((unsigned char)x)
  /external/libselinux/src/
label_android_property.c 98 while (isspace(*buf_p))
  /external/lldb/source/Core/
UUID.cpp 229 while (isspace(*p))
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 32 while (isspace(LastChar))
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 24 if i == len(s)-1 or s[i+1].isspace():

Completed in 2232 milliseconds

<<11121314151617181920>>