Home
last modified time | relevance | path

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

/dports/graphics/nanort/nanort-b1feea8/examples/common/nativefiledialog/src/
H A Dnfd_win.cpp29 int inStrCharacterCount = static_cast<int>(wcslen(inStr)); in CopyWCharToNFDChar() local
31 inStr, inStrCharacterCount, in CopyWCharToNFDChar()
61 int inStrCharacterCount = static_cast<int>(wcslen(inStr)); in CopyWCharToExistingNFDCharBuffer() local
62 (void)inStrCharacterCount; in CopyWCharToExistingNFDCharBuffer()
98 int inStrCharacterCount = static_cast<int>(NFDi_UTF8_Strlen(inStr)); in CopyNFDCharToWChar() local
99 assert( ret == inStrCharacterCount ); in CopyNFDCharToWChar()