Searched refs:utf16_to_utf8 (Results 1 - 7 of 7) sorted by relevance
/third_party/eudev/src/shared/ |
H A D | utf8.h | 36 char *utf16_to_utf8(const void *s, size_t length);
|
H A D | utf8.c | 224 char *utf16_to_utf8(const void *s, size_t length) { in utf16_to_utf8() function
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 10052 namespace utf16_to_utf8 { namespace 10574 } // utf16_to_utf8 namespace 11054 /* begin file src/scalar/utf16_to_utf8/valid_utf16_to_utf8.h */ 11061 namespace utf16_to_utf8 { namespace 11121 } // utf16_to_utf8 namespace 11127 /* end file src/scalar/utf16_to_utf8/valid_utf16_to_utf8.h */ 11128 /* begin file src/scalar/utf16_to_utf8/utf16_to_utf8.h */ 11135 namespace utf16_to_utf8 { namespace 11255 } // utf16_to_utf8 namespac [all...] |
/third_party/f2fs-tools/fsck/ |
H A D | main.c | 1075 utf16_to_utf8(label, sb->volume_name, in do_label()
|
H A D | mount.c | 373 utf16_to_utf8(buffer, name, MAX_VOLUME_NAME, MAX_VOLUME_NAME); in DISP_label()
|
/third_party/f2fs-tools/include/ |
H A D | f2fs_fs.h | 1429 extern int utf16_to_utf8(char *, const uint16_t *, size_t, size_t);
|
/third_party/f2fs-tools/lib/ |
H A D | libf2fs.c | 206 int utf16_to_utf8(char *output, const uint16_t *input, size_t outsize, in utf16_to_utf8() function
|
Completed in 30 milliseconds