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

  /external/icu4c/i18n/
strmatch.h 236 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,
  /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/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...]
  /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 246 milliseconds