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

1 2

  /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
  /external/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), "");
  /external/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), "");
  /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...]
mbchar.h 202 ? (int) towlower ((mbc1).wc) - (int) towlower ((mbc2).wc) \
218 ? towlower ((mbc1).wc) == towlower ((mbc2).wc) \
  /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...]
  /external/bison/linux-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...]
  /bionic/libc/bionic/
wctype.cpp 85 wint_t towlower(wint_t wc) { return tolower(wc); } function
89 int towlower_l(int c, locale_t) { return towlower(c); }
  /development/ndk/platforms/android-3/include/
wchar.h 114 extern wint_t towlower(wint_t);
  /development/ndk/platforms/android-8/include/
wchar.h 120 extern wint_t towlower(wint_t);
  /development/ndk/platforms/android-9/include/
wchar.h 101 extern wint_t towlower(wint_t);
  /external/chromium_org/third_party/icu/source/test/perf/charperf/
charperf.h 226 towlower(ch);
  /external/icu/icu4c/source/test/perf/charperf/
charperf.h 226 towlower(ch);
  /external/libcxx/include/support/android/
locale_bionic.h 132 return towlower(c);
  /bionic/libc/include/
wchar.h 104 extern wint_t towlower(wint_t);
  /development/ndk/platforms/android-L/include/
wchar.h 104 extern wint_t towlower(wint_t);
  /external/chromium_org/third_party/webrtc/base/
stringutils.h 105 return static_cast<wchar_t>(towlower(c));
  /external/libedit/src/
chartype.h 93 #define Tolower(x) towlower(x)
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 94 i = towlower(towupper(L'?')) == L'?';
174 {{^towlower\('?'\).*= '?'} == 1}
  /external/libcxx/src/support/solaris/
xlocale.c 157 return __l->lc_ctype->core.user_api->towlower(__l->lc_ctype, __c);
  /external/ltrace/etc/
libc.so.conf 485 wint_t towlower(wint_t);
  /external/chromium_org/testing/gtest/src/
gtest.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc     [all...]

Completed in 431 milliseconds

1 2