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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystrcmp.c 12 (tolower((unsigned)*s1) == tolower((unsigned)*s2))) {
16 return tolower((unsigned)*s1) - tolower((unsigned)*s2);
22 while (*s1 && (tolower((unsigned)*s1++) == tolower((unsigned)*s2++))) {
25 return (tolower((unsigned)*s1) - tolower((unsigned)*s2));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystrcmp.c 12 (tolower((unsigned)*s1) == tolower((unsigned)*s2))) {
16 return tolower((unsigned)*s1) - tolower((unsigned)*s2);
22 while (*s1 && (tolower((unsigned)*s1++) == tolower((unsigned)*s2++))) {
25 return (tolower((unsigned)*s1) - tolower((unsigned)*s2));
  /external/python/cpython2/Python/
pystrcmp.c 12 (tolower((unsigned)*s1) == tolower((unsigned)*s2))) {
16 return tolower((unsigned)*s1) - tolower((unsigned)*s2);
22 while (*s1 && (tolower((unsigned)*s1++) == tolower((unsigned)*s2++))) {
25 return (tolower((unsigned)*s1) - tolower((unsigned)*s2));
  /external/python/cpython3/Python/
pystrcmp.c 12 (tolower((unsigned)*s1) == tolower((unsigned)*s2))) {
16 return tolower((unsigned)*s1) - tolower((unsigned)*s2);
22 while (*s1 && (tolower((unsigned)*s1++) == tolower((unsigned)*s2++))) {
25 return (tolower((unsigned)*s1) - tolower((unsigned)*s2));
  /external/clang/test/CodeGen/
2002-02-13-ReloadProblem.c 10 extern int tolower(int);
14 if ((c <= test) | (tolower(c) <= tolower((unsigned char)test)))
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.character/
tolower.pass.cpp 12 // template <class charT> charT tolower(charT c, const locale& loc);
20 assert(std::tolower(' ', l) == ' ');
21 assert(std::tolower('<', l) == '<');
22 assert(std::tolower('\x8', l) == '\x8');
23 assert(std::tolower('A', l) == 'a');
24 assert(std::tolower('a', l) == 'a');
25 assert(std::tolower('z', l) == 'z');
26 assert(std::tolower('3', l) == '3');
27 assert(std::tolower('.', l) == '.');
28 assert(std::tolower('f', l) == 'f')
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.convenience/conversions/conversions.character/
tolower.pass.cpp 12 // template <class charT> charT tolower(charT c, const locale& loc);
20 assert(std::tolower(' ', l) == ' ');
21 assert(std::tolower('<', l) == '<');
22 assert(std::tolower('\x8', l) == '\x8');
23 assert(std::tolower('A', l) == 'a');
24 assert(std::tolower('a', l) == 'a');
25 assert(std::tolower('z', l) == 'z');
26 assert(std::tolower('3', l) == '3');
27 assert(std::tolower('.', l) == '.');
28 assert(std::tolower('f', l) == 'f')
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
tolower_1.pass.cpp 14 // char tolower(char) const;
26 assert(f.tolower(' ') == ' ');
27 assert(f.tolower('A') == 'a');
28 assert(f.tolower('\x07') == '\x07');
29 assert(f.tolower('.') == '.');
30 assert(f.tolower('a') == 'a');
31 assert(f.tolower('1') == '1');
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
tolower_1.pass.cpp 14 // char tolower(char) const;
26 assert(f.tolower(' ') == ' ');
27 assert(f.tolower('A') == 'a');
28 assert(f.tolower('\x07') == '\x07');
29 assert(f.tolower('.') == '.');
30 assert(f.tolower('a') == 'a');
31 assert(f.tolower('1') == '1');
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
tolower_1.pass.cpp 16 // charT tolower(charT) const;
32 assert(f.tolower(' ') == ' ');
33 assert(f.tolower('A') == 'a');
34 assert(f.tolower('\x07') == '\x07');
35 assert(f.tolower('.') == '.');
36 assert(f.tolower('a') == 'a');
37 assert(f.tolower('1') == '1');
38 assert(f.tolower('\xFA') == '\xFA');
48 assert(f.tolower(' ') == ' ');
49 assert(f.tolower('A') == 'a')
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
tolower_1.pass.cpp 16 // charT tolower(charT) const;
32 assert(f.tolower(' ') == ' ');
33 assert(f.tolower('A') == 'a');
34 assert(f.tolower('\x07') == '\x07');
35 assert(f.tolower('.') == '.');
36 assert(f.tolower('a') == 'a');
37 assert(f.tolower('1') == '1');
38 assert(f.tolower('\xFA') == '\xFA');
48 assert(f.tolower(' ') == ' ');
49 assert(f.tolower('A') == 'a')
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
tolower_1.pass.cpp 14 // charT tolower(charT) const;
26 assert(f.tolower(L' ') == L' ');
27 assert(f.tolower(L'A') == L'a');
28 assert(f.tolower(L'\x07') == L'\x07');
29 assert(f.tolower(L'.') == L'.');
30 assert(f.tolower(L'a') == L'a');
31 assert(f.tolower(L'1') == L'1');
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
tolower_1.pass.cpp 14 // charT tolower(charT) const;
26 assert(f.tolower(L' ') == L' ');
27 assert(f.tolower(L'A') == L'a');
28 assert(f.tolower(L'\x07') == L'\x07');
29 assert(f.tolower(L'.') == L'.');
30 assert(f.tolower(L'a') == L'a');
31 assert(f.tolower(L'1') == L'1');
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
strcmp.c 60 while (tolower(*us1) == tolower(*us2)) {
65 return tolower(*us1) - tolower(*us2);
  /external/fio/oslib/
strcasestr.c 15 (tolower(*p) == tolower(*s))) {
  /bionic/libc/upstream-netbsd/lib/libc/string/
strcasestr.c 58 c = tolower((unsigned char)c);
64 } while ((char)tolower((unsigned char)sc) != c);
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
strncasecmp.c 70 CompareVal = tolower(*s1) - tolower(*s2);
  /external/clang/test/Sema/
libbuiltins-ctype-powerpc64.c 15 int tolower(int);
43 // CHECK: call signext i32 @tolower(i32 signext {{%[0-9]+}}) [[NUW_RO_CALL:#[0-9]+]]
44 (void)tolower(x);
61 // CHECK: declare signext i32 @tolower(i32 signext) [[NUW_RO:#[0-9]+]]
libbuiltins-ctype-x86_64.c 15 int tolower(int);
43 // CHECK: call i32 @tolower(i32 {{%[0-9]+}}) [[NUW_RO_CALL:#[0-9]+]]
44 (void)tolower(x);
61 // CHECK: declare i32 @tolower(i32) [[NUW_RO:#[0-9]+]]
  /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
  /system/core/libutils/include/utils/
FastStrcmp.h 53 ((tolower(*l) != tolower(*r)) || (__predict_true(n > 1) && cmp(l + 1, r + 1, n - 1)));
72 return (tolower(*l) != tolower(*r)) || (__predict_true(*l) && cmp(l + 1, r + 1));
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cctype 54 using ::tolower;
  /external/libcxx/include/
ctype.h 29 int tolower(int c);
55 #undef tolower macro

Completed in 576 milliseconds

1 2 3 4 5 6 7 8 91011>>