Home | History | Annotate | Download | only in src

Lines Matching full:replaces

1653       result += "\\0";  // Replaces NUL with "\\0";
1718 // replaces the old value for that key.
3385 // replaces them by "%xx" where xx is their hexadecimal value. For
3386 // example, replaces "=" with "%3D". This algorithm is O(strlen(str))