HomeSort by relevance Sort by last modified time
    Searched defs:tolower (Results 1 - 25 of 61) sorted by null

1 2 3

  /bionic/libc/upstream-openbsd/lib/libc/gen/
tolower_.c 53 #undef tolower macro
55 tolower(int c) function
61 DEF_STRONG(tolower); variable
  /device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
CConv.c 4 The tolower function converts an uppercase letter to a corresponding
7 specified by the current locale, for which islower is true, the tolower
32 /** The tolower function converts an uppercase letter to a corresponding
39 the current locale, for which islower is true, the tolower
45 tolower( function
  /external/syslinux/core/include/
ctype.h 17 static inline int tolower(int c) function
  /external/syslinux/gpxe/src/include/
ctype.h 15 static inline unsigned char tolower(unsigned char c) function
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
ctype.h 57 #define tolower(c) ((c) + 0x20 * (((c) >= 'A') && ((c) <= 'Z'))) macro
  /device/linaro/bootloader/edk2/StdLib/Include/
ctype.h 188 /** The tolower function converts an uppercase letter to a corresponding
195 the current locale, for which islower is true, the tolower
200 int tolower(int c);
236 #define tolower(c) (__toLower((int)c)) macro
  /external/libcxx/include/
ctype.h 29 int tolower(int c);
55 #undef tolower macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
ctype.h 29 int tolower(int c);
64 #undef tolower macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
ctype.h 29 int tolower(int c);
55 #undef tolower macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
ctype.h 29 int tolower(int c);
55 #undef tolower macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
ctype.h 29 int tolower(int c);
55 #undef tolower macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
ctype.h 29 int tolower(int c);
55 #undef tolower macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
ctype.h 29 int tolower(int c);
55 #undef tolower macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
ctype.h 29 int tolower(int c);
55 #undef tolower macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
ctype.h 29 int tolower(int c);
64 #undef tolower macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
ctype.h 29 int tolower(int c);
55 #undef tolower macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
ctype.h 29 int tolower(int c);
55 #undef tolower macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
ctype.h 29 int tolower(int c);
55 #undef tolower macro
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
ctype.h 29 int tolower(int c);
55 #undef tolower macro
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
ctype.h 29 int tolower(int c);
55 #undef tolower macro
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
ctype.h 29 int tolower(int c);
55 #undef tolower macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
ctype.h 29 int tolower(int c);
55 #undef tolower macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytes_methods.h 64 #define TOLOWER(c) Py_TOLOWER(c)
67 #undef tolower macro
68 #define tolower(c) undefined_tolower(c) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytes_methods.h 64 #define TOLOWER(c) Py_TOLOWER(c)
67 #undef tolower macro
68 #define tolower(c) undefined_tolower(c) macro
  /external/python/cpython2/Include/
bytes_methods.h 64 #define TOLOWER(c) Py_TOLOWER(c)
67 #undef tolower macro
68 #define tolower(c) undefined_tolower(c) macro

Completed in 418 milliseconds

1 2 3