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
45
) 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_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/src/
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
206
while (
IsSpace
(*nptr)) nptr++;
sanitizer_common.h
345
INLINE bool
IsSpace
(int c) {
/external/sqlite/dist/orig/
shell.c
96
#define
IsSpace
(X)
isspace
((unsigned char)X)
[
all
...]
/external/sqlite/dist/
shell.c
101
#define
IsSpace
(X)
isspace
((unsigned char)X)
[
all
...]
/external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h
547
while (
IsSpace
(*(++comma))) {}
[
all
...]
gtest-port.h
257
#include <ctype.h> // for
isspace
, etc
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h
621
while (
IsSpace
(*(++comma))) {}
[
all
...]
gtest-port.h
186
#include <ctype.h> // for
isspace
, etc
[
all
...]
/external/gtest/include/gtest/internal/
gtest-internal.h
547
while (
IsSpace
(*(++comma))) {}
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h
650
while (
IsSpace
(*(++comma))) {}
[
all
...]
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h
621
while (
IsSpace
(*(++comma))) {}
[
all
...]
/external/pdfium/core/src/fpdfdoc/
doc_vt.cpp
567
static FX_BOOL
IsSpace
(FX_WORD word)
575
} else if (
IsSpace
(curWord) || IsPunctuation(curWord)) {
579
} else if (
IsSpace
(prevWord) || IsPunctuation(prevWord)) {
644
if (!
IsSpace
(pWord->Word) && !IsOpenStylePunctuation(pWord->Word)) {
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h
536
while (
IsSpace
(*(++comma))) {}
[
all
...]
Completed in 760 milliseconds
1
2