Searched refs:utf16le_to_utf8 (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/system/
H A Dconvertutf.h18 ssize_t utf16le_to_utf8(const uint16* source, size_t sourceCodeUnitCount,
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DUtility.cpp33 ssize_t utf8Length = utf16le_to_utf8(entry->volume_label.name,
H A DDirectoryIterator.cpp98 ssize_t lengthOrStatus = utf16le_to_utf8(utf16Name, utf16CodeUnitCount,
142 ssize_t lengthOrStatus = utf16le_to_utf8(utf16Name, utf16CodeUnitCount,
260 ssize_t length = utf16le_to_utf8(utf16Name, *_codeUnitCount, utf8Name,
/haiku/src/system/kernel/
H A Dconvertutf.cpp121 utf16le_to_utf8(const uint16* source, size_t sourceCodeUnitCount, function

Completed in 92 milliseconds