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

1 2 3 4 5 6

  /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 55 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/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;
ctype.h 80 int toupper(int);
160 __CTYPE_INLINE int toupper(int c) function
  /prebuilt/ndk/android-ndk-r4/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
  /ndk/sources/android/stlport/stlport/stl/
_cctype.h 44 using _STLP_VENDOR_CSTD::toupper;
  /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
  /development/ndk/platforms/android-3/include/
ctype.h 84 int toupper(int);
164 __CTYPE_INLINE int toupper(int c) function
  /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
  /prebuilt/ndk/android-ndk-r4/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
  /development/ndk/platforms/android-3/include/linux/
ctype.h 42 #define toupper(c) __toupper(c) macro
  /external/kernel-headers/original/linux/
ctype.h 52 #define toupper(c) __toupper(c) macro

Completed in 1237 milliseconds

1 2 3 4 5 6