Home
last modified time | relevance | path

Searched refs:towlower_l (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/
Dwctype.h48 extern int towlower_l(int, locale_t);
/bionic/libc/bionic/
Dwctype.cpp89 int towlower_l(int c, locale_t) { return towlower(c); } in towlower_l() function
/bionic/libc/tools/
Dposix-2013.txt1083 towlower_l
/bionic/libc/
Dlibc.map1210 towlower_l;