Searched refs:replaceText (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | prscmnts.cpp | 49 UnicodeString replaceText, UErrorCode *status){ in removeText() argument 64 dest = myMatcher.replaceAll(replaceText,*status); in removeText()
|
/external/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 141 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()
|
D | TransBlockObjCVariable.cpp | 143 Pass.TA.replaceText(SM.getExpansionLoc(attr->getLocation()), in traverseBody()
|
D | Internals.h | 69 void replaceText(SourceLocation loc, StringRef text,
|
D | TransEmptyStatementsAndDealloc.cpp | 236 TA.replaceText(FinalizeM->getSelectorStartLoc(), "finalize", "dealloc"); in cleanupDeallocOrFinalize()
|
D | TransGCAttrs.cpp | 211 TA.replaceText(Attr.Loc, "__weak", "__unsafe_unretained"); in checkWeakGCAttrs()
|
D | Transforms.cpp | 430 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr); in rewritePropertyAttribute()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ScriptEditor.java | 586 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/ |
D | Commit.h | 86 bool replaceText(SourceLocation loc, StringRef text,
|
/external/clang/lib/Edit/ |
D | Commit.cpp | 160 bool Commit::replaceText(SourceLocation loc, StringRef text, in replaceText() function in Commit
|