Searched defs:wide_length (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dsys_string_conversions_win.cc52 int wide_length = static_cast<int>(wide.length()); local
53 if (wide_length == 0)
57 int charcount = WideCharToMultiByte(code_page, 0, wide.data(), wide_length,
64 WideCharToMultiByte(code_page, 0, wide.data(), wide_length,

Completed in 48 milliseconds