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

/external/kernel-headers/original/uapi/linux/
H A Dkd.h14 unsigned short charcount; /* characters in font (256 or 512) */ member in struct:consolefontdesc
162 unsigned int charcount; member in struct:console_font_op
168 unsigned int charcount; member in struct:console_font
/external/google-breakpad/src/common/windows/
H A Dhttp_upload.cc365 int charcount = MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), -1, NULL, 0); local
367 if (charcount == 0) {
372 wchar_t* buf = new wchar_t[charcount];
373 MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), -1, buf, charcount);
386 int charcount = WideCharToMultiByte(cp, 0, wide.c_str(), -1, local
388 if (charcount == 0) {
393 char *buf = new char[charcount];
394 WideCharToMultiByte(cp, 0, wide.c_str(), -1, buf, charcount,
/external/pcre/dist2/src/
H A Dpcre2_dfa_match.c2775 PCRE2_SIZE charcount = local_offsets[rc+1] - local_offsets[rc]; local
2781 while (p < pp) if (NOT_FIRSTCU(*p++)) charcount--;
2784 if (charcount > 0)
2787 (int)(charcount - 1));
2806 PCRE2_SIZE charcount, matched_count; local
2846 charcount = local_offsets[1] - local_offsets[0];
2847 if (charcount == 0) break;
2848 local_ptr += charcount; /* Advance temporary position ptr */
2880 charcount = (PCRE2_SIZE)(pp - p);
2882 if (utf) while (p < pp) if (NOT_FIRSTCU(*p++)) charcount
2911 PCRE2_SIZE charcount = local_offsets[1] - local_offsets[0]; local
[all...]
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c6479 32 * cfd->charcount );
6488 32 * cfd->charcount );
6670 (op->width + 7) / 8 * 32 * op->charcount );
6676 (op->width + 7) / 8 * 32 * op->charcount );
9132 32 * ((struct vki_consolefontdesc *)ARG3)->charcount );
9260 (op->width + 7) / 8 * 32 * op->charcount );
/external/valgrind/include/vki/
H A Dvki-linux.h2183 unsigned short charcount; /* characters in font (256 or 512) */ member in struct:vki_consolefontdesc
2291 unsigned int charcount; member in struct:vki_console_font_op

Completed in 170 milliseconds