Searched refs:fMatches (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/shared/
H A DRegExp.cpp155 fMatches(NULL)
162 fMatches = new regmatch_t[fMatchCount];
163 if (regexec(compiledExpression, string, fMatchCount, fMatches, 0)
165 delete[] fMatches;
166 fMatches = NULL;
173 delete[] fMatches;
183 return fMatches;
188 regmatch_t* fMatches; member in struct:RegExp::MatchResultData

Completed in 28 milliseconds