Searched refs:wctomb (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wctomb.c | 34 wctomb(char *s, wchar_t wchar) in wctomb() function
|
/bionic/tests/headers/posix/ |
D | stdlib_h.c | 140 FUNCTION(wctomb, int (*f)(char*, wchar_t)); in stdlib_h()
|
/bionic/libc/include/ |
D | stdlib.h | 166 int wctomb(char* __dst, wchar_t __wc) __INTRODUCED_IN(21) __VERSIONER_NO_GUARD;
|
/bionic/tests/ |
D | wchar_test.cpp | 47 EXPECT_EQ(0, wctomb(nullptr, L'h')); in TEST() 48 EXPECT_EQ(0, wctomb(nullptr, L'\0')); in TEST() 55 EXPECT_EQ(1, wctomb(bytes, L'\0')); in TEST() 60 EXPECT_EQ(1, wctomb(bytes, L'h')); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1172 wctomb
|
/bionic/docs/ |
D | status.md | 187 …of`/`strtof`, `at_quick_exit`/`_Exit`/`quick_exit`, `grantpt`, `mbtowc`/`wctomb`, `posix_openpt`, …
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1206 wctomb; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1206 wctomb; # introduced=21
|
D | Android.bp | 475 "upstream-openbsd/lib/libc/locale/wctomb.c",
|