Home
last modified time | relevance | path

Searched refs:max_chars (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtif_print.c38 _TIFFprintAsciiBounded(FILE* fd, const char* cp, int max_chars);
396 int max_chars = in TIFFPrintDirectory() local
399 _TIFFprintAsciiBounded(fd, cp, max_chars); in TIFFPrintDirectory()
680 _TIFFprintAsciiBounded(FILE* fd, const char* cp, int max_chars) in _TIFFprintAsciiBounded() argument
682 for (; max_chars > 0 && *cp != '\0'; cp++, max_chars--) { in _TIFFprintAsciiBounded()
/external/pdfium/third_party/libtiff/
Dtif_print.c38 _TIFFprintAsciiBounded(FILE* fd, const char* cp, size_t max_chars);
398 size_t max_chars = in TIFFPrintDirectory() local
401 _TIFFprintAsciiBounded(fd, cp, max_chars); in TIFFPrintDirectory()
682 _TIFFprintAsciiBounded(FILE* fd, const char* cp, size_t max_chars) in _TIFFprintAsciiBounded() argument
684 for (; max_chars > 0 && *cp != '\0'; cp++, max_chars--) { in _TIFFprintAsciiBounded()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_decode.cpp427 FX_DWORD max_chars = (src_len - 2) / 2; in PDF_DecodeText() local
428 if (!max_chars) { in PDF_DecodeText()
434 FX_WCHAR* dest_buf = result.GetBuffer(max_chars); in PDF_DecodeText()
437 for (FX_DWORD i = 0; i < max_chars * 2; i += 2) { in PDF_DecodeText()
442 while (i < max_chars * 2) { in PDF_DecodeText()
/external/doclava/src/com/google/doclava/
DPageMetadata.java446 int max_chars = 250; in getSummaryNormalized() local
458 if (str.length() > max_chars) { in getSummaryNormalized()
459 marker = bi.following(max_chars); in getSummaryNormalized()
/external/tcpdump/
Dtcpdump.c814 MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars) in MakeFilename() argument
837 if (cnt == 0 && max_chars == 0) in MakeFilename()
840 if (snprintf(buffer, PATH_MAX + 1, "%s%0*d", filename, max_chars, cnt) > PATH_MAX) in MakeFilename()
/external/freetype/src/pfr/
Dpfrload.c147 FT_FRAME_USHORT( max_chars ),
/external/pcre/dist/
Dpcre_jit_compile.c3236 …mon *common, pcre_uchar *cc, pcre_uint32 *chars, pcre_uint8 *bytes, int max_chars, pcre_uint32 *re… in scan_prefix() argument
3323 max_chars = scan_prefix(common, cc + len, chars, bytes, max_chars, rec_count); in scan_prefix()
3324 if (max_chars == 0) in scan_prefix()
3346max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, bytes, max_chars, rec_count); in scan_prefix()
3347 if (max_chars == 0) in scan_prefix()
3475 if (--max_chars == 0) in scan_prefix()
3551 if (--max_chars == 0) in scan_prefix()