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.cpp4970 size_t j = mbsrtowcs_l( wbb, &bb, countof(wbuf), &mb, __loc_); in __analyze()
5154 size_t j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, __loc_); in init()
5166 j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, __loc_); in init()
5183 size_t j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, __loc_); in init()
5195 j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, __loc_); in init()
5210 size_t j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, __loc_); in init()
5223 j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, __loc_); in init()
5502 size_t j = mbsrtowcs_l(__wb, &__nb, countof(__wb, __we), &mb, __loc_); in __do_put()
6027 size_t j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, loc.get()); in init()
6046 j = mbsrtowcs_l(wbuf, &bb, countof(wbuf), &mb, loc.get()); in init()
[all …]
/external/libcxx/include/
Dlocale363 return mbsrtowcs_l(__dest, __src, __len, __ps, __l);