HomeSort by relevance Sort by last modified time
    Searched full:wide_length (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/
sys_string_conversions_win.cc 52 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 409 milliseconds