OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toupper
(Results
1 - 25
of
110
) sorted by null
1
2
3
4
5
/external/clearsilver/util/
wildmat.c
138
if (
toupper
(*text) !=
toupper
(*p))
162
if (
toupper
(*++p) ==
toupper
(*text))
164
for (last =
toupper
(*p); *++p && *p != ']'; last =
toupper
(*p))
167
?
toupper
(*text) <=
toupper
(*++p) &&
toupper
(*text) >= last :
toupper
(*text) == toupper(*p)
[
all
...]
/bionic/libstdc++/include/
cctype
53
using ::
toupper
;
/external/openssl/crypto/
o_str.c
74
int res =
toupper
(*str1) -
toupper
(*str2);
/external/webkit/JavaScriptCore/wtf/
DisallowCType.h
55
#undef
toupper
macro
72
#define
toupper
toupper_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h
macro
/ndk/build/platforms/android-5/arch-x86/usr/include/
cctype
53
using ::
toupper
;
ctype.h
80
int
toupper
(int);
160
__CTYPE_INLINE int
toupper
(int c)
function
/ndk/build/platforms/android-8/arch-x86/usr/include/
cctype
53
using ::
toupper
;
ctype.h
84
int
toupper
(int);
164
__CTYPE_INLINE int
toupper
(int c)
function
/system/extras/tests/bionic/libstdc++/
test_cctype.cpp
77
#ifdef
toupper
90
using std::
toupper
;
/external/stlport/stlport/stl/
_cctype.h
44
using _STLP_VENDOR_CSTD::
toupper
;
_ctype.h
91
char (
toupper
)(char __c) const { return do_toupper(__c); }
function in class:ctype
92
const char* (
toupper
)(char* __low, const char* __high) const {
function in class:ctype
198
wchar_t (
toupper
)(wchar_t __c) const { return do_toupper(__c); }
function in class:ctype
199
const wchar_t* (
toupper
)(wchar_t* __low, const wchar_t* __high) const
function in class:ctype
/external/dropbear/libtommath/
bn_mp_read_radix.c
51
ch = (char) ((radix < 36) ?
toupper
(*str) : *str);
/external/webkit/WebKit/chromium/src/
WebInputEvent.cpp
154
snprintf(keyIdentifier, sizeof(keyIdentifier), "U+%04X",
toupper
(windowsKeyCode));
/bionic/libc/netbsd/inet/
nsap_addr.c
68
c =
toupper
(c);
73
c =
toupper
(c);
/bionic/libc/include/
ctype.h
84
int
toupper
(int);
164
__CTYPE_INLINE int
toupper
(int c)
function
/ndk/build/platforms/android-3/arch-arm/usr/include/
ctype.h
84
int
toupper
(int);
164
__CTYPE_INLINE int
toupper
(int c)
function
/ndk/build/platforms/android-4/arch-arm/usr/include/
ctype.h
84
int
toupper
(int);
164
__CTYPE_INLINE int
toupper
(int c)
function
/ndk/build/platforms/android-5/arch-arm/usr/include/
ctype.h
84
int
toupper
(int);
164
__CTYPE_INLINE int
toupper
(int c)
function
/ndk/build/platforms/android-8/arch-arm/usr/include/
ctype.h
84
int
toupper
(int);
164
__CTYPE_INLINE int
toupper
(int c)
function
/bionic/libc/kernel/common/linux/
ctype.h
42
#define
toupper
(c) __toupper(c)
macro
/external/kernel-headers/original/linux/
ctype.h
52
#define
toupper
(c) __toupper(c)
macro
/external/yaffs2/yaffs2/direct/
ydirectenv.h
39
#define yaffs_toupper(a)
toupper
(a)
/ndk/build/awk/
extract-debuggable.awk
75
XML_TAG =
toupper
(XML_TAG); # uppercase it
extract-package-name.awk
76
XML_TAG =
toupper
(XML_TAG); # uppercase it
xml.awk
60
XML_TAG =
toupper
(XML_TAG); # uppercase it
245
# XML_TAG =
toupper
(XML_TAG); # conver to uppercase
Completed in 1573 milliseconds
1
2
3
4
5