OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isspace
(Results
551 - 575
of
654
) sorted by null
<<
21
22
23
24
25
26
27
/external/chromium_org/third_party/re2/util/
pcre.cc
742
if ((n > 0) &&
isspace
(*str)) {
[
all
...]
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h
292
return (
isspace
( (unsigned char) c ) || c == '\n' || c == '\r' );
[
all
...]
/external/chromium_org/third_party/skia/third_party/lua/src/
lstrlib.c
275
case 's' : res =
isspace
(c); break;
/external/chromium_org/third_party/sqlite/src/src/
shell.c
1088
while(
isspace
(zSql[0]) ) zSql++;
[
all
...]
/external/chromium_org/tools/valgrind/
chrome_tests.py
180
if line.startswith("#") or line.startswith("//") or line.
isspace
():
/external/gtest/include/gtest/internal/
gtest-port.h
196
#include <ctype.h> // for
isspace
, etc
[
all
...]
/external/iputils/
arping.c
671
if ((*ptr &&
isspace
(*ptr & 0xff)) || errno || (*ep != '\0' && *ep != '\n'))
/external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp
54
while (
isspace
(LastChar))
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp
72
while (
isspace
(LastChar))
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp
55
while (
isspace
(LastChar))
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp
57
while (
isspace
(LastChar))
[
all
...]
toy.cpp
57
while (
isspace
(LastChar))
[
all
...]
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
86
if (atInsnStart && !std::
isspace
(static_cast<unsigned char>(*Str))) {
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
188
#include <ctype.h> // for
isspace
, etc
[
all
...]
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h
186
#include <ctype.h> // for
isspace
, etc
[
all
...]
/external/pcre/dist/
pcrecpp.cc
706
if ((n > 0) &&
isspace
(*str)) {
/external/regex-re2/re2/
re2.cc
978
if (n > 0 &&
isspace
(*str)) {
[
all
...]
/external/regex-re2/util/
pcre.cc
737
if ((n > 0) &&
isspace
(*str)) {
[
all
...]
/external/sfntly/cpp/src/test/tinyxml/
tinyxml.h
292
return (
isspace
( (unsigned char) c ) || c == '\n' || c == '\r' );
[
all
...]
/external/tinyxml/
tinyxml.h
249
return (
isspace
( (unsigned char) c ) || c == '\n' || c == '\r' );
[
all
...]
/frameworks/base/core/jni/
android_os_Debug.cpp
266
while (
isspace
(line[name_pos])) {
[
all
...]
/ndk/sources/host-tools/nawk-20071023/
b.c
759
{ "space", 5,
isspace
},
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h
196
#include <ctype.h> // for
isspace
, etc
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
locale_facets.h
2530
isspace
(_CharT __c, const locale& __loc)
function
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.h
2530
isspace
(_CharT __c, const locale& __loc)
function
[
all
...]
Completed in 2388 milliseconds
<<
21
22
23
24
25
26
27