Searched refs:__libcpp_mb_cur_max_l (Results 1 - 6 of 6) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/include/
H A D__bsd_locale_defaults.h18 #define __libcpp_mb_cur_max_l(loc) MB_CUR_MAX_L(loc) macro
H A D__bsd_locale_fallbacks.h26 decltype(MB_CUR_MAX) __libcpp_mb_cur_max_l(locale_t __l) function
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
H A D__bsd_locale_defaults.h18 #define __libcpp_mb_cur_max_l(loc) MB_CUR_MAX_L(loc) macro
H A D__bsd_locale_fallbacks.h26 decltype(MB_CUR_MAX) __libcpp_mb_cur_max_l(locale_t __l) function
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/src/
H A Dlocale.cpp1672 if (__l == 0 || __libcpp_mb_cur_max_l(__l) == 1) // there are no known constant length encodings
1712 return __l == 0 ? 1 : static_cast<int>(__libcpp_mb_cur_max_l(__l));
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
H A Dlocale.cpp1672 if (__l == 0 || __libcpp_mb_cur_max_l(__l) == 1) // there are no known constant length encodings
1712 return __l == 0 ? 1 : static_cast<int>(__libcpp_mb_cur_max_l(__l));

Completed in 67 milliseconds