Home
last modified time | relevance | path

Searched refs:towlower (Results 1 – 15 of 15) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcscasecmp.c39 c1 = towlower(*s1); in wcscasecmp()
40 c2 = towlower(*s2); in wcscasecmp()
Dwcsncasecmp.c41 c1 = towlower(*s1); in wcsncasecmp()
42 c2 = towlower(*s2); in wcsncasecmp()
/bionic/libc/bionic/
Dwctype.cpp85 wint_t towlower(wint_t wc) { return tolower(wc); } in towlower() function
89 int towlower_l(int c, locale_t) { return towlower(c); } in towlower_l()
/bionic/libc/include/
Dwchar.h105 extern wint_t towlower(wint_t);
/bionic/libc/
Dlibc.mips64.map1020 towlower;
Dlibc.x86_64.map1020 towlower;
Dlibc.arm64.map1020 towlower;
Dlibc.x86.brillo.map1078 towlower;
Dlibc.mips.brillo.map1080 towlower;
Dlibc.arm.brillo.map1082 towlower;
Dlibc.mips.map1080 towlower;
Dlibc.x86.map1078 towlower;
Dlibc.arm.map1082 towlower;
Dlibc.map.txt1107 towlower;
/bionic/libc/tools/
Dposix-2013.txt1082 towlower