Home
last modified time | relevance | path

Searched refs:charcount (Results 1 – 3 of 3) sorted by relevance

/external/chromium/base/
Dsys_string_conversions_win.cc38 int charcount = MultiByteToWideChar(code_page, 0, in SysMultiByteToWide() local
40 if (charcount == 0) in SysMultiByteToWide()
44 wide.resize(charcount); in SysMultiByteToWide()
45 MultiByteToWideChar(code_page, 0, mb.data(), mb_length, &wide[0], charcount); in SysMultiByteToWide()
57 int charcount = WideCharToMultiByte(code_page, 0, wide.data(), wide_length, in SysWideToMultiByte() local
59 if (charcount == 0) in SysWideToMultiByte()
63 mb.resize(charcount); in SysWideToMultiByte()
65 &mb[0], charcount, NULL, NULL); in SysWideToMultiByte()
/external/chromium/googleurl/base/
Dlogging.cc204 int charcount = MultiByteToWideChar(CP_UTF8, 0, str.c_str(), -1, NULL, 0); in DisplayDebugMessage() local
205 if (!charcount) in DisplayDebugMessage()
207 scoped_array<wchar_t> cmdline(new wchar_t[charcount]); in DisplayDebugMessage()
208 if (!MultiByteToWideChar(CP_UTF8, 0, str.c_str(), -1, cmdline.get(), charcount)) in DisplayDebugMessage()
371 int charcount = WideCharToMultiByte(CP_UTF8, 0, wstr, -1, in operator <<() local
373 if (charcount == 0) in operator <<()
377 scoped_array<char> buf(new char[charcount]); in operator <<()
378 WideCharToMultiByte(CP_UTF8, 0, wstr, -1, buf.get(), charcount, NULL, NULL); in operator <<()
/external/kernel-headers/original/linux/
Dkd.h14 unsigned short charcount; /* characters in font (256 or 512) */ member
151 unsigned int charcount; member
157 unsigned int charcount; member