Home
last modified time | relevance | path

Searched refs:TrimLeftSpace (Results 1 – 8 of 8) sorted by relevance

/build/kati/
Dparser.cc173 line = TrimLeftSpace(line); in ParseLine()
210 line = TrimLeftSpace(line); in ParseRule()
229 stmt->after_term = ParseExpr(TrimLeftSpace(line.substr(found + 1)), opt); in ParseRule()
282 line = TrimLeftSpace(line); in ParseInsideDefine()
289 StringPiece rest = TrimRightSpace(RemoveComment(TrimLeftSpace( in ParseInsideDefine()
340 s = TrimLeftSpace(s.substr(n+1)); in ParseIfEqCond()
342 s = TrimLeftSpace(s.substr(n)); in ParseIfEqCond()
358 s = TrimLeftSpace(s.substr(end+1)); in ParseIfEqCond()
393 StringPiece next_if = TrimLeftSpace(line); in ParseElse()
497 StringPiece rest = TrimRightSpace(RemoveComment(TrimLeftSpace( in HandleDirective()
[all …]
Dcommand.cc156 *s = TrimLeftSpace(*s); in ParseCommandPrefixes()
166 *s = TrimLeftSpace(s->substr(1)); in ParseCommandPrefixes()
208 StringPiece cmd = TrimLeftSpace(cmds.substr(0, index)); in Eval()
Dstrutil.h115 StringPiece TrimLeftSpace(StringPiece s);
Drule.cc111 NewLiteral(Intern(TrimLeftSpace(rest.substr(term_index + 1))).str())); in ParseRule()
Dstrutil.cc246 StringPiece TrimLeftSpace(StringPiece s) { in TrimLeftSpace() function
276 return TrimRightSpace(TrimLeftSpace(s)); in TrimSpace()
Dninja.cc62 StringPiece val = TrimLeftSpace(cmd.substr(index + name.size())); in FindCommandLineFlagWithArg()
65 val = TrimLeftSpace(val.substr(index + name.size())); in FindCommandLineFlagWithArg()
Dfind.cc371 CHECK(TrimLeftSpace(cur_).empty()); in Parse()
383 cur_ = TrimLeftSpace(cur_); in GetNextToken()
Dfunc.cc204 StringPiece s = TrimLeftSpace(buf); in GetNumericValueForFunc()