OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iswupper
(Results
1 - 7
of
7
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
wctype.in.h
87
# undef
iswupper
macro
102
# define
iswupper
rpl_iswupper
macro
171
iswupper
(wint_t wc)
function
/external/stlport/stlport/
ctype.h
87
__inline int (
iswupper
)(int c) { return iswctype((unsigned short)(c), _UPPER); }
function
/ndk/sources/cxx-stl/stlport/stlport/
ctype.h
87
__inline int (
iswupper
)(int c) { return iswctype((unsigned short)(c), _UPPER); }
function
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
ctype.h
87
__inline int (
iswupper
)(int c) { return iswctype((unsigned short)(c), _UPPER); }
function
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
ctype.h
87
__inline int (
iswupper
)(int c) { return iswctype((unsigned short)(c), _UPPER); }
function
/bionic/libc/stdlib/
wchar.c
122
int
iswupper
(wint_t wc) { return isupper(wc); }
function
/external/libxml2/
trio.c
175
# define
iswupper
(x) isupper(x)
macro
[
all
...]
Completed in 105 milliseconds