Home
last modified time | relevance | path

Searched refs:utf16_to_utf8 (Results 1 – 10 of 10) sorted by relevance

/external/fmtlib/src/
Dos.cc76 detail::utf16_to_utf8::utf16_to_utf8(wstring_view s) { in utf16_to_utf8() function in detail::utf16_to_utf8
83 int detail::utf16_to_utf8::convert(wstring_view s) { in convert()
125 utf16_to_utf8 utf8_message; in format_windows_error()
/external/fmtlib/test/
Dos-test.cc30 fmt::detail::utf16_to_utf8 u(L"\x0451\x0436\x0438\x043A"); in TEST()
37 fmt::detail::utf16_to_utf8 u(L""); in TEST()
59 check_utf_conversion_error<fmt::detail::utf16_to_utf8, wchar_t>( in TEST()
64 fmt::detail::utf16_to_utf8 u; in TEST()
77 fmt::detail::utf16_to_utf8 utf8_message(message); in TEST()
106 fmt::detail::utf16_to_utf8 utf8_message(message); in TEST()
/external/fmtlib/include/fmt/
Dos.h140 class utf16_to_utf8 {
145 utf16_to_utf8() {} in utf16_to_utf8() function
146 FMT_API explicit utf16_to_utf8(wstring_view s);
/external/libcups/backend/
Dsnmp-supplies.c201 static void utf16_to_utf8(cups_utf8_t *dst, const unsigned char *src,
896 utf16_to_utf8((cups_utf8_t *)supplies[i - 1].name, in backend_walk_cb()
1043 utf16_to_utf8( in utf16_to_utf8() function
/external/llvm-project/libcxx/src/
Dlocale.cpp1750 utf16_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, in utf16_to_utf8() function
1827 utf16_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, in utf16_to_utf8() function
3140 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3219 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
4144 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out()
4219 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out()
4294 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out()
/external/libcxx/src/
Dlocale.cpp1737 utf16_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, in utf16_to_utf8() function
1814 utf16_to_utf8(const uint32_t* frm, const uint32_t* frm_end, const uint32_t*& frm_nxt, in utf16_to_utf8() function
3127 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3969 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out()
4044 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out()
4119 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out()
/external/f2fs-tools/fsck/
Dmain.c1034 utf16_to_utf8(label, sb->volume_name, in do_label()
Dmount.c371 utf16_to_utf8(buffer, name, MAX_VOLUME_NAME, MAX_VOLUME_NAME); in DISP_label()
/external/f2fs-tools/lib/
Dlibf2fs.c209 int utf16_to_utf8(char *output, const u_int16_t *input, size_t outsize, in utf16_to_utf8() function
/external/f2fs-tools/include/
Df2fs_fs.h1297 extern int utf16_to_utf8(char *, const u_int16_t *, size_t, size_t);