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

  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
TextHtmlFunction.java 118 int regionStart = 0;
127 htmlCharEscaper.filter(in.subSequence(regionStart, matchStart).toString(), out);
142 regionStart = matchEnd;
146 htmlCharEscaper.filter(in.substring(regionStart, end), out);
  /external/icu/icu4c/source/i18n/unicode/
uregex.h     [all...]
regex.h     [all...]
  /external/icu/libandroidicu/include/unicode/
uregex.h     [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 829 int32_t regionStart,
832 uregex_setRegion64( regexp2, (int64_t)regionStart, (int64_t)regionLimit, status);
837 int64_t regionStart,
844 regexp->fMatcher->region(regionStart, regionLimit, *status);
855 int64_t regionStart,
863 regexp->fMatcher->region(regionStart, regionLimit, startIndex, *status);
884 return regexp->fMatcher->regionStart();
    [all...]
rematch.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp     [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
TextFormat.java 683 while (pos < matcher.regionStart()) {
694 if (matcher.regionStart() == matcher.regionEnd()) {
    [all...]
  /external/icu/libandroidicu/static_shim/
shim.cpp     [all...]
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 1649 milliseconds