Searched defs:appendTail (Results 1 - 9 of 9) sorted by relevance
/external/icu/icu4c/source/i18n/ |
H A D | rematch.cpp | 479 // appendTail Intended to be used in conjunction with appendReplacement() 483 // Note: Match ranges do not affect appendTail or appendReplacement 486 UnicodeString &RegexMatcher::appendTail(UnicodeString &dest) { function in class:RegexMatcher 492 appendTail(&resultText, status); 500 // appendTail, UText mode 502 UText *RegexMatcher::appendTail(UText *dest, UErrorCode &status) { function in class:RegexMatcher 1732 appendTail(dest, status); 1787 appendTail(dest, status);
|
H A D | uregex.cpp | 1173 // appendReplacement() and appendTail() special case incoming buffer 1298 inline static int32_t appendTail(RegularExpression *regexp, 1345 // A series of appendReplacements, appendTail need to correctly preflight 1612 int32_t RegexCImpl::appendTail(RegularExpression *regexp, function in class:RegexCImpl 1619 // A series of appendReplacements, appendTail need to correctly preflight 1735 // appendTail the actual API function 1743 return RegexCImpl::appendTail(regexp, destBuf, destCapacity, status); 1755 return regexp->fMatcher->appendTail(dest, *status);
|
/external/robolectric/v1/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
Completed in 1263 milliseconds