Home
last modified time | relevance | path

Searched defs:replace (Results 1 – 25 of 219) sorted by relevance

123456789

/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DFileUtilities.java52 public static String replace(String source, String piece, String replacement) { in replace() method in FileUtilities
63 public static String replace(String source, String[][] replacements) { in replace() method in FileUtilities
67 public static String replace(String source, String[][] replacements, int count) { in replace() method in FileUtilities
74 public static String replace(String source, String[][] replacements, boolean reverse) { in replace() method in FileUtilities
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
DFileUtilities.java51 public static String replace(String source, String piece, String replacement) { in replace() method in FileUtilities
62 public static String replace(String source, String[][] replacements) { in replace() method in FileUtilities
66 public static String replace(String source, String[][] replacements, int count) { in replace() method in FileUtilities
73 public static String replace(String source, String[][] replacements, boolean reverse) { in replace() method in FileUtilities
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
DConcurrentMap.java32 V replace(K key, V value); in replace() method
34 boolean replace(K key, V oldValue, V newValue); in replace() method
DConcurrentHashMap.java73 public boolean replace(K key, V oldValue, V newValue) { in replace() method in ConcurrentHashMap
84 public V replace(K key, V value) { in replace() method in ConcurrentHashMap
/external/guava/guava/src/com/google/common/collect/
DForwardingConcurrentMap.java52 public V replace(K key, V value) { in replace() method in ForwardingConcurrentMap
57 public boolean replace(K key, V oldValue, V newValue) { in replace() method in ForwardingConcurrentMap
/external/clang/include/clang/AST/
DUnresolvedSet.h88 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace() function
97 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace() function
99 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DReplaceable.java126 void replace(int start, int limit, String text); in replace() method
149 void replace(int start, int limit, char[] chars, in replace() method
DReplaceableString.java143 public void replace(int start, int limit, String text) { in replace() method in ReplaceableString
160 public void replace(int start, int limit, char[] chars, in replace() method in ReplaceableString
DUnicodeReplacer.java39 public abstract int replace(Replaceable text, in replace() method
/external/icu/android_icu4j/src/main/java/android/icu/text/
DReplaceable.java121 void replace(int start, int limit, String text); in replace() method
143 void replace(int start, int limit, char[] chars, in replace() method
DReplaceableString.java134 public void replace(int start, int limit, String text) { in replace() method in ReplaceableString
150 public void replace(int start, int limit, char[] chars, in replace() method in ReplaceableString
DUnicodeReplacer.java40 public abstract int replace(Replaceable text, in replace() method
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DTokenRewriteStream.java247 public void replace(int index, Object text) { in replace() method in TokenRewriteStream
251 public void replace(int from, int to, Object text) { in replace() method in TokenRewriteStream
255 public void replace(Token indexT, Object text) { in replace() method in TokenRewriteStream
259 public void replace(Token from, Token to, Object text) { in replace() method in TokenRewriteStream
263 public void replace(String programName, int from, int to, Object text) { in replace() method in TokenRewriteStream
273 public void replace(String programName, Token from, Token to, Object text) { in replace() method in TokenRewriteStream
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
Dconnection.py142 def _build_name_value_list(self, params, attributes, replace=False, argument
175 def _build_batch_list(self, params, items, replace=False): argument
383 replace=True, expected_value=None): argument
430 def batch_put_attributes(self, domain_or_name, items, replace=True): argument
/external/jarjar/src/main/com/tonicsystems/jarjar/
DWildcard.java102 public String replace(String value) { in replace() method in Wildcard
137 private static String replaceAllLiteral(Pattern pattern, String value, String replace) { in replaceAllLiteral()
/external/slf4j/
DbinderVersion.pl14 sub replace () { subroutine
Dversion.pl11 sub replace () { subroutine
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Dupdate.py71 def _add(self, replace, section, name, *args): argument
165 def replace(self, name, *args): member in Update
/external/v8/test/mjsunit/
Dstring-oom-replace-regexp-global-with-function.js10 function replace() { function
/external/skia/src/core/
DSkRecord.h88 T* replace(int i) { in replace() function
101 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace() function
/external/v8/src/js/
Dstring.js210 function StringReplace(search, replace) { argument
402 function StringReplaceGlobalRegExpWithFunction(subject, regexp, replace) { argument
469 function StringReplaceNonGlobalRegExpWithFunction(subject, regexp, replace) { argument
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
DConversionRule.java40 public String replace(Matcher matcher); in replace() method
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DReplaceableTest.java132 public void replace(int start, int limit, String text) { in replace() method in ReplaceableTest.TestReplaceable
141 public void replace(int start, int limit, char[] charArray, in replace() method in ReplaceableTest.TestReplaceable
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DReplaceableTest.java136 public void replace(int start, int limit, String text) { in replace() method in ReplaceableTest.TestReplaceable
145 public void replace(int start, int limit, char[] charArray, in replace() method in ReplaceableTest.TestReplaceable
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DMapMaker.java91 public boolean replace(K key, V oldValue, V newValue) { in replace() method in MapMaker.ExpiringComputingMap
100 public V replace(K key, V value) { in replace() method in MapMaker.ExpiringComputingMap

123456789