Lines Matching refs:numChars
128 int numChars = ::WideCharToMultiByte(CP_ACP, 0, &c, 1, s, kBufSize, 0, 0);
129 if (numChars == 0 || numChars > kBufSize)
131 s[numChars] = 0;
133 ::MultiByteToWideChar(CP_ACP, 0, s, numChars, &c, 1);
145 int numChars = ::WideCharToMultiByte(CP_ACP, 0, &c, 1, s, kBufSize, 0, 0);
146 if (numChars == 0 || numChars > kBufSize)
148 s[numChars] = 0;
150 ::MultiByteToWideChar(CP_ACP, 0, s, numChars, &c, 1);