Searched refs:wide_count (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dutf.c1198 int wide_count;
1206 wide_count = MultiByteToWideChar(CP_UTF8, 0, src, utf8_count, NULL, 0);
1207 if (wide_count == 0)
1212 (prefix_len + wide_count + 1) * sizeof(*wide_str));
1216 wide_str + prefix_len, wide_count))
1220 wide_str[prefix_len + wide_count] = 0;
1232 const int wide_count = lstrlenW(src);
1237 if (0 == prefix_len + wide_count)
1243 utf8_count = WideCharToMultiByte(CP_UTF8, 0, src, wide_count,
1253 if (0 == WideCharToMultiByte(CP_UTF8, 0, src, wide_count,
1196 int wide_count; local
1230 const int wide_count = lstrlenW(src); local
[all...]

Completed in 117 milliseconds