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

/external/tcpdump/
H A Dprint-rpki-rtr.c258 u_int encapsulated_pdu_length, text_length, tlen, error_code; local
289 text_length = 0;
291 text_length = EXTRACT_32BITS(tptr);
295 if (text_length && (text_length <= tlen )) {
296 memcpy(buf, tptr, MIN(sizeof(buf)-1, text_length));
297 buf[text_length] = '\0';
/external/harfbuzz_ng/src/
H A Dhb-buffer.h238 int text_length,
245 int text_length,
252 int text_length,
260 int text_length,
H A Dhb-buffer.cc1335 int text_length,
1348 if (text_length == -1)
1349 text_length = utf_t::strlen (text);
1352 item_length = text_length - item_offset;
1389 end = text + text_length;
1403 * @text: (array length=text_length) (element-type uint8_t):
1404 * @text_length:
1415 int text_length,
1419 hb_buffer_add_utf<true> (buffer, (const uint8_t *) text, text_length, item_offset, item_length);
1425 * @text: (array length=text_length)
[all...]
/external/libpng/
H A Dpngset.c756 size_t text_length, key_len; local
806 text_length = 0;
818 text_length = strlen(text_ptr[i].text);
823 key_len + text_length + lang_len + lang_key_len + 4));
834 (key_len + lang_len + lang_key_len + text_length + 4),
858 if (text_length)
859 memcpy(textp->text, text_ptr[i].text, text_length);
861 *(textp->text + text_length) = '\0';
866 textp->text_length = 0;
867 textp->itxt_length = text_length;
[all...]
H A Dpngrutil.c2469 text_info.text_length = strlen(text);
2567 text.text_length = uncompressed_length;
2719 text.text_length = 0;
H A Dpng.h694 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngset.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 Dfx_pngrutil.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/libpng/contrib/libtests/
H A Dmakepng.c981 text->text_length = 0; /* libpng calculates this */
997 text->text_length = load_file(param+1, &file);
1010 text->text_length = fake_len;
H A Dpngvalid.c3486 text.text_length = pos;
3542 text.text_length = (sizeof comment)-1;
3723 text.text_length = pos;
3841 text.text_length = (sizeof comment)-1;
4855 if (tp->text_length != strlen(text))
4859 (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/
H A Djsregexp.cc3487 int text_length = local
3489 DCHECK(text_length != kNodeIsTooComplexForGreedyLoops);
3492 DCHECK(trace->cp_offset() == text_length);
3493 macro_assembler->AdvanceCurrentPosition(text_length);
3955 int text_length = GreedyLoopTextLengthForAlternative(&alternatives_->at(0)); local
3958 if (choice_count > 1 && text_length != kNodeIsTooComplexForGreedyLoops) {
3964 text_length);
4010 int text_length) {
4047 macro_assembler->AdvanceCurrentPosition(-text_length);
4005 EmitGreedyLoop(RegExpCompiler* compiler, Trace* trace, AlternativeGenerationList* alt_gens, PreloadState* preload, GreedyLoopState* greedy_loop_state, int text_length) argument
H A Djsregexp.h1117 int text_length);

Completed in 416 milliseconds