Searched refs:charcount (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/common/windows/ |
D | http_upload.cc | 365 int charcount = MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), -1, NULL, 0); in UTF8ToWide() local 367 if (charcount == 0) { in UTF8ToWide() 372 wchar_t* buf = new wchar_t[charcount]; in UTF8ToWide() 373 MultiByteToWideChar(CP_UTF8, 0, utf8.c_str(), -1, buf, charcount); in UTF8ToWide() 386 int charcount = WideCharToMultiByte(cp, 0, wide.c_str(), -1, in WideToMBCP() local 388 if (charcount == 0) { in WideToMBCP() 393 char *buf = new char[charcount]; in WideToMBCP() 394 WideCharToMultiByte(cp, 0, wide.c_str(), -1, buf, charcount, in WideToMBCP()
|
/external/kernel-headers/original/uapi/linux/ |
D | kd.h | 14 unsigned short charcount; /* characters in font (256 or 512) */ member 162 unsigned int charcount; member 168 unsigned int charcount; member
|
/external/pcre/dist/ |
D | pcre_dfa_exec.c | 2845 int charcount = local_offsets[rc+1] - local_offsets[rc]; in internal_dfa_exec() local 2851 while (p < pp) if (NOT_FIRSTCHAR(*p++)) charcount--; in internal_dfa_exec() 2854 if (charcount > 0) in internal_dfa_exec() 2856 ADD_NEW_DATA(-(state_offset + LINK_SIZE + 1), 0, (charcount - 1)); in internal_dfa_exec() 2875 int charcount, matched_count; in internal_dfa_exec() local 2915 charcount = local_offsets[1] - local_offsets[0]; in internal_dfa_exec() 2916 if (charcount == 0) break; in internal_dfa_exec() 2917 local_ptr += charcount; /* Advance temporary position ptr */ in internal_dfa_exec() 2949 charcount = (int)(pp - p); in internal_dfa_exec() 2951 if (utf) while (p < pp) if (NOT_FIRSTCHAR(*p++)) charcount--; in internal_dfa_exec() [all …]
|
/external/valgrind/include/vki/ |
D | vki-linux.h | 2183 unsigned short charcount; /* characters in font (256 or 512) */ member 2291 unsigned int charcount; member
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-linux.c | 6442 32 * cfd->charcount ); in PRE() 6451 32 * cfd->charcount ); in PRE() 6633 (op->width + 7) / 8 * 32 * op->charcount ); in PRE() 6639 (op->width + 7) / 8 * 32 * op->charcount ); in PRE() 9066 32 * ((struct vki_consolefontdesc *)ARG3)->charcount ); in POST() 9194 (op->width + 7) / 8 * 32 * op->charcount ); in POST()
|