OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSpace
(Results
1 - 25
of
44
) sorted by null
1
2
/external/sonivox/arm-fm-22k/lib_src/
eas_ctype.h
36
EAS_INLINE EAS_I8
IsSpace
(EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); }
eas_rtttl.c
[
all
...]
/external/sonivox/arm-hybrid-22k/lib_src/
eas_ctype.h
36
EAS_INLINE EAS_I8
IsSpace
(EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); }
eas_rtttl.c
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_ctype.h
36
EAS_INLINE EAS_I8
IsSpace
(EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); }
eas_rtttl.c
[
all
...]
/external/chromium/testing/gtest/src/
gtest-typed-test.cc
43
while (
IsSpace
(*str))
/external/chromium_org/testing/gtest/src/
gtest-typed-test.cc
43
while (
IsSpace
(*str))
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-typed-test.cc
43
while (
IsSpace
(*str))
/external/gtest/src/
gtest-typed-test.cc
43
while (
IsSpace
(*str))
/external/llvm/utils/unittest/googletest/
gtest-typed-test.cc
43
while (
IsSpace
(*str))
/external/mesa3d/src/gtest/src/
gtest-typed-test.cc
43
while (
IsSpace
(*str))
/ndk/sources/third_party/googletest/googletest/src/
gtest-typed-test.cc
43
while (
IsSpace
(*str))
/external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.cc
180
while (
IsSpace
(*nptr)) nptr++;
sanitizer_common.h
257
INLINE bool
IsSpace
(int c) {
/external/sqlite/dist/orig/
shell.c
89
#define
IsSpace
(X)
isspace
((unsigned char)X)
[
all
...]
/external/sqlite/dist/
shell.c
94
#define
IsSpace
(X)
isspace
((unsigned char)X)
[
all
...]
/external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h
615
while (
IsSpace
(*(++comma))) {}
[
all
...]
gtest-port.h
183
#include <ctype.h> // for
isspace
, etc
[
all
...]
/external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h
536
while (
IsSpace
(*(++comma))) {}
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h
621
while (
IsSpace
(*(++comma))) {}
[
all
...]
/external/compiler-rt/lib/asan/
asan_interceptors.cc
516
while (
IsSpace
(*nptr)) nptr++;
/external/gtest/include/gtest/internal/
gtest-internal.h
621
while (
IsSpace
(*(++comma))) {}
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h
649
while (
IsSpace
(*(++comma))) {}
[
all
...]
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h
621
while (
IsSpace
(*(++comma))) {}
[
all
...]
Completed in 6394 milliseconds
1
2