Searched refs:hitEnd (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dregex.h1339 * hitEnd() is defined for both successful and unsuccessful matches.
1340 * In either case hitEnd() will return TRUE if if the end of the text was
1346 virtual UBool hitEnd() const;
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp1206 // hitEnd() and requireEnd()
1213 REGEX_ASSERT(m1.hitEnd() == TRUE);
1220 REGEX_ASSERT(m2.hitEnd() == FALSE);
1227 REGEX_ASSERT(m3.hitEnd() == TRUE);
2399 // hitEnd() and requireEnd()
2412 REGEX_ASSERT(m1.hitEnd() == TRUE);
2421 REGEX_ASSERT(m2.hitEnd() == FALSE);
2430 REGEX_ASSERT(m3.hitEnd() == TRUE);
3780 if ((flags.indexOf((UChar)0x5A) >= 0) && // 'Z' flag: hitEnd() == false
3781 matcher->hitEnd()
[all...]
H A Drbbitst.cpp1771 if(tokenMatcher.hitEnd()) {
/external/icu/icu4c/source/i18n/
H A Duregex.cpp988 return regexp->fMatcher->hitEnd();
H A Drematch.cpp1334 // hitEnd()
1337 UBool RegexMatcher::hitEnd() const { function in class:RegexMatcher
2999 // set the hitEnd or requireEnd flags
4563 // set the hitEnd or requireEnd flags
/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/ ...

Completed in 153 milliseconds