Home
last modified time | relevance | path

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

/bionic/libc/include/
Dwctype.h49 extern int towupper_l(int, locale_t);
/bionic/libc/bionic/
Dwctype.cpp88 int towupper_l(int c, locale_t) { return towupper(c); } in towupper_l() function
/bionic/libc/tools/
Dposix-2013.txt1085 towupper_l
/bionic/libc/
Dlibc.map1212 towupper_l;