Home | History | Annotate | Download | only in cached

Lines Matching defs:new_str

660     char new_str[16];
661 sprintf(new_str, "%d", (int)old_c);
662 NewName = NewName.replace(pos, 1, new_str);