Searched refs:utf16_to_utf8 (Results 1 – 1 of 1) sorted by relevance
/haiku/src/system/kernel/ |
H A D | convertutf.cpp | 59 utf16_to_utf8(const uint16* source, size_t sourceCodeUnitCount, char* target, in utf16_to_utf8() function 124 return utf16_to_utf8(source, sourceCodeUnitCount, target, targetLength, in utf16le_to_utf8() 133 return utf16_to_utf8(source, sourceCodeUnitCount, target, targetLength, in utf16be_to_utf8()
|