Home
last modified time | relevance | path

Searched refs:replaceText (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dprscmnts.cpp49 UnicodeString replaceText, UErrorCode *status){ in removeText() argument
64 dest = myMatcher.replaceAll(replaceText,*status); in removeText()
/external/clang/lib/ARCMigrate/
DTransformActions.cpp141 void replaceText(SourceLocation loc, StringRef text,
338 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, in replaceText() function in TransformActionsImpl
653 void TransformActions::replaceText(SourceLocation loc, StringRef text, in replaceText() function in TransformActions
655 static_cast<TransformActionsImpl*>(Impl)->replaceText(loc, text, in replaceText()
DTransBlockObjCVariable.cpp143 Pass.TA.replaceText(SM.getExpansionLoc(attr->getLocation()), in traverseBody()
DInternals.h69 void replaceText(SourceLocation loc, StringRef text,
DTransEmptyStatementsAndDealloc.cpp236 TA.replaceText(FinalizeM->getSelectorStartLoc(), "finalize", "dealloc"); in cleanupDeallocOrFinalize()
DTransGCAttrs.cpp211 TA.replaceText(Attr.Loc, "__weak", "__unsafe_unretained"); in checkWeakGCAttrs()
DTransforms.cpp430 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr); in rewritePropertyAttribute()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java586 String replaceText = mSearchReplace.getText().toString(); in onClick() local
610 String replace = Matcher.quoteReplacement(replaceText); in onClick()
617 mContentText.setSelection(foundpos, foundpos + replaceText.length()); in onClick()
/external/clang/include/clang/Edit/
DCommit.h86 bool replaceText(SourceLocation loc, StringRef text,
/external/clang/lib/Edit/
DCommit.cpp160 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText() function in Commit