Searched refs:scanString (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10/JavaScriptCore-7600.1.17/
H A DtestRegExp.cpp235 static int scanString(char* buffer, int bufferLength, StringBuilder& builder, char termChar) function
308 int i = scanString(line + 1, lineLength - 1, pattern, '/') + 1;
325 int i = scanString(line + 2, lineLength - 2, subjectString, '"') + 2;

Completed in 91 milliseconds