Searched refs:firstMatch (Results 1 – 3 of 3) sorted by relevance
433 int firstMatch = getNextIndexed(identity, _firstch(identity), in first() local436 return makeNodeHandle(firstMatch); in first()
942 int firstMatch = 0; in writeClassLists() local947 if (firstMatch != i - 1) { in writeClassLists()949 for (int j = firstMatch; j < i; j++) { in writeClassLists()956 firstMatch = i; in writeClassLists()
2023 var firstMatch = this._cssCompletions.firstStartsWith(prefix);2024 if (firstMatch)2025 results.push(firstMatch);