Searched refs:toupper_l (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | ctype_test.cpp | 323 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/ |
D | ctype.cpp | 82 int toupper_l(int c, locale_t) { in toupper_l() function
|
/bionic/tests/headers/posix/ |
D | ctype_h.c | 64 FUNCTION(toupper_l, int (*f)(int, locale_t)); in ctype_h()
|
/bionic/libc/include/bits/ |
D | ctype_inlines.h | 204 int toupper_l(int __ch, locale_t __l) __INTRODUCED_IN(21);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1079 toupper_l
|
/bionic/docs/ |
D | status.md | 177 …punct_l`, `isspace_l`, `isupper_l`, `isxdigit_l`, `_tolower`, `tolower_l`, `_toupper`, `toupper_l`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1099 toupper_l; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1099 toupper_l; # introduced=21
|