OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isspace
(Results
51 - 75
of
654
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/srec/config/en.us/dictionary/
cmu2nuance.cpp
35
if (strncmp(phone, cmu, ncmu) || !
isspace
(phone[ncmu])) return NULL;
58
while (!
isspace
(*p)) {
63
if (p[0] == '(' && isdigit(p[1]) && p[2] == ')' &&
isspace
(p[3])) {
75
while (
isspace
(*p)) p++;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ws_comma.py
30
if prefix.
isspace
() and u"\n" not in prefix:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ws_comma.py
30
if prefix.
isspace
() and u"\n" not in prefix:
/external/sepolicy/tools/sepolicy-analyze/
neverallow.c
35
while (p < end &&
isspace
(*p))
46
while (p < end &&
isspace
(*p))
93
while (p < end && !
isspace
(*p) && *p != ':' && *p != ';' && *p != '{' && *p != '}' && *p != '#')
196
while (p < end &&
isspace
(*p))
207
while (p < end &&
isspace
(*p))
238
while (p < end && !
isspace
(*p) && *p != '{' && *p != '}' && *p != ';' && *p != '#')
273
while (p < end &&
isspace
(*p))
284
while (p < end &&
isspace
(*p))
315
while (p < end && !
isspace
(*p) && *p != '{' && *p != '}' && *p != ';' && *p != '#')
379
while (p < end &&
isspace
(*p)
[
all
...]
/bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c
103
#undef
isspace
macro
105
isspace
(int c)
function
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
inet_pton.c
30
if (
isspace
((int)(*pos)))
79
if (
isspace
((int)(*pos)))
/external/e2fsprogs/e2fsck/
argv_parse.c
60
if (
isspace
((int) ch))
85
if (
isspace
((int) ch)) {
/external/e2fsprogs/lib/e2p/
mntopts.c
84
while (*cp &&
isspace
(*cp))
91
while (*cp && !
isspace
(*cp) && *cp != ',')
/external/pcre/dist/
pcre_maketables.c
103
Note that the table for "space" includes everything "
isspace
" gives, including
121
if (
isspace
(i)) p[cbit_space + i/8] |= 1 << (i&7);
138
if (
isspace
(i)) x += ctype_space;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
string.c
92
while (*cp &&
isspace
(*cp))
100
while (*cp && !
isspace
(*cp))
231
if (
isspace
(*str)) {
235
if (
isspace
(*pat)) {
344
while (len &&
isspace
(*s)) {
368
while (end >= s &&
isspace
(*end))
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c
121
while (*line &&
isspace
(*line)) line++;
129
for (ptr = line; *ptr && !
isspace
(*ptr) && *ptr != '.' && *ptr != '='; ptr++);
200
while (*line &&
isspace
(line [strlen(line)-1]))
240
while (*line &&
isspace
(*line)) line++;
249
while (*line &&
isspace
(*line)) line++;
256
while (*line &&
isspace
(*line)) line++;
/external/libedit/examples/
fileman.c
152
while (line[i] &&
isspace
(line[i]))
156
while (line[i] && !
isspace
(line[i]))
171
while (
isspace
(line[i]))
201
for (s = string;
isspace
(*s); s++)
208
while (t > s &&
isspace
(*t))
/external/openssl/crypto/ocsp/
ocsp_ht.c
200
for(p = line; *p && !
isspace
((unsigned char)*p); p++)
210
while(*p &&
isspace
((unsigned char)*p))
221
for(q = p; *q && !
isspace
((unsigned char)*q); q++)
241
while(*q &&
isspace
((unsigned char)*q))
250
for(r = q + strlen(q) - 1;
isspace
((unsigned char)*r); r--)
/bionic/libc/dns/net/
base64.c
231
if (
isspace
(ch)) /* Skip whitespace anywhere. */
303
if (!
isspace
(ch))
318
if (!
isspace
(ch))
/system/core/logd/
LogWhiteBlackList.cpp
86
if (
isspace
(*str)) {
100
if (!
isspace
(*str)) {
136
if (*str && !
isspace
(*str)) {
/development/ndk/platforms/android-3/include/
ctype.h
80
int
isspace
(int);
142
__CTYPE_INLINE int
isspace
(int c)
function
/external/chromium_org/net/tools/balsa/
string_piece_utils.h
78
while (c != e &&
isspace
(*c)) {
86
while (c != e &&
isspace
(*e)) {
/external/e2fsprogs/misc/
ismounted.c
45
while (*cp &&
isspace
(*cp))
52
while (*cp && !
isspace
(*cp))
/external/libcxx/test/localization/locales/locale.convenience/classification/
Android.mk
23
test_name := localization/locales/locale.convenience/classification/
isspace
24
test_src :=
isspace
.pass.cpp
/external/stlport/stlport/
ctype.h
51
# undef
isspace
macro
76
__inline int (
isspace
)(int c) { return _isctype(c, _SPACE); }
function
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
ISACHist.cc
91
while(
isspace
(audioFileName[n]) || iscntrl(audioFileName[n]))
107
while((
isspace
(audioFileName[n]) || iscntrl(audioFileName[n])) &&
/ndk/sources/cxx-stl/stlport/stlport/
ctype.h
51
# undef
isspace
macro
76
__inline int (
isspace
)(int c) { return _isctype(c, _SPACE); }
function
/ndk/sources/host-tools/make-3.81/
vmsjobs.c
53
while (
isspace
((unsigned char)*ibuf))
56
while (*ibuf && !
isspace
((unsigned char)*ibuf))
320
while (
isspace
((unsigned char)*argv))
353
if (
isspace
((unsigned char)*p))
355
do { p++; } while (
isspace
((unsigned char)*p));
398
while (
isspace
((unsigned char)*--q))
517
while (
isspace
((unsigned char)*p))
521
while (
isspace
((unsigned char)*p))
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
ctype.h
80
int
isspace
(int);
142
__CTYPE_INLINE int
isspace
(int c)
function
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
ctype.h
80
int
isspace
(int);
142
__CTYPE_INLINE int
isspace
(int c)
function
Completed in 2058 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>