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 | 2846 int charcount = local_offsets[rc+1] - local_offsets[rc]; in internal_dfa_exec() local 2852 while (p < pp) if (NOT_FIRSTCHAR(*p++)) charcount--; in internal_dfa_exec() 2855 if (charcount > 0) in internal_dfa_exec() 2857 ADD_NEW_DATA(-(state_offset + LINK_SIZE + 1), 0, (charcount - 1)); in internal_dfa_exec() 2876 int charcount, matched_count; in internal_dfa_exec() local 2916 charcount = local_offsets[1] - local_offsets[0]; in internal_dfa_exec() 2917 if (charcount == 0) break; in internal_dfa_exec() 2918 local_ptr += charcount; /* Advance temporary position ptr */ in internal_dfa_exec() 2950 charcount = (int)(pp - p); in internal_dfa_exec() 2952 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 | 6479 32 * cfd->charcount ); in PRE() 6488 32 * cfd->charcount ); in PRE() 6670 (op->width + 7) / 8 * 32 * op->charcount ); in PRE() 6676 (op->width + 7) / 8 * 32 * op->charcount ); in PRE() 9132 32 * ((struct vki_consolefontdesc *)ARG3)->charcount ); in POST() 9260 (op->width + 7) / 8 * 32 * op->charcount ); in POST()
|