HomeSort by relevance Sort by last modified time
    Searched full:regionend (Results 1 - 12 of 12) sorted by null

  /dalvik/libcore/regex/src/main/java/java/util/regex/
Matcher.java 75 private int regionEnd;
223 regionEnd = input.length();
226 if (start != regionStart || end != regionEnd) {
228 regionEnd = end;
230 NativeRegEx.setRegion(nativePattern, regionStart, regionEnd);
297 if (appendPos < regionEnd) {
298 buffer.append(input.substring(appendPos, regionEnd));
407 } else if (findPos >= regionEnd) {
667 public int regionEnd() {
668 return regionEnd;
    [all...]
  /dalvik/libcore/icu/src/main/native/
NativeRegEx.cpp 252 static jint regionEnd(JNIEnv* env, jclass clazz, RegExData* data)
344 { "regionEnd", "(I)I", (void*)regionEnd },
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/regex/
NativeRegEx.java 92 public static native int regionEnd(int regex);
  /dalvik/libcore/regex/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
MatcherTest.java     [all...]
  /external/icu4c/test/intltest/
regextst.cpp 753 REGEX_ASSERT(m.regionEnd() == testString.length());
766 REGEX_ASSERT(m.regionEnd() == testString.length());
771 REGEX_ASSERT(m.regionEnd() == shorterString.length());
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 782 * regionEnd (exclusive).
793 * (inclusive) and regionEnd (exclusive).
798 virtual int32_t regionEnd() const;
    [all...]
uregex.h 495 * to the region bounded by regionStart (inclusive) and regionEnd (exclusive).
511 * and regionEnd (exclusive).
    [all...]
  /external/icu4c/i18n/
uregex.cpp 536 return regexp->fMatcher->regionEnd();
    [all...]
rematch.cpp 801 // regionEnd
804 int32_t RegexMatcher::regionEnd() const {
    [all...]
  /external/icu4c/
APIChangeReport.html 766 <td class="file">regex.h</td><td class="proto">int32_t RegexMatcher::regionEnd() const</td><td class="" colspan="
    [all...]
  /cts/tools/dex-tools/dex/
classes0.out.dex     [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 1899 milliseconds