Searched defs:utf8_to_utf16 (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/system/core/libutils/binder/ |
H A D | Unicode.cpp | 459 char16_t* utf8_to_utf16(const uint8_t* u8str, size_t u8len, char16_t* u16str, size_t u16len) { in utf8_to_utf16() function
|
/aosp_15_r20/external/f2fs-tools/lib/ |
H A D | libf2fs.c | 121 int utf8_to_utf16(char *output, const char *input, size_t outsize, in utf8_to_utf16() function
|
/aosp_15_r20/external/libcxx/src/ |
H A D | locale.cpp | 1891 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | locale.cpp | 1676 static codecvt_base::result utf8_to_utf16( in utf8_to_utf16() function 1782 static codecvt_base::result utf8_to_utf16( in utf8_to_utf16() function
|
/aosp_15_r20/external/fmtlib/test/ |
H A D | format-test.cc | 213 TEST(util_test, utf8_to_utf16) { in TEST() argument
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/ |
H A D | shell.c | 7322 LPWSTR utf8_to_utf16(const char *z){ in utf8_to_utf16() function
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
H A D | shell.c | 7317 LPWSTR utf8_to_utf16(const char *z){ in utf8_to_utf16() function
|