Searched defs:isdigit_l (Results 1 – 3 of 3) sorted by relevance
38 inline _LIBCPP_INLINE_VISIBILITY int isdigit_l(int c, locale_t) { in isdigit_l() function
240 #define isdigit_l _isdigit_l macro
48 int isdigit_l(int c, locale_t locale) in isdigit_l() function