Home
last modified time | relevance | path

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

/external/libcxx/include/support/win32/
Dlocale_win32.h163 #define toupper_l _toupper_l macro
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/xlocale/
D__posix_l_fallback.h54 inline _LIBCPP_HIDE_FROM_ABI_C int toupper_l(int __c, locale_t) { return ::toupper(__c); } in toupper_l() function
/external/ImageMagick/MagickCore/
Dnt-base.h265 #define toupper_l _toupper_l macro
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h119 inline _LIBCPP_INLINE_VISIBILITY int toupper_l(int c, locale_t) { in toupper_l() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/
Dlocale_win32.h245 #define toupper_l _toupper_l macro
/external/libcxx/include/support/ibm/
Dxlocale.h167 int toupper_l(int c, locale_t locale) in toupper_l() function