Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dutils.h56 #define towupper(a) toupper(a) macro
/bionic/tests/
Dwctype_test.cpp138 TEST(wctype, towupper) { in TEST() argument
/bionic/libc/bionic/
Dwctype.cpp130 wint_t towupper(wint_t wc) { in towupper() function