Home
last modified time | relevance | path

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

/bionic/tests/
Dctype_test.cpp323 TEST(ctype, toupper_l) { in TEST() argument
324 EXPECT_EQ('!', toupper_l('!', LC_GLOBAL_LOCALE)); in TEST()
325 EXPECT_EQ('A', toupper_l('a', LC_GLOBAL_LOCALE)); in TEST()
326 EXPECT_EQ('A', toupper_l('A', LC_GLOBAL_LOCALE)); in TEST()
/bionic/libc/bionic/
Dctype.cpp82 int toupper_l(int c, locale_t) { in toupper_l() function
/bionic/tests/headers/posix/
Dctype_h.c64 FUNCTION(toupper_l, int (*f)(int, locale_t)); in ctype_h()
/bionic/libc/include/bits/
Dctype_inlines.h204 int toupper_l(int __ch, locale_t __l) __INTRODUCED_IN(21);
/bionic/libc/tools/
Dposix-2013.txt1079 toupper_l
/bionic/docs/
Dstatus.md177 …punct_l`, `isspace_l`, `isupper_l`, `isxdigit_l`, `_tolower`, `tolower_l`, `_toupper`, `toupper_l`.
/bionic/tools/versioner/platforms/
Dlibc.map.txt1099 toupper_l; # introduced=21
/bionic/libc/
Dlibc.map.txt1099 toupper_l; # introduced=21