Searched refs:mbsrtowcs_l (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/src/support/win32/ |
D | locale_win32.cpp | 42 size_t mbsrtowcs_l( wchar_t *__restrict dst, const char **__restrict src, in mbsrtowcs_l() function
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 41 size_t mbsrtowcs_l( wchar_t *__restrict dst, const char **__restrict src,
|
/external/libcxx/src/ |
D | locale.cpp | 4984 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/ |
D | locale | 364 return mbsrtowcs_l(__dest, __src, __len, __ps, __l);
|