HomeSort by relevance Sort by last modified time
    Searched full:lastmatch (Results 1 - 22 of 22) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
find_format_all.hpp 54 input_iterator_type LastMatch=::boost::begin(Input);
60 Output = std::copy( LastMatch, M.begin(), Output );
65 LastMatch=M.end();
66 M=Finder( LastMatch, ::boost::end(Input) );
70 Output = std::copy( LastMatch, ::boost::end(Input), Output );
128 input_iterator_type LastMatch=::boost::begin(Input);
137 insert( Output, ::boost::end(Output), LastMatch, M.begin() );
142 LastMatch=M.end();
143 M=Finder( LastMatch, ::boost::end(Input) );
147 ::boost::algorithm::detail::insert( Output, ::boost::end(Output), LastMatch, ::boost::end(Input) )
    [all...]
  /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/elfutils/libdw/
dwarf_getsrc_file.c 97 bool lastmatch = false; local
114 lastmatch = strcmp (basename (fname2), fname) == 0;
116 lastmatch = strcmp (fname2, fname) == 0;
118 if (!lastmatch)
  /external/elfutils/libdwfl/
dwfl_module_getsrc_file.c 98 bool lastmatch = false; local
115 lastmatch = !strcmp (is_basename ? basename (file) : file,
119 if (!lastmatch)
  /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/webkit/fast/js/
Object-getOwnPropertyNames-expected.txt 80 FAIL getSortedOwnPropertyNames(RegExp) should be $&,$',$*,$+,$1,$2,$3,$4,$5,$6,$7,$8,$9,$_,$`,input,lastMatch,lastParen,leftContext,length,multiline,name,prototype,rightContext. Was $&,$',$*,$+,$1,$2,$3,$4,$5,$6,$7,$8,$9,$_,$`,$input,arguments,caller,input,lastMatch,lastParen,leftContext,length,multiline,name,prototype,rightContext.
Object-getOwnPropertyNames.js 88 "RegExp": "['$&', \"$'\", '$*', '$+', '$1', '$2', '$3', '$4', '$5', '$6', '$7', '$8', '$9', '$_', '$`', 'input', 'lastMatch', 'lastParen', 'leftContext', 'length', 'multiline', 'name', 'prototype', 'rightContext']",
  /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/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp 393 if(index!=lastMatch) {
394 utext_setNativeIndex(text, lastMatch);
396 return lastMatch-start;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java 743 assertEquals("java.util.regex.Matcher[pattern=(\\d{1,3}) region=0,16 lastmatch=]", m.toString());
745 assertEquals("java.util.regex.Matcher[pattern=(\\d{1,3}) region=0,16 lastmatch=666]", m.toString());
747 assertEquals("java.util.regex.Matcher[pattern=(\\d{1,3}) region=4,8 lastmatch=]", m.toString());
  /external/chromium_org/third_party/re2/re2/
dfa.cc 1333 const uint8* lastmatch = NULL; \/\/ most recent matching position in text local
    [all...]
  /external/regex-re2/re2/
dfa.cc 1331 const uint8* lastmatch = NULL; \/\/ most recent matching position in text local
    [all...]
  /libcore/luni/src/main/java/java/util/regex/
Matcher.java 666 " lastmatch=" + (matchFound ? group() : "") + "]";
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 1105 milliseconds