Home | History | Annotate | Download | only in bookmaker

Lines Matching full:substr

1447         string fileName = includeMapper.first.substr(lastSlash + 1);
1448 if (".h" != fileName.substr(fileName.length() - 2)) {
1451 string skClassName = fileName.substr(0, fileName.length() - 2);
1482 string dir = fFileName.substr(0, SkTMax(slash, back) + 1);
1610 substitute = substitute.substr(parentClassEnd + 2);