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

1 2 34 5

  /external/openssl/ssl/
ssltest.c     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 321 part.toUpper();
902 if (toupper(c[0]) != 'D' ||
903 toupper(c[1]) != 'P' ||
904 toupper(c[2]) != 'I' ||
    [all...]
  /dalvik/libdex/
sha1.c 319 c = toupper(c);
  /external/iproute2/tc/
m_ipt.c 258 new_name[i] = toupper(new_name[i]);
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 200 { return toupper(c); }
  /external/libxml2/
encoding.c 1017 upper[i] = toupper(alias[i]);
1052 upper[i] = toupper(alias[i]);
1154 upper[i] = toupper(name[i]);
    [all...]
HTMLparser.c 237 #define UPPER (toupper(*ctxt->input->cur))
243 #define UPP(val) (toupper(ctxt->input->cur[(val)]))
    [all...]
xpath.c     [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.c 1005 : ((islower(n1) ? (toupper(n1)) : n1) - 'A' + 10);
1007 : ((islower(n2) ? (toupper(n2)) : n2) - 'A' + 10);
    [all...]
  /external/bluetooth/glib/glib/
gstring.c 1326 * toupper() function, which is almost never the right thing.
1343 *s = toupper (*s);
    [all...]
gstrfuncs.c 703 #define TOUPPER(c) (ISLOWER (c) ? (c) - 'a' + 'A' : (c))
744 if ((base == 0 || base == 16) && TOUPPER (s[1]) == 'X')
768 c = TOUPPER (c) - 'A' + 10;
807 if (save - nptr >= 2 && TOUPPER (save[-1]) == 'X'
    [all...]
  /external/ppp/pppd/
chap_ms.c 586 UcasePassword[i] = (u_char)toupper(secret[i]);
  /frameworks/base/libs/utils/
String8.cpp 456 void String8::toUpper()
458 toUpper(0, size());
461 void String8::toUpper(size_t start, size_t length)
473 *buf = toupper(*buf);
  /bionic/libc/regex/
regcomp.c 864 return ((uch)toupper(ch));
    [all...]
  /system/core/toolbox/
newfs_msdos.c 1037 c = *src ? toupper(*src++) : ' ';
  /external/dropbear/libtommath/mtest/
mpi.c     [all...]
  /external/openssl/apps/
ca.c     [all...]
  /external/strace/
syscall.c 327 s[i] = toupper((unsigned char)(s[i]));
    [all...]
  /external/libpng/
configure     [all...]
  /external/clearsilver/
configure     [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c     [all...]
  /external/genext2fs/
configure     [all...]
  /external/grub/
configure     [all...]
  /external/libpcap/
configure     [all...]
  /external/dropbear/
configure     [all...]

Completed in 819 milliseconds

1 2 34 5