Searched refs:old_string (Results 1 – 3 of 3) sorted by relevance
124 bool Replace (const char *old_string,
1616 bool dng_string::Replace (const char *old_string, in Replace() argument1623 if (Contains (old_string, in Replace()1630 uint32 len2 = strlenAsUint32 (old_string); in Replace()
31 unibrow::uchar old_string[1] = { old_char }; in BackRefMatchesNoCase() local33 interp_canonicalize->get(old_char, '\0', old_string); in BackRefMatchesNoCase()35 if (old_string[0] != new_string[0]) { in BackRefMatchesNoCase()