Searched defs:charcount (Results 1 – 3 of 3) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | kd.h | 15 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/ |
D | http_upload.cc | 74 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/ |
D | pcre2_dfa_match.c | 2899 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
|