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
189
) sorted by null
1
2
3
4
5
6
7
8
/bionic/libstdc++/include/
cctype
55
using ::
toupper
;
/external/openssl/crypto/
o_str.c
74
int res =
toupper
(*str1) -
toupper
(*str2);
/external/webkit/Source/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/sources/cxx-stl/gabi++/include/
cctype
55
using ::
toupper
;
/ndk/sources/cxx-stl/system/include/
cctype
55
using ::
toupper
;
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cctype
53
using ::
toupper
;
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cctype
53
using ::
toupper
;
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cctype
55
using ::
toupper
;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cctype
55
using ::
toupper
;
/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
;
/ndk/sources/cxx-stl/stlport/stlport/stl/
_cctype.h
44
using _STLP_VENDOR_CSTD::
toupper
;
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cctype.h
44
using _STLP_VENDOR_CSTD::
toupper
;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cctype.h
44
using _STLP_VENDOR_CSTD::
toupper
;
/external/chromium/third_party/libjingle/source/talk/base/
stringutils.cc
51
if ((
toupper
(*pattern) ==
toupper
(*target))
59
if (
toupper
(*pattern) !=
toupper
(*target)) {
/external/dropbear/libtommath/
bn_mp_read_radix.c
51
ch = (char) ((radix < 36) ?
toupper
(*str) : *str);
/external/webkit/Source/WebKit/chromium/src/
WebInputEvent.cpp
156
snprintf(keyIdentifier, sizeof(keyIdentifier), "U+%04X",
toupper
(windowsKeyCode));
/bionic/libc/netbsd/inet/
nsap_addr.c
68
c =
toupper
(c);
73
c =
toupper
(c);
/dalvik/opcode-gen/
opcode-gen.awk
111
itype =
toupper
(indexType[i]);
117
constName[i], constName[i], name[i],
toupper
(format[i]), itype);
302
constName[idx] =
toupper
(name[idx]);
307
family[idx] =
toupper
(parts[1]);
460
return
toupper
(sprintf("UNUSED_%02x", idx));
462
return
toupper
(sprintf("UNUSED_%04x", idx));
/bionic/libc/include/
ctype.h
84
int
toupper
(int);
164
__CTYPE_INLINE int
toupper
(int c)
function
/development/ndk/platforms/android-3/include/
ctype.h
84
int
toupper
(int);
164
__CTYPE_INLINE int
toupper
(int c)
function
/hardware/ti/omap4xxx/camera/inc/
CameraProperties.h
155
property[0] =
toupper
(property[0]);
158
property[0] =
toupper
(property[0]);
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
ctype.h
84
int
toupper
(int);
164
__CTYPE_INLINE int
toupper
(int c)
function
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
ctype.h
84
int
toupper
(int);
164
__CTYPE_INLINE int
toupper
(int c)
function
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
ctype.h
84
int
toupper
(int);
164
__CTYPE_INLINE int
toupper
(int c)
function
Completed in 1880 milliseconds
1
2
3
4
5
6
7
8