Home
last modified time | relevance | path

Searched refs:oldS (Results 1 – 2 of 2) sorted by relevance

/trunk/main/soltools/support/
H A Dsimstr.cxx696 Simstr::replace_all(const Simstr & oldS, const Simstr & newS) in replace_all() argument
700 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()
/trunk/main/soltools/inc/
H A Dsimstr.hxx171 const Simstr & oldS,

Completed in 22 milliseconds