Searched refs:WideCharMaxLen (Results 1 – 1 of 1) sorted by relevance
864 INT WideCharMaxLen; in IntMultiByteToWideCharSYMBOL() local878 WideCharMaxLen = WideCharCount > MultiByteCount ? MultiByteCount : WideCharCount; in IntMultiByteToWideCharSYMBOL()880 for (Count = 0; Count < WideCharMaxLen; Count++) in IntMultiByteToWideCharSYMBOL()892 if (MultiByteCount > WideCharMaxLen) in IntMultiByteToWideCharSYMBOL()898 return WideCharMaxLen; in IntMultiByteToWideCharSYMBOL()