OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isspace
(Results
976 - 1000
of
1470
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/skia/src/pdf/
SkPDFFont.cpp
131
if (
isspace
(*dataPos)) {
[
all
...]
/external/valgrind/cachegrind/
cg_merge.c
468
while (
isspace
(*ptr)) ptr++;
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h
547
while (
IsSpace
(*(++comma))) {}
[
all
...]
/frameworks/av/media/libstagefright/rtsp/
MyHandler.h
79
while (
isspace
(*s)) {
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h
536
while (
IsSpace
(*(++comma))) {}
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_calendar.py
177
return not c.
isspace
() and not c.isdigit()
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_calendar.py
177
return not c.
isspace
() and not c.isdigit()
/prebuilts/go/darwin-x86/pkg/darwin_amd64/
fmt.a
[
all
...]
/prebuilts/go/darwin-x86/src/encoding/json/
decode_test.go
719
if
isSpace
(c) {
[
all
...]
/prebuilts/go/darwin-x86/src/go/printer/
printer.go
473
return strings.TrimRightFunc(s, unicode.
IsSpace
)
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/
fmt.a
[
all
...]
/prebuilts/go/linux-x86/src/encoding/json/
decode_test.go
719
if
isSpace
(c) {
[
all
...]
/prebuilts/go/linux-x86/src/go/printer/
printer.go
473
return strings.TrimRightFunc(s, unicode.
IsSpace
)
[
all
...]
/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/test/
test_calendar.py
177
return not c.
isspace
() and not c.isdigit()
/toolchain/binutils/binutils-2.25/gas/config/
tc-nds32.c
[
all
...]
tc-ppc.c
[
all
...]
tc-z80.c
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
listing.c
1145
while (
ISSPACE
(*line))
[
all
...]
/external/ImageMagick/MagickCore/
color.c
[
all
...]
/external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp
[
all
...]
/external/valgrind/coregrind/m_debuginfo/
storage.c
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/encoding/
csv.a
260
unicode.
IsSpace