Home
last modified time | relevance | path

Searched refs:lastMatch (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
Dregexp-static.js35 assertEquals('123.456', RegExp.lastMatch);
63 assertEquals('789.012', RegExp.lastMatch);
82 assertEquals('123.456', RegExp.lastMatch);
101 assertEquals('789.012', RegExp.lastMatch);
Dregexp-capture-3.js32 assertEquals("b", RegExp.lastMatch);
48 assertEquals("b", RegExp.lastMatch);
61 assertEquals("bc", RegExp.lastMatch);
79 assertEquals("bc", RegExp.lastMatch);
Dstring-match.js44 var lastMatch = matchResult[matchResult.length - 1];
45 assertEquals(match, lastMatch, name + "-match-string_g");
56 assertEquals(match, RegExp.lastMatch, name + "-lastMatch");
Dregexp-global.js183 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);
Dregexp-indexof.js48 assertEquals(lastExpected, RegExp.lastMatch, "lastMatch");
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhoneNumberMatcher.java206 private PhoneNumberMatch lastMatch = null; field in PhoneNumberMatcher
695 lastMatch = find(searchIndex); in hasNext()
696 if (lastMatch == null) { in hasNext()
699 searchIndex = lastMatch.end(); in hasNext()
713 PhoneNumberMatch result = lastMatch; in next()
714 lastMatch = null; in next()
/external/chromium_org/third_party/icu/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp393 if(index!=lastMatch) { in ucharsTrieMatches()
394 utext_setNativeIndex(text, lastMatch); in ucharsTrieMatches()
396 return lastMatch-start; in ucharsTrieMatches()
/external/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp393 if(index!=lastMatch) { in ucharsTrieMatches()
394 utext_setNativeIndex(text, lastMatch); in ucharsTrieMatches()
396 return lastMatch-start; in ucharsTrieMatches()
/external/chromium_org/v8/test/webkit/fast/js/
DObject-getOwnPropertyNames-expected.txt80 …', '$6', '$7', '$8', '$9', '$_', '$`', 'arguments', 'caller', 'input', 'lastMatch', 'lastParen', '…