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

  /external/icu4c/i18n/
strmatch.cpp 33 matchStart(-1),
46 matchStart(o.matchStart),
112 if (matchStart < 0) {
113 matchStart = cursor+1;
144 matchStart = offset;
224 if (matchStart >= 0) {
225 if (matchStart != matchLimit) {
226 text.copy(matchStart, matchLimit, dest);
227 outLen = matchLimit - matchStart;
    [all...]
strmatch.h 240 int32_t matchStart;
uregex.cpp     [all...]
usearch.cpp 590 //int32_t matchstart = *start;
598 /*if (!ubrk_isBoundary(breakiterator, matchstart) && !ubrk_isBoundary(breakiterator, matchstart-1)) {
599 *start = ubrk_preceding(breakiterator, matchstart);
    [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/icu4c/i18n/unicode/
usearch.h 747 * @param matchStart An out parameter, the starting index of the matched text.
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp     [all...]
  /external/icu4c/test/intltest/
usettest.cpp     [all...]
ssearch.cpp     [all...]
  /libcore/luni/src/main/java/java/lang/
String.java     [all...]
  /external/v8/src/
regexp.js 373 var matchStart = lastMatchInfo[CAPTURE(index)];
375 if (matchStart == -1 || matchEnd == -1) return '';
376 return SubString(LAST_SUBJECT(lastMatchInfo), matchStart, matchEnd);

Completed in 361 milliseconds