Searched refs:regionStart (Results 1 - 16 of 16) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
H A DTextHtmlFunction.java118 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/
H A Duregex.h838 * @param regionStart The (native) index to begin searches at.
845 int32_t regionStart,
865 * @param regionStart The (native) index to begin searches at.
872 int64_t regionStart,
883 * @param regionStart The (native) index to begin searches at.
892 int64_t regionStart,
899 * to the region bounded by regionStart (inclusive) and regionEnd (exclusive).
913 * to the region bounded by regionStart (inclusive) and regionEnd (exclusive).
926 * Any matches found are limited to to the region bounded by regionStart (inclusive)
941 * Any matches found are limited to to the region bounded by regionStart (inclusiv
[all...]
H A Dregex.h1227 * @param regionStart The region start
1235 virtual RegexMatcher &region(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode &status);
1239 * conducts are limited to finding matches within regionStart (inclusive) and
1245 virtual int32_t regionStart() const;
1249 * conducts are limited to finding matches within regionStart (inclusive) and
1260 * this matcher conducts are limited to finding matches within regionStart
1270 * this matcher conducts are limited to finding matches within regionStart
/external/icu/icu4c/source/i18n/
H A Duregex.cpp829 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();
828 uregex_setRegion(URegularExpression *regexp2, int32_t regionStart, int32_t regionLimit, UErrorCode *status) argument
836 uregex_setRegion64(URegularExpression *regexp2, int64_t regionStart, int64_t regionLimit, UErrorCode *status) argument
854 uregex_setRegionAndStart(URegularExpression *regexp2, int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode *status) argument
H A Drematch.cpp1608 RegexMatcher &RegexMatcher::region(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode &status) { argument
1613 if (regionStart>regionLimit || regionStart<0 || regionLimit<0) {
1617 int64_t nativeStart = regionStart;
1670 // regionStart
1673 int32_t RegexMatcher::regionStart() const { function in class:RegexMatcher
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp1098 REGEX_ASSERT(m.regionStart() == 0);
1111 REGEX_ASSERT(m.regionStart() == 0);
1116 REGEX_ASSERT(m.regionStart() == 0);
2288 REGEX_ASSERT(m.regionStart() == 0);
2301 REGEX_ASSERT(m.regionStart() == 0);
2307 REGEX_ASSERT(m.regionStart() == 0);
3337 int32_t regionStart = -1; local
3484 regionStart = deTaggedInput.length();
3497 if ((regionStart>=0 || regionEnd>=0) && (regionStart<
[all...]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormat.java683 while (pos < matcher.regionStart()) {
694 if (matcher.regionStart() == matcher.regionEnd()) {
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 6327 milliseconds