Searched refs:oldS (Results 1 – 2 of 2) sorted by relevance
696 Simstr::replace_all(const Simstr & oldS, const Simstr & newS) in replace_all() argument700 while (i <= len-oldS.len) in replace_all()702 vgl = get(i,oldS.len); in replace_all()703 if (strcmp(vgl.sz,oldS.sz) == 0) in replace_all()705 replace(i,oldS.len,newS); in replace_all()
171 const Simstr & oldS,
Completed in 27 milliseconds