HomeSort by relevance Sort by last modified time
    Searched full:replace (Results 126 - 150 of 5102) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 514 // Replace. (Conceptually equivalent to erase followed by insert.)
515 _Self& replace(size_type __pos, size_type __n, const _Self& __s) { function in class:basic_string
517 _M_non_dbg_impl.replace(__pos, __n, __s._M_non_dbg_impl);
522 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
525 _M_non_dbg_impl.replace(__pos1, __n1, __s._M_non_dbg_impl, __pos2, __n2);
530 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) { function in class:basic_string
534 _M_non_dbg_impl.replace(__pos, __n1, __s, __n2);
539 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { function in class:basic_string
543 _M_non_dbg_impl.replace(__pos, __n1, __s);
548 _Self& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) function in class:basic_string
555 _Self& replace(iterator __f, iterator __l, const _Self& __s) { function in class:basic_string
563 _Self& replace(iterator __f, iterator __l, const _CharT* __s, size_type __n) { function in class:basic_string
573 _Self& replace(iterator __f, iterator __l, const _CharT* __s) { function in class:basic_string
583 _Self& replace(iterator __f, iterator __l, size_type __n, _CharT __c) { function in class:basic_string
593 _Self& replace(iterator __first, iterator __last, function in class:basic_string
607 _Self& replace(iterator __first, iterator __last, function in class:basic_string
620 _Self& replace(iterator __first, iterator __last, function in class:basic_string
630 _Self& replace(iterator __first, iterator __last, function in class:basic_string
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 45 * You can insert stuff, replace, and delete chunks. Note that the
275 public virtual void Replace(int index, object text) {
276 Replace(DEFAULT_PROGRAM_NAME, index, index, text);
279 public virtual void Replace(int from, int to, object text) {
280 Replace(DEFAULT_PROGRAM_NAME, from, to, text);
283 public virtual void Replace(IToken indexT, object text) {
284 Replace(DEFAULT_PROGRAM_NAME, indexT, indexT, text);
287 public virtual void Replace(IToken from, IToken to, object text) {
288 Replace(DEFAULT_PROGRAM_NAME, from, to, text);
291 public virtual void Replace(string programName, int from, int to, object text)
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
domstring-replace-crash.html 14 <i><a href="https://bugs.webkit.org/show_bug.cgi?id=6236">https://bugs.webkit.org/show_bug.cgi?id=6236</a> REGRESSION: Crash in DOMString::replace() in ToT (12/25/05)</i>.
policy-ignore-crash.php 2 header('Content-type: multipart/x-mixed-replace;boundary=asdf');
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringExtensions.cs 97 public static string replace(this string str, char oldValue, char newValue) method in class:Antlr.Runtime.JavaExtensions.StringExtensions
99 return str.Replace(oldValue, newValue);
105 return Regex.Replace( str, regex, newValue );
110 return Regex.Replace( str, regex, replacement );
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t046rewrite.g 19 {this.input.replace($m, "public void");}
  /external/antlr/antlr-3.4/runtime/Python/tests/
t046rewrite.g 19 {self.input.replace($m, "public void");}
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DelphiTarget.java 120 literal = Utils.replace(literal,"\\\'","''"); // \' to ' to normalize
121 literal = Utils.replace(literal,"\\r\\n","'#13#10'");
122 literal = Utils.replace(literal,"\\r","'#13'");
123 literal = Utils.replace(literal,"\\n","'#10'");
  /external/chromium/chrome/browser/
browser_util_win.cc 23 std::replace(exe.begin(), exe.end(), '\\', '!');
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_gtk.h 20 virtual void Replace(gfx::NativeView new_view) OVERRIDE;
  /external/clang/lib/Frontend/
CMakeLists.txt 46 string(REPLACE /Za
  /external/clang/test/CodeGenObjC/
objc-container-subscripting.m 42 dictionary[key] = newObject; // replace oldObject with newObject
  /external/guava/guava/src/com/google/common/base/
CaseFormat.java 84 return s.replace('-', '_');
86 return Ascii.toUpperCase(s.replace('-', '_'));
92 return s.replace('_', '-');
100 return Ascii.toLowerCase(s.replace('_', '-'));
  /external/guava/guava-testlib/src/com/google/common/testing/
RelationshipTester.java 83 .replace("$ITEM", itemString(item, groupNumber, itemNumber))
84 .replace("$RELATED", itemString(related, groupNumber, relatedItemNumber)));
97 .replace("$ITEM", itemString(item, groupNumber, itemNumber))
98 .replace("$UNRELATED", itemString(unrelated, unrelatedGroupNumber, unrelatedItemNumber)));
  /external/icu4c/data/misc/
miscfiles.mk 19 # * To REPLACE the default list and only build a subset of files:
  /external/icu4c/data/sprep/
sprepfiles.mk 19 # * To REPLACE the default list and only build a subset of files:
  /external/icu4c/data/translit/
trnsfiles.mk 19 # * To REPLACE the default list and only build with a few
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ANoopCommand.java 43 // Replace child
ANoopExpression.java 43 // Replace child
  /external/llvm/cmake/modules/
ChooseMSVCCRT.cmake 13 # 2. Replace the flags in both variables with the new flag via a regex.
25 string(REGEX REPLACE "^\\|" "" ${regex} "${${regex}}")
32 string(REPLACE "/" " " ${crt_current} "${${crt_current}}")
43 string(REGEX REPLACE "${${regex}}" "${${flag}}" ${flagsvar} "${${flagsvar}}")
  /external/markdown/markdown/extensions/
rss.py 25 heading = heading.strip().replace(",", " ").replace(".", " ")
34 time = time.replace(":", " ")
35 time = time.replace("/", " ")
  /external/openssh/regress/
connect-privsep.sh 22 # XXX replace this with fail once sandbox has stabilised
  /external/proguard/examples/dictionaries/
keywords.txt 5 # automatically replace reserved keywords, and the effect can fairly simply be
  /external/proguard/src/proguard/classfile/util/
StringSharer.java 50 // Replace name strings in the constant pool by shared strings.
53 // Replace attribute name strings in the constant pool by internalized
61 // Replace the super class name string by the shared name string.
136 // Replace the string, if it's actually the same.
  /external/proguard/src/proguard/io/
DataEntryRewriter.java 125 // Replace dots by forward slashes.
127 word.replace('.', ClassConstants.INTERNAL_PACKAGE_SEPARATOR) :
138 // Replace forward slashes by dots.
140 newClassName.replace(ClassConstants.INTERNAL_PACKAGE_SEPARATOR, '.') :

Completed in 731 milliseconds

1 2 3 4 56 7 8 91011>>