Searched refs:towlower_l (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ | ||
D | wctype.h | 48 extern int towlower_l(int, locale_t); |
/bionic/libc/bionic/ | ||
D | wctype.cpp | 89 int towlower_l(int c, locale_t) { return towlower(c); } in towlower_l() function |