Searched refs:text_length (Results 1 - 20 of 20) sorted by relevance

/external/tcpdump/
H A Dprint-rpki-rtr.c253 u_int encapsulated_pdu_length, text_length, tlen, error_code; local
284 text_length = 0;
286 text_length = EXTRACT_32BITS(tptr);
290 ND_TCHECK2(*tptr, text_length);
291 if (text_length && (text_length <= tlen )) {
293 fn_printn(ndo, tptr, text_length, ndo->ndo_snapend);
/external/harfbuzz_ng/src/
H A Dhb-buffer.h330 int text_length,
337 int text_length,
344 int text_length,
351 int text_length,
358 int text_length,
H A Dhb-buffer.cc1455 int text_length,
1468 if (text_length == -1)
1469 text_length = utf_t::strlen (text);
1472 item_length = text_length - item_offset;
1509 end = text + text_length;
1523 * @text: (array length=text_length) (element-type uint8_t): an array of UTF-8
1525 * @text_length: the length of the @text, or -1 if it is %NULL terminated.
1540 int text_length,
1544 hb_buffer_add_utf<hb_utf8_t> (buffer, (const uint8_t *) text, text_length, item_offset, item_length);
1550 * @text: (array length=text_length)
1453 hb_buffer_add_utf(hb_buffer_t *buffer, const typename utf_t::codepoint_t *text, int text_length, unsigned int item_offset, int item_length) argument
1538 hb_buffer_add_utf8(hb_buffer_t *buffer, const char *text, int text_length, unsigned int item_offset, int item_length) argument
1564 hb_buffer_add_utf16(hb_buffer_t *buffer, const uint16_t *text, int text_length, unsigned int item_offset, int item_length) argument
1590 hb_buffer_add_utf32(hb_buffer_t *buffer, const uint32_t *text, int text_length, unsigned int item_offset, int item_length) argument
1617 hb_buffer_add_latin1(hb_buffer_t *buffer, const uint8_t *text, int text_length, unsigned int item_offset, int item_length) argument
1651 hb_buffer_add_codepoints(hb_buffer_t *buffer, const hb_codepoint_t *text, int text_length, unsigned int item_offset, int item_length) argument
[all...]
/external/webrtc/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_impl.h79 const int32_t text_length,
/external/libpng/
H A Dpngset.c775 size_t text_length, key_len; local
825 text_length = 0;
837 text_length = strlen(text_ptr[i].text);
842 key_len + text_length + lang_len + lang_key_len + 4));
854 (key_len + lang_len + lang_key_len + text_length + 4),
878 if (text_length != 0)
879 memcpy(textp->text, text_ptr[i].text, text_length);
881 *(textp->text + text_length) = '\0';
886 textp->text_length = 0;
887 textp->itxt_length = text_length;
[all...]
H A Dpngrutil.c2492 text_info.text_length = strlen(text);
2590 text.text_length = uncompressed_length;
2742 text.text_length = 0;
H A Dpng.h608 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
/external/opencv3/3rdparty/libpng/
H A Dpngset.c742 png_size_t text_length, key_len; local
790 text_length = 0;
802 text_length = png_strlen(text_ptr[i].text);
808 (key_len + text_length + lang_len + lang_key_len + 4));
815 (key_len + lang_len + lang_key_len + text_length + 4),
839 if (text_length)
841 (png_size_t)(text_length));
843 *(textp->text + text_length) = '\0';
848 textp->text_length = 0;
849 textp->itxt_length = text_length;
[all...]
H A Dpngrutil.c2304 text_ptr->text_length = png_strlen(text);
2434 text_ptr->text_length = data_len;
2602 text_ptr->text_length = 0;
H A Dpng.h652 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
/external/pdfium/third_party/lpng_v163/
H A Dpngset.c755 size_t text_length, key_len; local
805 text_length = 0;
817 text_length = strlen(text_ptr[i].text);
822 key_len + text_length + lang_len + lang_key_len + 4));
833 (key_len + lang_len + lang_key_len + text_length + 4),
857 if (text_length)
858 memcpy(textp->text, text_ptr[i].text, text_length);
860 *(textp->text + text_length) = '\0';
865 textp->text_length = 0;
866 textp->itxt_length = text_length;
[all...]
H A Dpngrutil.c2431 text_info.text_length = strlen(text);
2529 text.text_length = uncompressed_length;
2681 text.text_length = 0;
H A Dpng.h933 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_png.cpp80 std::min(sizeof(pAttribute->m_strTime) - 1, text[i].text_length));
87 (FX_STRSIZE)text[i].text_length);
/external/libpng/contrib/libtests/
H A Dmakepng.c1252 text->text_length = 0; /* libpng calculates this */
1268 text->text_length = load_file(param+1, &file);
1281 text->text_length = fake_len;
H A Dpngvalid.c3777 text.text_length = pos;
3865 text.text_length = (sizeof comment)-1;
3997 text.text_length = pos;
4118 text.text_length = (sizeof comment)-1;
5199 if (tp->text_length != strlen(text))
5203 (unsigned long)strlen(text), (unsigned long)tp->text_length);
/external/pdfium/samples/
H A Dimage_diff_png.cc443 png_text_[pos].text_length = comment.text.length();
/external/v8/src/regexp/
H A Djsregexp.cc3526 int text_length = local
3528 DCHECK(text_length != kNodeIsTooComplexForGreedyLoops);
3531 DCHECK(trace->cp_offset() == text_length);
3532 macro_assembler->AdvanceCurrentPosition(text_length);
4001 int text_length = GreedyLoopTextLengthForAlternative(&alternatives_->at(0)); local
4004 if (choice_count > 1 && text_length != kNodeIsTooComplexForGreedyLoops) {
4010 text_length);
4056 int text_length) {
4093 macro_assembler->AdvanceCurrentPosition(-text_length);
4051 EmitGreedyLoop(RegExpCompiler* compiler, Trace* trace, AlternativeGenerationList* alt_gens, PreloadState* preload, GreedyLoopState* greedy_loop_state, int text_length) argument
H A Djsregexp.h1007 int text_length);
/external/ImageMagick/coders/
H A Dpng.c3670 length=text[i].text_length;
7772 text[0].text_length=(png_size_t) (dp-text[0].text);
7775 text[0].text_length < 128) ? -1 : 0;
7777 if (text[0].text_length <= allocated_length)
11252 text[0].text_length=strlen(value);
11264 text[0].text_length < 128) ? PNG_TEXT_COMPRESSION_NONE :

Completed in 578 milliseconds