Searched refs:WideCharCount (Results 1 – 1 of 1) sorted by relevance
510 if (WideCharCount == 0) in IntMultiByteToWideCharUTF8()560 WideCharCount++; in IntMultiByteToWideCharUTF8()570 return WideCharCount; in IntMultiByteToWideCharUTF8()631 WideCharCount++; in IntMultiByteToWideCharUTF8()873 if (WideCharCount == 0) in IntMultiByteToWideCharSYMBOL()878 WideCharMaxLen = WideCharCount > MultiByteCount ? MultiByteCount : WideCharCount; in IntMultiByteToWideCharSYMBOL()933 MaxLen = MultiByteCount > WideCharCount ? WideCharCount : MultiByteCount; in IntWideCharToMultiByteSYMBOL()1018 for (TempLength = MultiByteCount; WideCharCount; WideCharCount--, WideCharString++) in IntWideCharToMultiByteUTF8()1052 WideCharCount--; in IntWideCharToMultiByteUTF8()1316 if (WideCharCount) in IntWideCharToMultiByteCP()[all …]