Home
last modified time | relevance | path

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

/external/fmtlib/test/
Dformat-test.cc358 fmt::detail::utf8_to_utf16 u("лошадка"); in TEST()
362 EXPECT_EQ(L"\xD801\xDC37", fmt::detail::utf8_to_utf16("��").str()); in TEST()
363 EXPECT_THROW_MSG(fmt::detail::utf8_to_utf16("\xc3\x28"), std::runtime_error, in TEST()
365 EXPECT_THROW_MSG(fmt::detail::utf8_to_utf16(fmt::string_view("л", 1)), in TEST()
367 EXPECT_EQ(L"123456", fmt::detail::utf8_to_utf16("123456").str()); in TEST()
372 fmt::detail::utf8_to_utf16 u(s.c_str()); in TEST()
/external/fmtlib/include/fmt/
Dformat-inl.h2682 FMT_FUNC detail::utf8_to_utf16::utf8_to_utf16(string_view s) {
2771 detail::utf8_to_utf16 u16(string_view(buffer.data(), buffer.size()));
Dchrono.h775 utf8_to_utf16 u(unit);
Dformat.h1130 class utf8_to_utf16 {
1135 FMT_API explicit utf8_to_utf16(string_view s);
/external/llvm-project/libcxx/src/
Dlocale.cpp1904 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, in utf8_to_utf16() function
2025 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, in utf8_to_utf16() function
3157 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3236 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
4162 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in()
4237 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in()
4312 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in()
/external/libcxx/src/
Dlocale.cpp1891 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, in utf8_to_utf16() function
2012 utf8_to_utf16(const uint8_t* frm, const uint8_t* frm_end, const uint8_t*& frm_nxt, in utf8_to_utf16() function
3144 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3987 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in()
4062 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in()
4137 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_in()
/external/f2fs-tools/fsck/
Dmain.c1045 utf8_to_utf16(sb->volume_name, (const char *)c.vol_label, in do_label()
/external/f2fs-tools/lib/
Dlibf2fs.c123 int utf8_to_utf16(u_int16_t *output, const char *input, size_t outsize, in utf8_to_utf16() function
/external/f2fs-tools/include/
Df2fs_fs.h1296 extern int utf8_to_utf16(u_int16_t *, const char *, size_t, size_t);
/external/f2fs-tools/mkfs/
Df2fs_format.c494 utf8_to_utf16(sb->volume_name, (const char *)c.vol_label, in f2fs_prepare_super_block()