Home
last modified time | relevance | path

Searched refs:EndsWith (Results 1 – 3 of 3) sorted by relevance

/build/soong/androidmk/parser/
Dmake_strings_test.go254 if test.in.EndsWith(test.endsWith) != test.expected {
Dmake_strings.go280 func (ms *MakeString) EndsWith(ch rune) bool { func
Dparser.go527 if ident.EndsWith('+') && t == "=" {