Home
last modified time | relevance | path

Searched defs:towupper_l (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libc/locale/
H A Diswctype_l.c155 towupper_l(wint_t c, locale_t locale) in towupper_l() function
/openbsd-src/gnu/llvm/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h83 inline _LIBCPP_HIDE_FROM_ABI_C wint_t towupper_l(wint_t __c, locale_t) { return ::towupper(__c); } in towupper_l() function
/openbsd-src/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h256 #define towupper_l _towupper_l macro