Home
last modified time | relevance | path

Searched defs:tolower_l (Results 1 – 11 of 11) sorted by relevance

/external/cronet/stable/third_party/libc++/src/include/__support/xlocale/
D__posix_l_fallback.h38 inline _LIBCPP_HIDE_FROM_ABI int tolower_l(int __c, locale_t) { return ::tolower(__c); } in tolower_l() function
/external/cronet/tot/third_party/libc++/src/include/__support/xlocale/
D__posix_l_fallback.h38 inline _LIBCPP_HIDE_FROM_ABI int tolower_l(int __c, locale_t) { return ::tolower(__c); } in tolower_l() function
/external/libcxx/include/support/win32/
Dlocale_win32.h164 #define tolower_l _tolower_l macro
/external/cronet/stable/third_party/libc++/src/include/__locale_dir/locale_base_api/
Dwin32.h210 #define tolower_l _tolower_l macro
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__locale_dir/locale_base_api/
Dwin32.h210 #define tolower_l _tolower_l macro
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__locale_dir/locale_base_api/
Dwin32.h210 #define tolower_l _tolower_l macro
/external/cronet/tot/third_party/libc++/src/include/__locale_dir/locale_base_api/
Dwin32.h210 #define tolower_l _tolower_l macro
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__support/xlocale/
D__posix_l_fallback.h52 inline _LIBCPP_HIDE_FROM_ABI int tolower_l(int __c, locale_t) { return ::tolower(__c); } in tolower_l() function
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h123 inline _LIBCPP_INLINE_VISIBILITY int tolower_l(int c, locale_t) { in tolower_l() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__support/xlocale/
D__posix_l_fallback.h52 inline _LIBCPP_HIDE_FROM_ABI int tolower_l(int __c, locale_t) { return ::tolower(__c); } in tolower_l() function
/external/libcxx/include/support/ibm/
Dxlocale.h172 int tolower_l(int c, locale_t locale) in tolower_l() function