Searched defs:appendReplacement (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp282 // appendReplacement
285 RegexMatcher &RegexMatcher::appendReplacement(UnicodeString &dest, function in class:RegexMatcher
296 appendReplacement(&resultText, &replacementText, status);
306 // appendReplacement, UText mode
308 RegexMatcher &RegexMatcher::appendReplacement(UText *dest, function in class:RegexMatcher
474 // appendTail Intended to be used in conjunction with appendReplacement()
478 // Note: Match ranges do not affect appendTail or appendReplacement
1795 appendReplacement(dest, replacement, status);
1854 appendReplacement(dest, replacement, status);
H A Duregex.cpp1176 // Note: Seperate error code variables for findNext() and appendReplacement()
1178 // in appendReplacement won't stop findNext() from working.
1179 // appendReplacement() and appendTail() special case incoming buffer
1297 inline static int32_t appendReplacement(RegularExpression *regexp,
1339 // appendReplacement, the actual implementation.
1341 int32_t RegexCImpl::appendReplacement(RegularExpression *regexp, function in class:RegexCImpl
1552 // appendReplacement the actual API function,
1563 return RegexCImpl::appendReplacement(
1576 regexp->fMatcher->appendReplacement(dest, replText, *status);
/external/icu/icu4c/source/i18n/
H A Drematch.cpp282 // appendReplacement
285 RegexMatcher &RegexMatcher::appendReplacement(UnicodeString &dest, function in class:RegexMatcher
296 appendReplacement(&resultText, &replacementText, status);
306 // appendReplacement, UText mode
308 RegexMatcher &RegexMatcher::appendReplacement(UText *dest, function in class:RegexMatcher
474 // appendTail Intended to be used in conjunction with appendReplacement()
478 // Note: Match ranges do not affect appendTail or appendReplacement
1758 appendReplacement(dest, replacement, status);
1817 appendReplacement(dest, replacement, status);
H A Duregex.cpp1179 // Note: Seperate error code variables for findNext() and appendReplacement()
1181 // in appendReplacement won't stop findNext() from working.
1182 // appendReplacement() and appendTail() special case incoming buffer
1300 inline static int32_t appendReplacement(RegularExpression *regexp,
1342 // appendReplacement, the actual implementation.
1344 int32_t RegexCImpl::appendReplacement(RegularExpression *regexp, function in class:RegexCImpl
1555 // appendReplacement the actual API function,
1566 return RegexCImpl::appendReplacement(
1579 regexp->fMatcher->appendReplacement(dest, replText, *status);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 370 milliseconds