Searched defs:ws (Results 1 – 16 of 16) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/ |
D | from_bytes.pass.cpp | 28 std::wstring ws = myconv.from_bytes('a'); in main() local
|
D | to_bytes.pass.cpp | 27 std::wstring ws(1, L'\x40003'); in main() local
|
D | converted.pass.cpp | 30 std::wstring ws = myconv.from_bytes("\xF1\x80\x80\x83"); in main() local
|
D | ctor_err_string.pass.cpp | 65 std::wstring ws = myconv.from_bytes('\xA5'); in main() local
|
/ndk/sources/android/support/src/musl-multibyte/ |
D | mbstowcs.c | 4 size_t mbstowcs(wchar_t *restrict ws, const char *restrict s, size_t wn) in mbstowcs()
|
D | wcstombs.c | 4 size_t wcstombs(char *restrict s, const wchar_t *restrict ws, size_t n) in wcstombs()
|
D | mbsrtowcs.c | 12 size_t mbsrtowcs(wchar_t *restrict ws, const char **restrict src, size_t wn, mbstate_t *restrict st) in mbsrtowcs()
|
D | wcsrtombs.c | 9 size_t wcsrtombs(char *restrict s, const wchar_t **restrict ws, size_t n, mbstate_t *restrict st) in wcsrtombs()
|
D | wcsnrtombs.c | 13 const wchar_t *ws = *wcs; in wcsnrtombs() local
|
D | mbsnrtowcs.c | 12 wchar_t *ws, wbuf[256]; in mbsnrtowcs() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/ |
D | test.pass.cpp | 31 std::wstring ws; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
D | cwchar.pass.cpp | 44 wchar_t* ws = 0; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 44 wchar_t* ws = 0; in main() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | interaction_based.hpp | 124 wrap_stringstream ws; in generic_data_flow() local 131 wrap_stringstream ws; in generic_return() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/ |
D | basic_cstring.hpp | 573 static CharT ws[3] = { CharT(' '), CharT('\t'), CharT('\n') }; // !! wide case in default_trim_ex() local
|
/ndk/sources/android/support/src/stdio/ |
D | vfprintf.c | 482 wchar_t wc[2], *ws; in printf_core() local
|