Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dwctype.cpp165 static wctrans_t wctrans_toupper = wctrans_t(2); variable
169 if (strcmp(name, "toupper") == 0) return wctrans_toupper; in wctrans()
179 if (t == wctrans_toupper) return towupper(c); in towctrans()