HomeSort by relevance Sort by last modified time
    Searched refs:matchStart (Results 1 - 7 of 7) 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;
usearch.cpp 580 //int32_t matchstart = *start;
588 /*if (!ubrk_isBoundary(breakiterator, matchstart) && !ubrk_isBoundary(breakiterator, matchstart-1)) {
589 *start = ubrk_preceding(breakiterator, matchstart);
    [all...]
  /external/icu4c/i18n/unicode/
usearch.h 684 * @param matchStart An out parameter, the starting index of the matched text.
700 int32_t *matchStart,
    [all...]
  /external/v8/src/
regexp.js 177 var matchStart = lastMatchInfo[CAPTURE(i << 1)];
179 if (matchStart != -1 && matchEnd != -1) {
180 result[i] = SubString(s, matchStart, matchEnd);
302 var matchStart = lastMatchInfo[CAPTURE(index)];
304 if (matchStart == -1 || matchEnd == -1) return '';
305 return SubString(LAST_SUBJECT(lastMatchInfo), matchStart, matchEnd);
  /external/icu4c/test/intltest/
usettest.cpp     [all...]
ssearch.cpp     [all...]

Completed in 105 milliseconds