Searched defs:replace (Results 1 – 7 of 7) sorted by relevance
32 function replace() { function
130 String replace = "name"; in updateAssetType() local
357 ReplaceEdit replace = new ReplaceEdit(begin, length, include); in handleIncludingFile() local
361 TextEdit replace = new ReplaceEdit(mSelectionStart, mSelectionEnd - mSelectionStart, xml); in computeChanges() local
262 InsertEdit replace = new InsertEdit(offset, space); in insertStretchableSpans() local
462 String replace(String attributeUri, String attributeName, String attributeValue); in replace() method
861 Node replace = name != null ? old.get(name) : null; in mergeResourceFile() local