HomeSort by relevance Sort by last modified time
    Searched refs:replace (Results 626 - 650 of 1093) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 774 PassRefPtr<StringImpl> StringImpl::replace(UChar oldC, UChar newC) function in class:WTF::StringImpl
797 PassRefPtr<StringImpl> StringImpl::replace(unsigned position, unsigned lengthToReplace, StringImpl* str) function in class:WTF::StringImpl
819 PassRefPtr<StringImpl> StringImpl::replace(UChar pattern, StringImpl* replacement) function in class:WTF::StringImpl
874 PassRefPtr<StringImpl> StringImpl::replace(StringImpl* pattern, StringImpl* replacement) function in class:WTF::StringImpl
  /external/webkit/Source/WebCore/editing/
DeleteSelectionCommand.cpp 70 DeleteSelectionCommand::DeleteSelectionCommand(Document *document, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
76 m_replace(replace),
87 DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
93 m_replace(replace),
    [all...]
  /external/webkit/Source/WebCore/page/
Location.cpp 252 void Location::replace(const String& urlString, DOMWindow* activeWindow, DOMWindow* firstWindow) function in class:WebCore::Location
  /external/webkit/Source/WebCore/platform/network/
FormDataBuilder.cpp 85 normalizedAcceptCharset.replace(',', ' ');
  /external/webkit/Source/WebCore/wml/
WMLPageState.cpp 76 return host.replace("127.0.0.1", "localhost");
  /external/webkit/Source/WebKit/chromium/src/
WebSearchableFormData.cpp 58 str.replace(',', ' ');
  /external/webkit/Source/WebKit/win/
WebLocalizableStrings.cpp 99 m_string.replace(i, 1, "s");
  /external/webkit/Tools/Scripts/
validate-committer-lists 67 email = email_link.string.replace(" at ", "@") # The email is obfuscated using " at " instead of "@".
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_layout_results_generator.py 105 return relativePath.replace('\\', '/')
  /external/webkit/Tools/wx/build/
build_utils.py 186 return line.replace("Revision: ", "").strip()
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 148 locale.toString().replace('_', '.').toLowerCase();
  /frameworks/base/opengl/tools/glgen/src/
JniCodeEmitter.java 700 String sig = getJniMangledName(signature).replace('.', '_').replace('/', '_');
704 signature = signature.replace('.', '/');
705 rsignature = rsignature.replace('.', '/');
    [all...]
  /frameworks/base/test-runner/src/junit/runner/
TestCaseClassLoader.java 114 String fileName= className.replace('.', '/')+".class";
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestActivity.java 61 // Replace the old test fragment with the new one
63 ft.replace(R.id.testframe, fragment);
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTest.java 114 + filename.substring(14).replace('.', '/')
  /libcore/luni/src/main/java/java/lang/
StringBuffer.java 674 * the string that will replace the contents in the range.
681 public synchronized StringBuffer replace(int start, int end, String string) { method in class:StringBuffer
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 319 String classnameAsResource = clazz.getName().replace('.', '/') + ".class";
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 405 String classnameAsResource = classname.replace('.', '/') + ".class";
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 365 String classnameAsResource = classname.replace('.', '/') + ".class";
  /libcore/luni/src/test/java/libcore/java/io/
OldFileTest.java 43 + System.getProperty("java.vm.version").replace('.', '-');
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMTestCase.java 82 + filename.substring(14).replace('.', '/')
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 246 hint = hint.replace('\\', '/');
249 // Replace illegal fat filesystem characters from the
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 333 text.getText().replace(0, 0, number);
  /packages/apps/Contacts/src/com/android/contacts/dialpad/
DialpadFragment.java 443 digits.replace(0, digits.length(), dialString);
444 // for some reason this isn't getting called in the digits.replace call above..
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilter.java 248 sb.append('-').append(accountName.replace('-', '_'));

Completed in 1033 milliseconds

<<21222324252627282930>>