Home | History | Annotate | Download | only in win

Lines Matching defs:required_size

5096     int required_size = WideCharToMultiByte(CP_UTF8, 0, src, -1, _str, 0, 0, 0);
5097 if (required_size <= kStrLen)