Searched defs:isalpha_l (Results 1 – 3 of 3) sorted by relevance
32 inline _LIBCPP_HIDE_FROM_ABI_C int isalpha_l(int __c, locale_t) { return ::isalpha(__c); } in isalpha_l() function
27 inline _LIBCPP_INLINE_VISIBILITY int isalpha_l(int c, locale_t) { in isalpha_l() function
31 int isalpha_l(int c, locale_t locale) in isalpha_l() function