Home
last modified time | relevance | path

Searched refs:mbsrtowcs_l (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/src/support/win32/
Dlocale_win32.cpp42 size_t mbsrtowcs_l( wchar_t *__restrict dst, const char **__restrict src, in mbsrtowcs_l() function
/external/libcxx/include/support/win32/
Dlocale_win32.h41 size_t mbsrtowcs_l( wchar_t *__restrict dst, const char **__restrict src,
/external/libcxx/src/
Dlocale.cpp4984 size_t j = mbsrtowcs_l( wbb, &bb, countof(wbuf), &mb, __loc_); in __analyze()
5168 size_t j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, __loc_); in init()
5180 j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, __loc_); in init()
5197 size_t j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, __loc_); in init()
5209 j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, __loc_); in init()
5224 size_t j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, __loc_); in init()
5237 j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, __loc_); in init()
5516 size_t j = mbsrtowcs_l(__wb, &__nb, countof(__wb, __we), &mb, __loc_); in __do_put()
6041 size_t j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, loc.get()); in init()
6060 j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, loc.get()); in init()
[all …]
/external/libcxx/include/
Dlocale364 return mbsrtowcs_l(__dest, __src, __len, __ps, __l);