/external/fmtlib/src/ |
D | os.cc | 76 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/ |
D | os-test.cc | 30 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/ |
D | os.h | 140 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/ |
D | snmp-supplies.c | 201 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/ |
D | locale.cpp | 1750 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/ |
D | locale.cpp | 1737 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/ |
D | main.c | 1034 utf16_to_utf8(label, sb->volume_name, in do_label()
|
D | mount.c | 371 utf16_to_utf8(buffer, name, MAX_VOLUME_NAME, MAX_VOLUME_NAME); in DISP_label()
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 209 int utf16_to_utf8(char *output, const u_int16_t *input, size_t outsize, in utf16_to_utf8() function
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 1297 extern int utf16_to_utf8(char *, const u_int16_t *, size_t, size_t);
|