Home
last modified time | relevance | path

Searched defs:toupper_l (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dwin32.h
/llvm-project/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h50 inline _LIBCPP_HIDE_FROM_ABI int toupper_l(int __c, locale_t) { return ::toupper(__c); } toupper_l() function