Home | History | Annotate | Download | only in Checkers

Lines Matching full:substr

1058     FName = FName.substr(FName.find_first_not_of('_'));
1204 FName = FName.substr(FName.startswith("CGCF") ? 4 : 2);
1481 if (Slot.substr(Slot.size() - 8).equals_lower("delegate")) {
3365 FName = FName.substr(FName.find_first_not_of('_'));