Searched refs:equalIndex (Results 1 – 2 of 2) sorted by relevance
119 int equalIndex = SkStrFind(string, "="); in match() local120 if (equalIndex > 0) { in match()122 SkString flag(string, equalIndex); in match()125 string += equalIndex + 1; in match()
117 int equalIndex = SkStrFind(string, "="); in match() local118 if (equalIndex > 0) { in match()120 SkString flag(string, equalIndex); in match()123 string += equalIndex + 1; in match()