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

1 2 3 4 5 6 7 8

  /prebuilts/ndk/r11/sources/android/support/src/musl-ctype/
iswupper.c 5 return towlower(wc) != wc;
wctrans.c 14 if (trans == (wctrans_t)2) return towlower(wc);
  /prebuilts/ndk/r13/sources/android/support/src/musl-ctype/
iswupper.c 5 return towlower(wc) != wc;
wctrans.c 14 if (trans == (wctrans_t)2) return towlower(wc);
  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
towlower_l.c 6 return towlower(c);
  /prebuilts/ndk/r13/sources/android/support/src/musl-locale/
towlower_l.c 6 return towlower(c);
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcscasecmp.c 39 c1 = towlower(*s1);
40 c2 = towlower(*s2);
wcsncasecmp.c 41 c1 = towlower(*s1);
42 c2 = towlower(*s2);
  /external/libcxx/include/support/solaris/
wchar.h 22 #define towlower sun_towlower macro
42 #undef towlower macro
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 22 #define towlower sun_towlower macro
42 #undef towlower macro
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 22 #define towlower sun_towlower macro
42 #undef towlower macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/solaris/
wchar.h 22 #define towlower sun_towlower macro
42 #undef towlower macro
  /external/libcxx/include/
wctype.h 41 wint_t towlower(wint_t wc);
72 #undef towlower macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
wctype.h 41 wint_t towlower(wint_t wc);
72 #undef towlower macro
  /bionic/tests/
wctype_test.cpp 107 TEST(wctype, towlower) {
108 EXPECT_EQ(WEOF, towlower(WEOF));
109 EXPECT_EQ(wint_t('!'), towlower(L'!'));
110 EXPECT_EQ(wint_t('a'), towlower(L'a'));
111 EXPECT_EQ(wint_t('a'), towlower(L'A'));
113 EXPECT_EQ(wint_t(L'ç'), towlower(L'ç'));
114 EXPECT_EQ(wint_t(L'ç'), towlower(L'Ç'));
115 EXPECT_EQ(wint_t(L'?'), towlower(L'?'));
116 EXPECT_EQ(wint_t(L'?'), towlower(L'?'));
118 GTEST_LOG_(INFO) << "skipping unicode towlower tests"
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
iswctype_sb.c 149 #undef towlower macro
151 towlower(wint_t c) function
201 { "tolower", towlower },
  /external/libcxx/test/std/depr/depr.c.headers/
wctype_h.pass.cpp 75 #ifdef towlower
76 #error towlower defined
110 static_assert((std::is_same<decltype(towlower(w)), wint_t>::value), "");
  /external/libcxx/test/std/strings/c.strings/
cwctype.pass.cpp 75 #ifdef towlower
76 #error towlower defined
110 static_assert((std::is_same<decltype(std::towlower(w)), std::wint_t>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 75 #ifdef towlower
76 #error towlower defined
110 static_assert((std::is_same<decltype(towlower(w)), wint_t>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwctype.pass.cpp 75 #ifdef towlower
76 #error towlower defined
110 static_assert((std::is_same<decltype(std::towlower(w)), std::wint_t>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wctype_h.pass.cpp 75 #ifdef towlower
76 #error towlower defined
110 static_assert((std::is_same<decltype(towlower(w)), wint_t>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwctype.pass.cpp 75 #ifdef towlower
76 #error towlower defined
110 static_assert((std::is_same<decltype(std::towlower(w)), std::wint_t>::value), "");
  /bionic/libc/include/bits/
wctype.h 53 wint_t towlower(wint_t);
  /external/bison/lib/
wctype.in.h 24 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
129 # undef towlower macro
151 # define towlower rpl_towlower macro
297 towlower
332 The functions towlower and towupper are implemented in the MSVCRT library
347 return (wint_t) (wchar_t) towlower (wc);
350 # define towlower rpl_towlower macro
453 _GL_CXXALIAS_RPL (towlower, wint_t, (wint_t wc));
456 _GL_CXXALIAS_SYS (towlower, wint_t, (wint_t wc));
459 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /external/bison/darwin-lib/
wctype.h 25 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
431 # undef towlower macro
453 # define towlower rpl_towlower
599 towlower function
634 The functions towlower and towupper are implemented in the MSVCRT library
649 return (wint_t) (wchar_t) towlower (wc);
652 # define towlower rpl_towlower macro
755 _GL_CXXALIAS_RPL (towlower, wint_t, (wint_t wc));
758 _GL_CXXALIAS_SYS (towlower, wint_t, (wint_t wc));
761 _GL_CXXALIASWARN (towlower); variable
    [all...]

Completed in 721 milliseconds

1 2 3 4 5 6 7 8