Lines Matching refs:npos
165 if (found == string::npos) in HasWord()
192 if (percent_index_ == string::npos) in Match()
212 if (percent_index_ == string::npos) { in AppendSubst()
224 if (subst_percent_index == string::npos) { in AppendSubst()
241 if (percent_index_ != string::npos && subst.find('%') != string::npos) { in AppendSubstRef()
252 if (index == string::npos) in NoLineBreak()
255 while (index != string::npos) { in NoLineBreak()
297 if (found == string::npos) in Dirname()
306 if (found == string::npos || found == 0) in Basename()
313 if (found == string::npos) in GetExt()
321 if (found == string::npos || in StripExt()
322 (slash_index != string::npos && found < slash_index)) in StripExt()
354 if (j == string::npos) { in NormalizePath()
422 return string::npos; in FindOutsideParenImpl()