OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isspace
(Results
201 - 224
of
224
) sorted by null
1
2
3
4
5
6
7
8
9
/frameworks/base/tools/aidl/
Type.cpp
1117
if (!
isspace
(c)) {
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h
2521
isspace
(_CharT __c, const locale& __loc)
function
[
all
...]
/bionic/libc/kernel/tools/
cpp.py
361
if c.
isspace
():
364
if c2 == tokLN or not c2.
isspace
():
[
all
...]
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py
[
all
...]
/external/chromium/sdch/open-vcdiff/src/
gflags.cc
[
all
...]
/external/clearsilver/imd/
imd.c
54
while(
isspace
(*ip))
/external/sqlite/dist/
shell.c
[
all
...]
sqlite3.c
[
all
...]
sqlite3.c.orig
[
all
...]
/external/tcpdump/
print-snmp.c
785
printable = isprint(*p) ||
isspace
(*p);
[
all
...]
/system/core/libacc/
acc.cpp
[
all
...]
/external/v8/tools/
test.py
815
while self.HasMore() and self.Current().
isspace
():
[
all
...]
/external/yaffs2/yaffs2/
yaffs_fs.c
[
all
...]
/external/clearsilver/util/regex/
regex.c
193
#define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isprint (c) && !
isspace
(c))
203
#define
ISSPACE
(c) (IN_CTYPE_DOMAIN (c) &&
isspace
(c))
[
all
...]
/frameworks/base/tools/aapt/
ResourceTable.cpp
169
while (len > 0 &&
isspace
(*str)) {
173
while (len > 0 &&
isspace
(str[len-1])) {
[
all
...]
/bionic/libc/stdlib/
strtod.c
1359
for(s = s00;
isspace
((unsigned char) *s); s++)
[
all
...]
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc
[
all
...]
/external/chromium/third_party/libevent/
evdns.c
382
#define
ISSPACE
(c)
isspace
((int)(unsigned char)(c))
[
all
...]
/external/gtest/src/
gtest.cc
[
all
...]
/external/iptables/
ip6tables.c
956
if (
isspace
(*ptr))
[
all
...]
iptables.c
928
if (
isspace
(*ptr))
[
all
...]
/external/protobuf/gtest/src/
gtest.cc
[
all
...]
/cts/tools/signature-tools/lib/
antlr-2.7.7.jar
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 1219 milliseconds
1
2
3
4
5
6
7
8
9