Searched refs:unicode_to_utf8 (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dencodings.h16 status_t unicode_to_utf8(const uchar *uni, uint32 unilen, uint8 *utf8,
H A Ddir.cpp156 if (unicode_to_utf8(uni, filename_len, (uint8*)filename, len)) {
H A Dencodings.cpp1128 status_t unicode_to_utf8(const uchar *uni, uint32 unilen, uint8 *utf8, function
1134 DPRINTF(0, ("unicode_to_utf8\n"));
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfString.cpp25 unicode_to_utf8(uint32 c, char **out) function
52 \c out parameter for unicode_to_utf8().
280 unicode_to_utf8(inputString[i], &outputString);
302 unicode_to_utf8(B_BENDIAN_TO_HOST_INT16(inputString[i]), &outputString);
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp227 unicode_to_utf8(uint32 c, char **out) function
474 unicode_to_utf8(ch, &pos);
H A Diso9660.cpp39 static status_t unicode_to_utf8(const char *src, int32 *srcLen, char *dst,
95 unicode_to_utf8(const char *src, int32 *srcLen, char *dst, int32 *dstLen) function
949 status_t status = unicode_to_utf8(buffer, &sourceLength,

Completed in 92 milliseconds