HomeSort by relevance Sort by last modified time
    Searched refs:tolower (Results 101 - 125 of 392) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ctype.h 78 rather than `unsigned char's because tolower (EOF) must be EOF, which
126 extern int tolower (int __c) __THROW;
158 /* These are the same as `toupper' and `tolower' except that they do not
217 __NTH (tolower (int __c)) function
230 # define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c)) macro
  /bionic/libc/dns/nameser/
ns_ttl.c 88 *p = tolower(ch);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
inet_net_pton.c 157 ch = tolower(ch);
ns_ttl.c 118 *p = (char)( tolower(ch));
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
iswctype_sb.c 153 return tolower((int)c);
201 { "tolower", towlower },
  /external/e2fsprogs/contrib/
fallocate.c 74 c = tolower(*sp);
  /external/elfutils/src/
ldlex.l 176 if (tolower (*endp) == 'k')
180 assert (tolower (*endp) == 'm');
  /external/libnl/src/lib/
utils.c 153 switch ((answer = tolower(buf[0]))) {
  /external/llvm/lib/Option/
OptTable.cpp 31 char a = tolower(*A), b = tolower(*B);
36 a = tolower(*++X);
37 b = tolower(*++Y);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringExtras.h 124 result[i] = char(tolower(result[i]));
  /external/toybox/toys/other/
taskset.c 81 if (digit > 9) digit = 10 + tolower(*s)-'a';
  /external/toybox/toys/pending/
more.c 58 input_key = tolower(getc(cin));
  /external/vboot_reference/futility/
cmd_pcr.c 53 c = tolower(c);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
localefwd.h 116 tolower(_CharT, const locale&);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
localefwd.h 116 tolower(_CharT, const locale&);
  /bionic/libc/bionic/
iconv.cpp 71 if (tolower(*lhs) != tolower(*rhs)) break;
  /external/e2fsprogs/intl/
localealias.c 401 /* I know this seems to be odd but the tolower() function in
403 c1 = isupper (*p1) ? tolower (*p1) : *p1;
404 c2 = isupper (*p2) ? tolower (*p2) : *p2;
  /frameworks/av/media/libstagefright/foundation/
ParsedMessage.cpp 49 key.tolower();
143 key.tolower();
  /frameworks/base/tools/aapt2/
Locale.cpp 35 language[i++] = ::tolower(*language_chars);
54 script[i++] = ::tolower(*script_chars);
  /toolchain/binutils/binutils-2.27/intl/
localealias.c 406 /* I know this seems to be odd but the tolower() function in
408 c1 = isupper (*p1) ? tolower (*p1) : *p1;
409 c2 = isupper (*p2) ? tolower (*p2) : *p2;
  /external/valgrind/shared/
vg_replace_strmem.c 671 extern int tolower(int); \
675 c1 = tolower(*(const UChar *)s1); \
676 c2 = tolower(*(const UChar *)s2); \
712 extern int tolower(int); \
720 if (tolower(*(const UChar *)s1) \
721 < tolower(*(const UChar*)s2)) return -1; \
722 if (tolower(*(const UChar *)s1) \
723 > tolower(*(const UChar *)s2)) return 1; \
    [all...]
  /external/ImageMagick/MagickCore/
token.c 557 if (tolower((int) GetUTFCode(expression)) !=
558 tolower((int) GetUTFCode(pattern)))
838 string[i]=(char) tolower(c);
vms.c 203 *p=tolower(*p);
  /external/toybox/kconfig/lxdialog/
menubox.c 284 key = tolower(key);
292 if (key == tolower(item_str()[j]))
299 if (key == tolower(item_str()[j]))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 503 tolower(file_str[len-3]) == 'p' &&
504 tolower(file_str[len-2]) == 'y' &&
505 (tolower(file_str[len-1]) == 'c' ||
506 tolower(file_str[len-1]) == 'o'))

Completed in 710 milliseconds

1 2 3 45 6 7 8 91011>>