Searched defs:isdigit_l (Results 1 – 2 of 2) sorted by relevance
/aosp12/bionic/libc/bionic/ | ||
H A D | ctype.cpp | 50 int isdigit_l(int c, locale_t) { in isdigit_l() function |
/aosp12/bionic/tests/ | ||
H A D | ctype_test.cpp | 135 TEST(ctype, isdigit_l) { in TEST() argument |