HomeSort by relevance Sort by last modified time
    Searched refs:lastInput (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/runtime/
RegExpConstructor.cpp 108 d->input = data->lastInput;
109 d->lastInput = data->lastInput;
134 JSArray::put(exec, i, jsSubstring(exec, d->lastInput, start, d->lastOvector()[2 * i + 1] - start));
157 return jsSubstring(exec, d->lastInput, start, d->lastOvector()[2 * i + 1] - start);
169 return jsSubstring(exec, d->lastInput, start, d->lastOvector()[2 * i + 1] - start);
177 return jsSubstring(exec, d->lastInput, 0, d->lastOvector()[0]);
184 return jsSubstring(exec, d->lastInput, d->lastOvector()[1], d->lastInput.size() - d->lastOvector()[1]);
RegExpConstructor.h 49 UString lastInput;
125 d->lastInput = s;
  /external/srec/tools/grxmlcompile/
sub_grph.cpp 708 int count, rix, lastInput;
711 lastInput= -1;
716 if (lastInput >= 0 && lastInput == arc[forwardList[rix]]->GetInput())
719 lastInput= arc[forwardList[rix]]->GetInput();

Completed in 1019 milliseconds