Home | History | Annotate | Download | only in base

Lines Matching refs:start_offset

976                                     typename StringType::size_type start_offset,
980 if ((start_offset == StringType::npos) || (start_offset >= str->length()))
984 for (typename StringType::size_type offs(str->find(find_this, start_offset));
995 string16::size_type start_offset,
998 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
1003 std::string::size_type start_offset,
1006 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
1011 string16::size_type start_offset,
1014 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
1019 std::string::size_type start_offset,
1022 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,