Searched refs:match_offset (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_string.cpp | 1555 int32 *match_offset) const in Contains() 1558 if (match_offset) in Contains() 1560 *match_offset = -1; in Contains() 1599 if (match_offset) in Contains() 1601 *match_offset = offset; in Contains() 1621 int32 match_offset = -1; in Replace() local 1625 &match_offset)) in Replace() 1636 strncpy (fData.Buffer_char () + match_offset, in Replace() 1645 strncpy (fData.Buffer_char () + match_offset, in Replace() 1649 const char *s = fData.Buffer_char () + match_offset + len2; in Replace() [all …]
|
D | dng_string.h | 122 int32 *match_offset = NULL) const;
|
/third_party/ffmpeg/libavformat/ |
D | movenchint.c | 217 int *match_sample, int *match_offset, in find_sample_match() argument 228 sample->size, pos, match_offset, match_len) == 0) { in find_sample_match() 232 sample->offset = *match_offset + *match_len + 5; in find_sample_match() 271 int match_offset, int match_len, int *entries) in output_match() argument 277 avio_wb32(out, match_offset); in output_match() 289 int match_sample, match_offset, match_len, pos; in describe_payload() local 291 &match_offset, &match_len) < 0) in describe_payload() 296 output_match(out, match_sample, match_offset, match_len, entries); in describe_payload()
|
/third_party/gettext/gettext-tools/src/ |
D | msggrep.c | 692 size_t match_offset; in is_string_selected() local 694 match_offset = in is_string_selected() 697 return (match_offset != (size_t) -1); in is_string_selected()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2test.c | 8020 PCRE2_SIZE match_offset = FLD(match_data, ovector)[0]; in process_data() local 8036 if (match_offset == end_offset) in process_data() 8039 if (match_offset <= dat_datctl.offset) in process_data()
|