Home
last modified time | relevance | path

Searched refs:match_offset (Results 1 – 2 of 2) 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;