HomeSort by relevance Sort by last modified time
    Searched refs:matchEnd (Results 1 - 7 of 7) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
TextHtmlFunction.java 117 int matchEnd;
123 matchEnd = matcher.end();
130 if (in.charAt(matchEnd - 1) == ',' || in.charAt(matchEnd - 1) == '.') {
131 matchEnd--;
135 formatEmail(in, matchStart, matchEnd, out);
137 formatUrl(in, matchStart, matchEnd,
142 regionStart = matchEnd;
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.cpp 101 unsigned matchEnd;
319 bool tryConsumeBackReference(int matchBegin, int matchEnd, int inputOffset)
321 int matchSize = matchEnd - matchBegin;
507 int matchEnd = output[(term.atom.subpatternId << 1) + 1];
512 if (matchEnd == -1)
515 ASSERT((matchBegin == -1) || (matchBegin <= matchEnd));
517 if (matchBegin == matchEnd)
524 if (!tryConsumeBackReference(matchBegin, matchEnd, term.inputPosition)) {
534 while ((matchAmount < term.atom.quantityCount) && tryConsumeBackReference(matchBegin, matchEnd, term.inputPosition))
556 int matchEnd = output[(term.atom.subpatternId << 1) + 1]
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
TextUtilities.java 685 int matchEnd = t.mMatchStart + t.mMatchLength;
686 if (leastOtherStart < 0 || leastOtherStart > matchEnd) {
689 sb.append(text.substring(t.mMatchStart, matchEnd));
690 lastOut = matchEnd;
    [all...]
  /external/v8/src/
regexp.js 374 var matchEnd = lastMatchInfo[CAPTURE(index + 1)];
375 if (matchStart == -1 || matchEnd == -1) return '';
376 return SubString(LAST_SUBJECT(lastMatchInfo), matchStart, matchEnd);
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java     [all...]
  /external/icu4c/test/intltest/
ssearch.cpp     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 229 milliseconds