Searched refs:max_chars (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/3rdparty/libtiff/ |
D | tif_print.c | 38 _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/ |
D | tif_print.c | 38 _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/ |
D | fpdf_parser_decode.cpp | 427 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/ |
D | PageMetadata.java | 446 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/ |
D | tcpdump.c | 814 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/ |
D | pfrload.c | 147 FT_FRAME_USHORT( max_chars ),
|
/external/pcre/dist/ |
D | pcre_jit_compile.c | 3236 …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() 3346 … max_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()
|