OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastMatch
(Results
1 - 13
of
13
) sorted by null
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
RegExp_lastMatch.js
24
Description: 'Tests RegExps
lastMatch
property'
33
var TITLE = 'RegExp:
lastMatch
';
41
// 'foo'.match(/foo/); RegExp.
lastMatch
43
testcases[count++] = new TestCase ( SECTION, "'foo'.match(/foo/); RegExp.
lastMatch
",
44
'foo', RegExp.
lastMatch
);
46
// 'foo'.match(new RegExp('foo')); RegExp.
lastMatch
48
testcases[count++] = new TestCase ( SECTION, "'foo'.match(new RegExp('foo')); RegExp.
lastMatch
",
49
'foo', RegExp.
lastMatch
);
51
// 'xxx'.match(/bar/); RegExp.
lastMatch
53
testcases[count++] = new TestCase ( SECTION, "'xxx'.match(/bar/); RegExp.
lastMatch
",
[
all
...]
/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/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/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-103087.js
152
lm = RegExp.
lastMatch
;
/external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp
393
if(index!=
lastMatch
) {
394
utext_setNativeIndex(text,
lastMatch
);
396
return
lastMatch
-start;
/external/v8/src/
regexp.js
293
// Getters for the static properties
lastMatch
, lastParen, leftContext, and
458
%DefineOrRedefineAccessorProperty($RegExp, '
lastMatch
', RegExpGetLastMatch,
/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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
Completed in 2494 milliseconds