Home
last modified time | relevance | path

Searched refs:towlower (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm-project/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp77 #ifdef towlower
78 #error towlower defined
112 ASSERT_SAME_TYPE(std::wint_t, decltype(std::towlower(w))); in main()
/external/libcxx/test/std/strings/c.strings/
Dcwctype.pass.cpp78 #ifdef towlower
79 #error towlower defined
113 ASSERT_SAME_TYPE(std::wint_t, decltype(std::towlower(w))); in main()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dwctype_h.pass.cpp76 #ifdef towlower
77 #error towlower defined
111 static_assert((std::is_same<decltype(towlower(w)), wint_t>::value), ""); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dwctype_h.pass.cpp75 #ifdef towlower
76 #error towlower defined
110 static_assert((std::is_same<decltype(towlower(w)), wint_t>::value), ""); in main()
/external/libcxx/include/support/solaris/
Dwchar.h22 #define towlower sun_towlower macro
42 #undef towlower
/external/llvm-project/libcxx/include/support/solaris/
Dwchar.h21 #define towlower sun_towlower macro
41 #undef towlower
/external/libcxx/include/
Dcwctype44 wint_t towlower(wint_t wc);
80 using ::towlower;
Dwctype.h72 #undef towlower
/external/llvm-project/libcxx/include/
Dcwctype43 wint_t towlower(wint_t wc);
79 using ::towlower;
Dwctype.h73 #undef towlower
/external/mtools/
Dmatch.c82 if(is_in_range((wchar_t)towlower((wint_t)*s), &p0, &reverse)) { in parse_range()
84 *out = (wchar_t)towlower((wint_t)*s); in parse_range()
DmissFuncs.c343 c1 = towlower (*p1++); in wcscasecmp()
344 c2 = towlower (*p2++); in wcscasecmp()
Dsysincludes.h341 # define towlower(x) tolower(x) macro
Dmtools.h230 return (wchar_t) towlower( (wint_t) ch); in UNUSED()
/external/openssh/openbsd-compat/
Dbsd-cygwin_util.c179 if (*pattern != '?' && towlower(*pattern) != towlower(*s)) in __match_pattern()
/external/python/cpython2/Objects/
Dunicodectype.c202 return towlower(ch); in _PyUnicode_ToLowercase()
/external/llvm-project/libcxx/include/support/xlocale/
D__posix_l_fallback.h131 return ::towlower(c); in towlower_l()
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h132 return ::towlower(c); in towlower_l()
/external/icu/icu4c/source/test/perf/charperf/
Dcharperf.h230 towlower(ch); in StdLibToLower()
/external/python/cpython3/Include/
Dpyport.h631 #define tolower(c) towlower(btowc(c))
/external/python/cpython2/Include/
Dpyport.h737 #define tolower(c) towlower(btowc(c))
Dunicodeobject.h341 #define Py_UNICODE_TOLOWER(ch) towlower(ch)
/external/one-true-awk/
Drun.c1582 static wint_t towlower(wint_t wc) in towlower() function
1598 return nawk_convert(s, tolower, towlower); in nawk_tolower()
/external/toybox/lib/
Dlib.c420 c = towlower(c); in strlower()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1631 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()
1632 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()

12