OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isspace
(Results
501 - 525
of
654
) sorted by null
<<
21
22
23
24
25
26
27
/external/pdfium/fpdfsdk/src/javascript/
util.cpp
617
while (
isspace
((int)(unsigned char)*nptr) )
/external/qemu/distrib/libselinux/src/
label_file.c
295
while (
isspace
(*buf_p))
android.c
297
while (
isspace
(*p))
316
while (
isspace
(*p))
[
all
...]
/external/sepolicy/tools/
check_seapp.c
933
while (
isspace
(*p))
/external/stlport/src/c_locale_dummy/
c_locale_dummy.c
70
if (
isspace
(c)) ctable[(unsigned char)c] |= _Locale_SPACE;
/external/tcpdump/
print-esp.c
477
while (
isspace
((unsigned char)*decode))
/frameworks/av/media/libstagefright/rtsp/
APacketSource.cpp
50
while (
isspace
(*s)) {
/frameworks/native/cmds/installd/
installd.c
249
if (
isspace
(*cmd)) {
/hardware/qcom/display/msm8084/libexternal/
external.cpp
324
while (len > 1 &&
isspace
(edidStr[len-1])) {
/hardware/qcom/display/msm8226/libexternal/
external.cpp
324
while (len > 1 &&
isspace
(edidStr[len-1])) {
/hardware/qcom/display/msm8960/libexternal/
external.cpp
426
while (len > 1 &&
isspace
(mEDIDs[len-1]))
/hardware/qcom/display/msm8974/libexternal/
external.cpp
424
while (len > 1 &&
isspace
(mEDIDs[len-1]))
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c
68
if (
isspace
(c)) ctable[(unsigned char)c] |= _Locale_SPACE;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py
87
if not c.
isspace
() and (c<' ' or ord(c) > 0x7f):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_calendar.py
177
return not c.
isspace
() and not c.isdigit()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py
87
if not c.
isspace
() and (c<' ' or ord(c) > 0x7f):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_calendar.py
177
return not c.
isspace
() and not c.isdigit()
/system/core/liblog/
logprint.c
312
while (end >= str &&
isspace
(*end))
/art/runtime/
utils.cc
932
if (!
isspace
(s[start_index])) {
940
if (!
isspace
(s[end_index])) {
[
all
...]
/device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp
63
while (len > 0 &&
isspace
(buf[len-1])) {
163
if (!thisname[nameLen] ||
isspace
(thisname[nameLen])) {
[
all
...]
/external/bzip2/
bzip2.c
[
all
...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
plotBenchmark.m
427
str = str(setdiff(1:length(str), find(
isspace
(str) == 1)));
/external/dnsmasq/src/
cache.c
719
if (!
isspace
(c))
739
if (
isspace
(c) || c == '#')
[
all
...]
/external/e2fsprogs/e2fsck/
dict.c
1236
while (*string &&
isspace
((unsigned char) *string))
1241
while (*string && !
isspace
((unsigned char) *string))
[
all
...]
/external/libselinux/src/
android.c
304
while (
isspace
(*p))
323
while (
isspace
(*p))
[
all
...]
Completed in 2361 milliseconds
<<
21
22
23
24
25
26
27