Searched refs:equalIndex (Results 1 – 1 of 1) sorted by relevance
115 int equalIndex = SkStrFind(string, "="); in match() local116 if (equalIndex > 0) { in match()118 SkString flag(string, equalIndex); in match()121 string += equalIndex + 1; in match()