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

  /external/v8/src/
macros.py 138 macro CAPTURE(index) = (3 + (index));
regexp.js 177 var matchStart = lastMatchInfo[CAPTURE(i << 1)];
178 var matchEnd = lastMatchInfo[CAPTURE((i << 1) + 1)];
268 // last pair (after the first pair) of elements of the capture array even if
271 var start = lastMatchInfo[CAPTURE(length - 2)];
272 var end = lastMatchInfo[CAPTURE(length - 1)];
302 var matchStart = lastMatchInfo[CAPTURE(index)];
303 var matchEnd = lastMatchInfo[CAPTURE(index + 1)];
314 // that there are at least two capture indeces. The array also contains
string.js 300 // If the two digit capture reference is within range of
314 // digit capture references, we can only enter here when a
315 // single digit capture reference is outside the range of
345 // Compute the string of a given regular expression capture.
350 var start = lastCaptureInfo[CAPTURE(scaled)];
351 var end = lastCaptureInfo[CAPTURE(scaled + 1)];
358 // Add the string of a given regular expression capture to the
364 var start = matchInfo[CAPTURE(scaled)];
365 var end = matchInfo[CAPTURE(scaled + 1)];
593 var start = matchInfo[CAPTURE(i)]
    [all...]
parser.cc 644 CAPTURE, // All positive values represent captures.
666 // Index in captures array of first capture in this sub-expression, if any.
667 // Also the capture index of this sub-expression itself, if group_type
668 // is CAPTURE.
675 // Stored disjunction type (capture, look-ahead or grouping), if any.
677 // Stored disjunction's capture index (if any).
697 // The capture count is only valid after we have scanned for captures.
4312 RegExpCapture* capture = new RegExpCapture(body, capture_index); local
4438 RegExpCapture* capture = NULL; local
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 112 public static final int CAPTURE = 0x080000;
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 320 milliseconds