Searched refs:equalIndex (Results 1 – 1 of 1) sorted by relevance
110 int equalIndex = SkStrFind(string, "="); in match() local111 if (equalIndex > 0) { in match()113 SkString flag(string, equalIndex); in match()116 string += equalIndex + 1; in match()