Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dkd.h15 unsigned short charcount; /* characters in font (256 or 512) */ member
163 unsigned int charcount; member
169 unsigned int charcount; member
/external/google-breakpad/src/common/windows/
Dhttp_upload.cc74 int charcount = MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), -1, NULL, 0); in UTF8ToWide() local
94 int charcount = WideCharToMultiByte(cp, 0, wide.c_str(), -1, in WideToMBCP() local
/external/pcre/dist2/src/
Dpcre2_dfa_match.c2899 PCRE2_SIZE charcount = local_offsets[rc+1] - local_offsets[rc]; in internal_dfa_match() local
2933 PCRE2_SIZE charcount, matched_count; in internal_dfa_match() local
3065 PCRE2_SIZE charcount = local_offsets[1] - local_offsets[0]; in internal_dfa_match() local