Home
last modified time | relevance | path

Searched defs:towlower (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dutils.h57 #define towlower(a) tolower(a) macro
/bionic/tests/
Dwctype_test.cpp103 TEST(wctype, towlower) { in TEST() argument
/bionic/libc/bionic/
Dwctype.cpp119 wint_t towlower(wint_t wc) { in towlower() function