Home
last modified time | relevance | path

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, in get_volume_name()
H A DDirectoryIterator.cpp98 ssize_t lengthOrStatus = utf16le_to_utf8(utf16Name, utf16CodeUnitCount, in GetNext()
142 ssize_t lengthOrStatus = utf16le_to_utf8(utf16Name, utf16CodeUnitCount, in Lookup()
260 ssize_t length = utf16le_to_utf8(utf16Name, *_codeUnitCount, utf8Name, in _GetNext()
/haiku/src/system/kernel/
H A Dconvertutf.cpp121 utf16le_to_utf8(const uint16* source, size_t sourceCodeUnitCount, in utf16le_to_utf8() function