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

  /external/icu4c/i18n/
strmatch.cpp 32 matchStart(-1),
45 matchStart(o.matchStart),
117 if (matchStart < 0) {
118 matchStart = cursor+1;
149 matchStart = offset;
229 if (matchStart >= 0) {
230 if (matchStart != matchLimit) {
231 text.copy(matchStart, matchLimit, dest);
232 outLen = matchLimit - matchStart;
    [all...]
strmatch.h 236 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,
  /packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
SmartDialNameMatcherTest.java 233 int matchStart, int matchEnd) {
234 checkMatchesNumber(number, query, expectedMatches, false, matchStart, matchEnd);
238 boolean matchNanp, int matchStart, int matchEnd) {
243 assertEquals("start", matchStart, pos.start);
  /external/icu4c/i18n/unicode/
usearch.h 753 * @param matchStart An out parameter, the starting index of the matched text.
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 251 size_t matchStart = 0;
254 matchStart = strStart + pmatch[1].rm_so;
258 indexName.append(StringUtil::substr(orig, matchStart, matchEnd - matchStart));
266 LOGD("match found strStart %d, matchStart %d, matchEnd %d, converted str %s",
267 strStart, matchStart, matchEnd, translated.string());
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp     [all...]
  /libcore/luni/src/main/java/java/lang/
String.java     [all...]
  /external/icu4c/test/intltest/
usettest.cpp     [all...]
ssearch.cpp     [all...]
  /external/v8/src/
regexp.js 371 var matchStart = lastMatchInfo[CAPTURE(index)];
373 if (matchStart == -1 || matchEnd == -1) return '';
374 return SubString(LAST_SUBJECT(lastMatchInfo), matchStart, matchEnd);
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
jsilver-1.0.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 1216 milliseconds