Searched refs:wcsrtombs (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstombs.c | 42 return (wcsrtombs(s, &pwcsp, n, &mbs)); in wcstombs()
|
/bionic/tests/ |
D | wchar_test.cpp | 126 EXPECT_EQ(5U, wcsrtombs(NULL, &src, 0, NULL)); in TEST() 129 EXPECT_EQ(5U, wcsrtombs(NULL, &src, 4, NULL)); in TEST() 132 EXPECT_EQ(5U, wcsrtombs(NULL, &src, 256, NULL)); in TEST() 147 EXPECT_EQ(static_cast<size_t>(-1), wcsrtombs(NULL, &src, 0, NULL)); in TEST() 152 EXPECT_EQ(static_cast<size_t>(-1), wcsrtombs(NULL, &src, 256, NULL)); in TEST() 179 EXPECT_EQ(0U, wcsrtombs(bytes, &src, 0, NULL)); in TEST() 185 EXPECT_EQ(4U, wcsrtombs(bytes, &src, 4, NULL)); in TEST() 193 EXPECT_EQ(5U, wcsrtombs(bytes, &src, 256, NULL)); in TEST() 200 EXPECT_EQ(5U, wcsrtombs(bytes, &src, 6, NULL)); in TEST() 207 EXPECT_EQ(static_cast<size_t>(-1), wcsrtombs(bytes, &src, 256, NULL)); in TEST() [all …]
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vswscanf.c | 72 if ((mlen = wcsrtombs(mbstr, &strp, len, &mbs)) == (size_t)-1) { in vswscanf()
|
D | vfprintf.c | 167 nbytes = wcsrtombs(NULL, (const wchar_t **)&p, 0, &mbs); in __wcsconv() 203 if ((nbytes = wcsrtombs(convbuf, (const wchar_t **)&p, in __wcsconv()
|
/bionic/libc/bionic/ |
D | wchar.cpp | 221 size_t wcsrtombs(char* dst, const wchar_t** src, size_t len, mbstate_t* ps) { in wcsrtombs() function
|
/bionic/libc/include/ |
D | wchar.h | 135 extern size_t wcsrtombs(char*, const wchar_t**, size_t, mbstate_t*);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1154 wcsrtombs
|
/bionic/libc/ |
D | libc.map | 1295 wcsrtombs;
|