Searched refs:towlower (Results 1 – 25 of 26) sorted by relevance
12
78 #ifdef towlower79 #error towlower defined113 ASSERT_SAME_TYPE(std::wint_t, decltype(std::towlower(w))); in main()
75 #ifdef towlower76 #error towlower defined110 static_assert((std::is_same<decltype(towlower(w)), wint_t>::value), ""); in main()
22 #define towlower sun_towlower macro42 #undef towlower
44 wint_t towlower(wint_t wc);80 using ::towlower;
72 #undef towlower
202 return towlower(ch); in _PyUnicode_ToLowercase()
132 return ::towlower(c); in towlower_l()
230 towlower(ch); in StdLibToLower()
105 return static_cast<wchar_t>(towlower(c)); in tolowercase()
591 #define tolower(c) towlower(btowc(c))
737 #define tolower(c) towlower(btowc(c))
341 #define Py_UNICODE_TOLOWER(ch) towlower(ch)
395 c = towlower(c); in strlower()
132 *!towlower
1631 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()1632 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
1632 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()1633 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
1941 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()1942 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
1940 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()1941 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
1985 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()1986 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
1956 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()1957 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
3388 left = towlower(*lhs++); in CaseInsensitiveWideCStringEquals()3389 right = towlower(*rhs++); in CaseInsensitiveWideCStringEquals()
254 FILE 7784 f:\dd\vctools\crt\crtw32\convert\towlower.c
3157 fun:towlower=uninstrumented