HomeSort by relevance Sort by last modified time
    Searched refs:toupper (Results 76 - 100 of 189) sorted by null

1 2 34 5 6 7 8

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
localefwd.h 106 toupper(_CharT, const locale&);
locale_facets.h 225 toupper(char_type __c) const function in class:__ctype_abstract_base
240 toupper(char_type *__lo, const char_type* __hi) const function in class:__ctype_abstract_base
788 * toupper() acts as if it returns ctype<char>::do_toupper(c).
795 toupper(char_type __c) const function in class:ctype
804 * toupper() acts as if it returns ctype<char>:: do_toupper(lo, hi).
812 toupper(char_type *__lo, const char_type* __hi) const function in class:ctype
2587 toupper(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 106 toupper(_CharT, const locale&);
locale_facets.h 225 toupper(char_type __c) const function in class:__ctype_abstract_base
240 toupper(char_type *__lo, const char_type* __hi) const function in class:__ctype_abstract_base
788 * toupper() acts as if it returns ctype<char>::do_toupper(c).
795 toupper(char_type __c) const function in class:ctype
804 * toupper() acts as if it returns ctype<char>:: do_toupper(lo, hi).
812 toupper(char_type *__lo, const char_type* __hi) const function in class:ctype
2587 toupper(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
ctype.h 62 # undef toupper macro
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 106 toupper(_CharT, const locale&);
locale_facets.h 225 toupper(char_type __c) const function in class:__ctype_abstract_base
240 toupper(char_type *__lo, const char_type* __hi) const function in class:__ctype_abstract_base
788 * toupper() acts as if it returns ctype<char>::do_toupper(c).
795 toupper(char_type __c) const function in class:ctype
804 * toupper() acts as if it returns ctype<char>:: do_toupper(lo, hi).
812 toupper(char_type *__lo, const char_type* __hi) const function in class:ctype
2587 toupper(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
ctype.h 62 # undef toupper macro
  /external/quake/quake/src/WinQuake/
conproc.cpp 233 upper = toupper(*sz);
269 upper = toupper(c);
snd_gus.cpp 73 static char toupper(char c) function
114 if (toupper(s[0])!=toupper(name[0]))
151 if (toupper(s[0])!=toupper(name[0]))
    [all...]
  /system/extras/fatblock/
import.c 76 short_name[i] = toupper(long_name[i]);
80 short_name[8 + i] = toupper(dot[1 + i]);
  /external/libpcap/lbl/
os-sunos4.h 185 int toupper(int);
  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 58 SymName[Letter] = toupper(SymName[Letter]);
  /external/srec/portable/include/
ptypes.h 342 #define LTOUPPER toupper
  /external/tcpdump/lbl/
os-sunos4.h 185 int toupper(int);
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 125 return String::format("U+%04X", toupper(keyCode));
  /external/e2fsprogs/e2fsck/
message.c 251 fputc(toupper(*str++), stdout);
432 fputc(toupper(*m++), stdout);
  /external/tremolo/Tremolo/
treminfo.c 67 if(toupper(s1[c]) != toupper(s2[c]))
  /bionic/libc/tzcode/
strftime.c 699 while (pt < ptlim && (*pt = toupper(*str++)) != '\0') {
709 c = toupper(c);
  /external/ppp/pppd/plugins/
winbind.c 182 if (!(p1 = strchr(hexchars, toupper(strhex[i]))))
187 if (!(p2 = strchr(hexchars, toupper(strhex[i]))))
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc 202 env_var << static_cast<char>(toupper(full_flag.c_str()[i]));
  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 118 toupper(*text) : *text)-'A'+10;
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbelo.c 302 ok = eloWaitReply(toupper(request[1]), reply, fd);
  /external/skia/src/animator/
SkParseSVGPath.cpp 144 op = (char) toupper(op);
  /external/opencv/cxcore/src/
cxswitcher.cpp 670 int c0 = toupper(module->name[i]), c1 = toupper(name[i]);

Completed in 496 milliseconds

1 2 34 5 6 7 8