OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isgraph
(Results
1 - 25
of
216
) sorted by null
1
2
3
4
5
6
7
8
9
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
mywc.c
13
if (
isgraph
(c)) {
20
} while (
isgraph
(c));
/bionic/libc/unistd/
charclass.h
19
{ "graph",
isgraph
},
/external/openssh/openbsd-compat/
charclass.h
21
{ "graph",
isgraph
},
/external/webkit/Source/JavaScriptCore/wtf/
DisallowCType.h
46
#undef
isgraph
macro
63
#define
isgraph
isgraph_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h
macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cctype
54
#undef
isgraph
70
using ::
isgraph
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cctype
54
#undef
isgraph
70
using ::
isgraph
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cctype
54
#undef
isgraph
70
using ::
isgraph
;
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cctype
54
#undef
isgraph
70
using ::
isgraph
;
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cctype
54
#undef
isgraph
70
using ::
isgraph
;
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
cctype
54
#undef
isgraph
70
using ::
isgraph
;
/system/extras/tests/bionic/libstdc++/
test_cctype.cpp
53
#ifdef
isgraph
87
using std::
isgraph
;
/development/ndk/platforms/android-3/include/linux/
ctype.h
30
#define
isgraph
(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
macro
/external/stlport/stlport/stl/
_cctype.h
36
using _STLP_VENDOR_CSTD::
isgraph
;
/external/tcpdump/
print-ascii.c
68
if (!
isgraph
(s) &&
95
*(asp++) = (
isgraph
(s1) ? s1 : '.');
96
*(asp++) = (
isgraph
(s2) ? s2 : '.');
112
*(asp++) = (
isgraph
(s1) ? s1 : '.');
/ndk/sources/cxx-stl/stlport/stlport/stl/
_cctype.h
36
using _STLP_VENDOR_CSTD::
isgraph
;
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
ctype.h
30
#define
isgraph
(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
macro
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
ctype.h
30
#define
isgraph
(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
macro
/prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ctype.h
30
#define
isgraph
(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
macro
/prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ctype.h
30
#define
isgraph
(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
macro
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ctype.h
30
#define
isgraph
(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
macro
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ctype.h
30
#define
isgraph
(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
macro
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ctype.h
30
#define
isgraph
(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
macro
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ctype.h
30
#define
isgraph
(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
macro
/prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
ctype.h
30
#define
isgraph
(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
macro
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cctype.h
36
using _STLP_VENDOR_CSTD::
isgraph
;
Completed in 1230 milliseconds
1
2
3
4
5
6
7
8
9