Searched refs:wcsrtombs (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstombs.c | 42 return (wcsrtombs(s, &pwcsp, n, &mbs)); in wcstombs()
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vswscanf.c | 72 if ((mlen = wcsrtombs(mbstr, &strp, len, &mbs)) == (size_t)-1) { in vswscanf()
|
/bionic/tests/ |
D | wchar_test.cpp | 130 EXPECT_EQ(5U, wcsrtombs(nullptr, &src, 0, nullptr)); in TEST() 133 EXPECT_EQ(5U, wcsrtombs(nullptr, &src, 4, nullptr)); in TEST() 136 EXPECT_EQ(5U, wcsrtombs(nullptr, &src, 256, nullptr)); in TEST() 151 EXPECT_EQ(static_cast<size_t>(-1), wcsrtombs(nullptr, &src, 0, nullptr)); in TEST() 156 EXPECT_EQ(static_cast<size_t>(-1), wcsrtombs(nullptr, &src, 256, nullptr)); in TEST() 183 EXPECT_EQ(0U, wcsrtombs(bytes, &src, 0, nullptr)); in TEST() 189 EXPECT_EQ(4U, wcsrtombs(bytes, &src, 4, nullptr)); in TEST() 197 EXPECT_EQ(5U, wcsrtombs(bytes, &src, 256, nullptr)); in TEST() 204 EXPECT_EQ(5U, wcsrtombs(bytes, &src, 6, nullptr)); in TEST() 211 EXPECT_EQ(static_cast<size_t>(-1), wcsrtombs(bytes, &src, 256, nullptr)); in TEST() [all …]
|
/bionic/libc/bionic/ |
D | wchar.cpp | 210 size_t wcsrtombs(char* dst, const wchar_t** src, size_t len, mbstate_t* ps) { in wcsrtombs() function
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 99 FUNCTION(wcsrtombs, size_t (*f)(char*, const wchar_t**, size_t, mbstate_t*)); in wchar_h()
|
/bionic/libc/stdio/ |
D | printf_common.h | 700 nbytes = wcsrtombs(nullptr, (const wchar_t**)&p, 0, &mbs); in wcsconv() 725 if ((nbytes = wcsrtombs(convbuf, (const wchar_t**)&p, nbytes, &mbs)) == (size_t)-1) { in wcsconv()
|
/bionic/libc/include/ |
D | wchar.h | 94 size_t wcsrtombs(char* __dst, const wchar_t** __src, size_t __dst_n, mbstate_t* __ps);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1154 wcsrtombs
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1185 wcsrtombs;
|
/bionic/libc/ |
D | libc.map.txt | 1185 wcsrtombs;
|