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

1 2

  /external/v8/test/mjsunit/regress/
regress-crbug-467047.js 12 assertEquals("bc", RegExp.lastMatch);
  /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/elfutils/libdw/
dwarf_getsrc_file.c 84 bool lastmatch = false; local
101 lastmatch = strcmp (basename (fname2), fname) == 0;
103 lastmatch = strcmp (fname2, fname) == 0;
105 if (!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");
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);
string-replace.js 167 assertEquals("d", RegExp.lastMatch);
182 assertEquals(expected, RegExp.lastMatch);
  /external/elfutils/libdwfl/
dwfl_module_getsrc_file.c 83 bool lastmatch = false; local
100 lastmatch = !strcmp (is_basename ? basename (file) : file,
104 if (!lastmatch)
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
TextureAtlas.java 444 int i = 0, lastMatch = colon + 1;
446 int comma = line.indexOf(',', lastMatch);
448 tuple[i] = line.substring(lastMatch, comma).trim();
449 lastMatch = comma + 1;
451 tuple[i] = line.substring(lastMatch).trim();
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberMatcher.java 206 private PhoneNumberMatch lastMatch = null;
695 lastMatch = find(searchIndex);
696 if (lastMatch == null) {
699 searchIndex = lastMatch.end();
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
strings.go 113 lastmatch := 0
116 lastmatch = len(sep)
123 if h == hashsep && lastmatch <= i-len(sep) && s[i-len(sep):i] == sep {
125 lastmatch = i
  /prebuilts/go/linux-x86/src/strings/
strings.go 113 lastmatch := 0
116 lastmatch = len(sep)
123 if h == hashsep && lastmatch <= i-len(sep) && s[i-len(sep):i] == sep {
125 lastmatch = i
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 392 if(index!=lastMatch) {
393 utext_setNativeIndex(text, lastMatch);
395 return lastMatch-start;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java 690 assertEquals("java.util.regex.Matcher[pattern=(\\d{1,3}) region=0,16 lastmatch=]", m.toString());
692 assertEquals("java.util.regex.Matcher[pattern=(\\d{1,3}) region=0,16 lastmatch=666]", m.toString());
694 assertEquals("java.util.regex.Matcher[pattern=(\\d{1,3}) region=4,8 lastmatch=]", m.toString());
  /external/regex-re2/re2/
dfa.cc 1331 const uint8* lastmatch = NULL; \/\/ most recent matching position in text local
    [all...]
  /external/v8/src/js/
regexp.js 398 // Getters for the static properties lastMatch, lastParen, leftContext, and
567 utils.InstallGetterSetter(GlobalRegExp, 'lastMatch', RegExpGetLastMatch,
  /libcore/ojluni/src/main/java/java/lang/
String.java     [all...]
  /libcore/ojluni/src/main/java/java/util/regex/
Matcher.java     [all...]
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14.1/
gradle-tooling-api-2.14.1.jar 
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/
strings.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/
strings.a     [all...]

Completed in 694 milliseconds

1 2