Searched refs:wcsxfrm_l (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/include/support/xlocale/
H A D__posix_l_fallback.h156 inline _LIBCPP_ALWAYS_INLINE size_t wcsxfrm_l(wchar_t *dest, const wchar_t *src, function
/external/libcxx/include/support/ibm/
H A Dxlocale.h204 size_t wcsxfrm_l(wchar_t *__ws1, const wchar_t *__ws2, size_t __n, function
/external/libcxx/include/support/win32/
H A Dlocale_win32.h154 #define wcsxfrm_l _wcsxfrm_l macro
/external/libcxx/src/
H A Dlocale.cpp765 string_type out(wcsxfrm_l(0, in.c_str(), 0, __l), wchar_t());
766 wcsxfrm_l(const_cast<wchar_t*>(out.c_str()), in.c_str(), out.size()+1, __l);

Completed in 306 milliseconds