Lines Matching refs:match_offset
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()
1650 char *d = fData.Buffer_char () + match_offset + len3; in Replace()
1652 uint32 extra = len1 - match_offset - len2 + 1; // + 1 for NULL termination in Replace()
1669 if (match_offset) in Replace()
1674 match_offset); in Replace()
1681 strncpy (tempBuffer.Buffer_char () + match_offset, in Replace()
1687 uint32 extra = len1 - match_offset - len2 + 1; // + 1 for NULL termination in Replace()
1689 strncpy (tempBuffer.Buffer_char () + match_offset + len3, in Replace()
1690 fData .Buffer_char () + match_offset + len2, in Replace()