Lines Matching refs:substr
61 s = s.substr(spos+3, epos-(spos+3));
93 if (line.substr(0,11) == "LZ4LIB_API ") line = line.substr(11);
94 if (line.substr(0,12) == "LZ4FLIB_API ") line = line.substr(12);
98 sout << line.substr(0, spos);
99 sout << "</b>" << line.substr(spos) << "<b>" << '\n';
143 if (line.substr(0,7) == "typedef" && line.find("{")!=string::npos) {
178 if (!comments.empty()) comments[0] = line.substr(spos+3);
180 comments[comments.size()-1] = comments[comments.size()-1].substr(0, comments[comments.size()-1].find("*/"));
183 comments[l] = comments[l].substr(2);
185 comments[l] = comments[l].substr(3);