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

  /external/icu4c/i18n/
strmatch.h 240 int32_t matchStart;
uregex.cpp     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
TextHtmlFunction.java 116 int matchStart;
122 matchStart = matcher.start();
127 htmlCharEscaper.filter(in.subSequence(regionStart, matchStart).toString(), out);
135 formatEmail(in, matchStart, matchEnd, out);
137 formatUrl(in, matchStart, matchEnd,
  /external/webkit/Source/JavaScriptCore/runtime/
StringPrototype.cpp 347 int matchStart = ovector[i * 2];
348 int matchLen = ovector[i * 2 + 1] - matchStart;
350 if (matchStart < 0)
353 cachedCall.setArgument(i, jsSubstring(exec, source, matchStart, matchLen));
394 int matchStart = ovector[i * 2];
395 int matchLen = ovector[i * 2 + 1] - matchStart;
397 if (matchStart < 0)
400 args.append(jsSubstring(exec, source, matchStart, matchLen));
    [all...]
  /libcore/luni/src/main/java/java/lang/
String.java     [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp     [all...]
  /external/icu4c/test/intltest/
usettest.cpp     [all...]

Completed in 276 milliseconds