Home
last modified time | relevance | path

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

/dports/graphics/nanort/nanort-b1feea8/examples/common/nativefiledialog/src/
H A Dnfd_win.cpp48 static size_t GetUTF8ByteCountForWChar( const wchar_t *str ) in GetUTF8ByteCountForWChar() function
63 int bytesNeeded = static_cast<int>(GetUTF8ByteCountForWChar( inStr )); in CopyWCharToExistingNFDCharBuffer()
273 bufSize += GetUTF8ByteCountForWChar( name ); in AllocPathSet()