Home
last modified time | relevance | path

Searched defs:towlower_l (Results 1 – 2 of 2) sorted by relevance

/bionic/tests/
Dwctype_test.cpp118 TEST(wctype, towlower_l) { in TEST() argument
/bionic/libc/bionic/
Dwctype.cpp144 wint_t towlower_l(wint_t c, locale_t) { return towlower(c); } in towlower_l() function