Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Utility/
H A DStrUtil.cs163 uint cbCodePoint, byte[] vStartSig) in StrEncodingInfo() argument
167 if(cbCodePoint <= 0) throw new ArgumentOutOfRangeException("cbCodePoint"); in StrEncodingInfo()
172 m_cbCodePoint = cbCodePoint; in StrEncodingInfo()