OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toupper
(Results
126 - 150
of
189
) sorted by null
1
2
3
4
5
6
7
8
/dalvik/libdex/
sha1.cpp
319
c =
toupper
(c);
/external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h
[
all
...]
/external/iproute2/tc/
m_ipt.c
258
new_name[i] =
toupper
(new_name[i]);
/external/llvm/lib/Object/
MachOObjectFile.cpp
211
Char =
toupper
(Char);
ELFObjectFile.cpp
402
case ELF::STB_GLOBAL: ret = ::
toupper
(ret); break;
/external/stlport/src/c_locale_dummy/
c_locale_dummy.c
200
{ return
toupper
(c); }
/frameworks/compile/libbcc/helper/
sha1.c
318
c =
toupper
(c);
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c
204
{ return
toupper
(c); }
/ndk/sources/host-tools/sed-4.2.1/sed/
execute.c
363
*start =
toupper
(*start);
380
*start =
toupper
(*start);
[
all
...]
/external/opencv/cxcore/src/
cxpersistence.cpp
794
if(
toupper
(buf[1]) == 'I' &&
toupper
(buf[2]) == 'N' &&
toupper
(buf[3]) == 'F' )
796
else if(
toupper
(buf[1]) == 'N' &&
toupper
(buf[2]) == 'A' &&
toupper
(buf[3]) == 'N' )
[
all
...]
/external/libxml2/
encoding.c
1017
upper[i] =
toupper
(alias[i]);
1052
upper[i] =
toupper
(alias[i]);
1154
upper[i] =
toupper
(name[i]);
[
all
...]
triostr.c
1217
return
toupper
(source);
[
all
...]
/frameworks/base/tools/aapt/
AaptAssets.cpp
405
part.
toUpper
();
1094
if (
toupper
(c[0]) != 'D' ||
1095
toupper
(c[1]) != 'P' ||
1096
toupper
(c[2]) != 'I' ||
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c
302
=
toupper
(pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx]);
543
pstr->mbs[char_idx] =
toupper
(ch);
[
all
...]
/external/bluetooth/glib/glib/
gstring.c
1326
*
toupper
() function, which is almost never the right thing.
1343
*s =
toupper
(*s);
[
all
...]
/external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc
371
switch (
toupper
(month[2])) {
/external/libvpx/build/make/
configure.sh
228
toupper
(){
function
1004
upname="`
toupper
$cfg`"
1016
upname="`
toupper
$cfg`"
/external/llvm/utils/TableGen/
ClangAttrEmitter.cpp
76
upperName[0] = std::
toupper
(upperName[0]);
/external/ppp/pppd/
chap_ms.c
586
UcasePassword[i] = (u_char)
toupper
(secret[i]);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c
124
*t++ =
toupper
(*f++);
[
all
...]
/hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c
1042
: ((islower(n1) ? (
toupper
(n1)) : n1) - 'A' + 10);
1044
: ((islower(n2) ? (
toupper
(n2)) : n2) - 'A' + 10);
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c
1042
: ((islower(n1) ? (
toupper
(n1)) : n1) - 'A' + 10);
1044
: ((islower(n2) ? (
toupper
(n2)) : n2) - 'A' + 10);
[
all
...]
/bionic/libc/regex/
regcomp.c
864
return ((uch)
toupper
(ch));
[
all
...]
/external/llvm/lib/Support/
regcomp.c
872
return ((uch)
toupper
(ch));
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regcomp.c
864
return ((uch)
toupper
(ch));
[
all
...]
Completed in 784 milliseconds
1
2
3
4
5
6
7
8