Searched defs:replaceText (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/tools/genrb/
H A Dprscmnts.cpp37 UnicodeString replaceText, UErrorCode *status){
52 dest = myMatcher.replaceAll(replaceText,*status);
35 removeText(UChar *source, int32_t srcLen, UnicodeString patString,uint32_t options, UnicodeString replaceText, UErrorCode *status) argument
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp138 void replaceText(SourceLocation loc, StringRef text,
335 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, function in class:TransformActionsImpl
652 void TransformActions::replaceText(SourceLocation loc, StringRef text, function in class:TransformActions
654 static_cast<TransformActionsImpl*>(Impl)->replaceText(loc, text,

Completed in 81 milliseconds