Home
last modified time | relevance | path

Searched refs:UTF16LengthFromUTF8ByteCount (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DUniConversion.cxx45 lengthUTF16 += UTF16LengthFromUTF8ByteCount(byteCount); in UTF8PositionFromUTF16Position()
106 const unsigned int utf16Len = UTF16LengthFromUTF8ByteCount(byteCount); in UTF16Length()
135 const size_t outLen = UTF16LengthFromUTF8ByteCount(byteCount); in UTF16FromUTF8()
H A DUniConversion.h95 inline constexpr unsigned int UTF16LengthFromUTF8ByteCount(unsigned int byteCount) noexcept { in UTF16LengthFromUTF8ByteCount() function
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx1809 const UINT32 codeUnits = UTF16LengthFromUTF8ByteCount(byteCount); in FillTextLayoutFormats()