Searched refs:regionStart (Results 1 - 11 of 11) 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/icu4c/i18n/unicode/
H A Duregex.h818 * @param regionStart The (native) index to begin searches at.
825 int32_t regionStart,
845 * @param regionStart The (native) index to begin searches at.
852 int64_t regionStart,
863 * @param regionStart The (native) index to begin searches at.
872 int64_t regionStart,
879 * to the region bounded by regionStart (inclusive) and regionEnd (exclusive).
893 * to the region bounded by regionStart (inclusive) and regionEnd (exclusive).
906 * Any matches found are limited to to the region bounded by regionStart (inclusive)
921 * Any matches found are limited to to the region bounded by regionStart (inclusiv
[all...]
H A Dregex.h1205 * @param regionStart The region start
1213 virtual RegexMatcher &region(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode &status);
1217 * conducts are limited to finding matches within regionStart (inclusive) and
1223 virtual int32_t regionStart() const;
1227 * conducts are limited to finding matches within regionStart (inclusive) and
1238 * this matcher conducts are limited to finding matches within regionStart
1248 * this matcher conducts are limited to finding matches within regionStart
/external/icu4c/i18n/
H A Duregex.cpp832 int32_t regionStart,
835 uregex_setRegion64( regexp2, (int64_t)regionStart, (int64_t)regionLimit, status);
840 int64_t regionStart,
847 regexp->fMatcher->region(regionStart, regionLimit, *status);
858 int64_t regionStart,
866 regexp->fMatcher->region(regionStart, regionLimit, startIndex, *status);
887 return regexp->fMatcher->regionStart();
831 uregex_setRegion(URegularExpression *regexp2, int32_t regionStart, int32_t regionLimit, UErrorCode *status) argument
839 uregex_setRegion64(URegularExpression *regexp2, int64_t regionStart, int64_t regionLimit, UErrorCode *status) argument
857 uregex_setRegionAndStart(URegularExpression *regexp2, int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode *status) argument
H A Drematch.cpp1666 RegexMatcher &RegexMatcher::region(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode &status) { argument
1671 if (regionStart>regionLimit || regionStart<0 || regionLimit<0) {
1675 int64_t nativeStart = regionStart;
1728 // regionStart
1731 int32_t RegexMatcher::regionStart() const { function in class:RegexMatcher
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java464 while (pos < matcher.regionStart()) {
475 if (matcher.regionStart() == matcher.regionEnd()) {
/external/icu4c/test/intltest/
H A Dregextst.cpp1120 REGEX_ASSERT(m.regionStart() == 0);
1133 REGEX_ASSERT(m.regionStart() == 0);
1138 REGEX_ASSERT(m.regionStart() == 0);
2285 REGEX_ASSERT(m.regionStart() == 0);
2298 REGEX_ASSERT(m.regionStart() == 0);
2304 REGEX_ASSERT(m.regionStart() == 0);
3301 int32_t regionStart = -1; local
3445 regionStart = deTaggedInput.length();
3458 if ((regionStart>=0 || regionEnd>=0) && (regionStart<
[all...]
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
H A DMatcherTest.java50 assertEquals(1, m.regionStart());
/external/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssemblerARMv7.h64 void recordLinkOffsets(int32_t regionStart, int32_t regionEnd, int32_t offset) {return m_assembler.recordLinkOffsets(regionStart, regionEnd, offset); } argument
H A DARMv7Assembler.h1724 void recordLinkOffsets(int32_t regionStart, int32_t regionEnd, int32_t offset) argument
1726 int32_t ptr = regionStart / sizeof(int32_t);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 133 milliseconds