Lines Matching defs:pos
65 int pos;
72 for (pos = 0; pos < (int)m_path.length(); pos++)
74 const char c = m_path[pos];
78 if (pos - curCompStart > 0)
79 components.push_back(m_path.substr(curCompStart, pos - curCompStart));
81 curCompStart = pos+1;
85 if (pos - curCompStart > 0)
86 components.push_back(m_path.substr(curCompStart, pos - curCompStart));