Searched refs:gMatches (Results 1 – 1 of 1) sorted by relevance
35 static Vector<String8> gMatches; variable47 for (size_t i = 0; i < gMatches.size(); i++) { in isMatch()48 const String8& match = gMatches.itemAt(i); in isMatch()91 gMatches.add(String8(match.c_str())); in nativeAddMatch()98 for (size_t i = 0; i < gMatches.size(); i++) { in nativeRemoveMatch()99 if (gMatches.itemAt(i) == match.c_str()) { in nativeRemoveMatch()100 gMatches.removeAt(i); in nativeRemoveMatch()