OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastMatch
(Results
1 - 19
of
19
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java
187
private PhoneNumberMatch
lastMatch
= null;
652
lastMatch
= find(searchIndex);
653
if (
lastMatch
== null) {
656
searchIndex =
lastMatch
.end();
670
PhoneNumberMatch result =
lastMatch
;
671
lastMatch
= null;
/external/chromium_org/v8/test/mjsunit/
regexp-static.js
35
assertEquals('123.456', RegExp.
lastMatch
);
63
assertEquals('789.012', RegExp.
lastMatch
);
82
assertEquals('123.456', RegExp.
lastMatch
);
101
assertEquals('789.012', RegExp.
lastMatch
);
string-match.js
44
var
lastMatch
= matchResult[matchResult.length - 1];
45
assertEquals(match,
lastMatch
, name + "-match-string_g");
56
assertEquals(match, RegExp.
lastMatch
, name + "-
lastMatch
");
regexp-indexof.js
48
assertEquals(lastExpected, RegExp.
lastMatch
, "
lastMatch
");
regexp-capture-3.js
32
assertEquals("b", RegExp.
lastMatch
);
48
assertEquals("b", RegExp.
lastMatch
);
61
assertEquals("bc", RegExp.
lastMatch
);
79
assertEquals("bc", RegExp.
lastMatch
);
regexp-global.js
183
assertEquals("deadbeef", RegExp.
lastMatch
);
186
assertEquals(last_match_expectations[i], RegExp.
lastMatch
);
206
assertEquals("deadbeef", RegExp.
lastMatch
);
209
assertEquals(last_match_expectations[i], RegExp.
lastMatch
);
/external/v8/test/mjsunit/
regexp-static.js
35
assertEquals('123.456', RegExp.
lastMatch
);
63
assertEquals('789.012', RegExp.
lastMatch
);
82
assertEquals('123.456', RegExp.
lastMatch
);
101
assertEquals('789.012', RegExp.
lastMatch
);
string-match.js
44
var
lastMatch
= matchResult[matchResult.length - 1];
45
assertEquals(match,
lastMatch
, name + "-match-string_g");
56
assertEquals(match, RegExp.
lastMatch
, name + "-
lastMatch
");
regexp-indexof.js
48
assertEquals(lastExpected, RegExp.
lastMatch
, "
lastMatch
");
/external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp
393
if(index!=
lastMatch
) {
394
utext_setNativeIndex(text,
lastMatch
);
396
return
lastMatch
-start;
/external/chromium_org/v8/src/
regexp.js
290
// Getters for the static properties
lastMatch
, lastParen, leftContext, and
458
%DefineOrRedefineAccessorProperty($RegExp, '
lastMatch
', RegExpGetLastMatch,
/external/v8/src/
regexp.js
293
// Getters for the static properties
lastMatch
, lastParen, leftContext, and
458
%DefineOrRedefineAccessorProperty($RegExp, '
lastMatch
', RegExpGetLastMatch,
/external/chromium_org/v8/test/webkit/fast/js/
Object-getOwnPropertyNames.js
88
"RegExp": "['$&', \"$'\", '$*', '$+', '$1', '$2', '$3', '$4', '$5', '$6', '$7', '$8', '$9', '$_', '$`', 'input', '
lastMatch
', 'lastParen', 'leftContext', 'length', 'multiline', 'name', 'prototype', 'rightContext']",
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
/prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar
/prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar
lombok-ast-0.2.jar
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
Completed in 541 milliseconds