Home
last modified time | relevance | path

Searched refs:match_offset (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_string.cpp1555 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 …]
Ddng_string.h122 int32 *match_offset = NULL) const;
/external/pcre/dist2/src/
Dpcre2test.c7626 PCRE2_SIZE match_offset = FLD(match_data, ovector)[0]; in process_data() local
7642 if (match_offset == end_offset) in process_data()
7645 if (match_offset <= dat_datctl.offset) in process_data()