HomeSort by relevance Sort by last modified time
    Searched refs:toupper (Results 1 - 25 of 248) sorted by null

1 2 3 4 5 6 7 8 910

  /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;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cctype 53 using ::toupper;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cctype 53 using ::toupper;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cctype 55 using ::toupper;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cctype 55 using ::toupper;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
cctype 55 using ::toupper;
  /prebuilts/ndk/android-ndk-r7/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;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 44 using _STLP_VENDOR_CSTD::toupper;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 44 using _STLP_VENDOR_CSTD::toupper;
  /prebuilts/ndk/android-ndk-r7/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);
  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 73 *tmp = toupper ((unsigned char)*tmp); \
264 while (*s1 != '\0' && toupper(*s1) == toupper(*s2))
270 return toupper(*(unsigned char *) s1) - toupper(*(unsigned char *) s2);
  /dalvik/opcode-gen/
opcode-gen.awk 112 itype = toupper(indexType[i]);
118 constName[i], constName[i], name[i], toupper(format[i]), itype);
303 constName[idx] = toupper(name[idx]);
308 family[idx] = toupper(parts[1]);
452 return toupper(sprintf("UNUSED_%02x", idx));
454 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

Completed in 683 milliseconds

1 2 3 4 5 6 7 8 910