Searched defs:replace (Results 76 - 100 of 105) sorted by relevance

12345

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/html/parser/
H A DParser.java1225 void parseLiteral(boolean replace) throws IOException { argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DAsyncBoxView.java374 public void replace(int offset, int length, View[] views) { method in class:AsyncBoxView
H A DDefaultStyledDocument.java498 public void setCharacterAttributes(int offset, int length, AttributeSet s, boolean replace) { argument
550 setParagraphAttributes(int offset, int length, AttributeSet s, boolean replace) argument
[all...]
H A DAbstractDocument.java657 public void replace(int offset, int length, String text, method in class:AbstractDocument
2295 public void replace(int offset, int length, Element[] elems) { method in class:AbstractDocument.BranchElement
3214 public void replace(int offset, int length, String text, method in class:AbstractDocument.DefaultFilterBypass
[all...]
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeString.java723 public static String replace(final Object self, final Object string, final Object replacement) throws Throwable { method in class:NativeString
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/util/
H A DRepositoryId.java949 private static String replace(String target, String arg, String source) method in class:RepositoryId
/openjdk9/jdk/src/java.base/share/classes/java/util/
H A DHashMap.java1070 public boolean replace(K key, V oldValue, V newValue) { method in class:HashMap
1082 public V replace(K key, V value) { method in class:HashMap
H A DTreeMap.java977 public boolean replace(K key, V oldValue, V newValue) { method in class:TreeMap
987 public V replace(K key, V value) { method in class:TreeMap
/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DProvider.java605 public synchronized boolean replace(Object key, Object oldValue, method in class:Provider
632 public synchronized Object replace(Object key, Object value) { method in class:Provider
/openjdk9/hotspot/src/share/vm/adlc/
H A Dformsopt.cpp661 void Peephole::add_replace(PeepReplace *replace) { argument
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DSnippetTemplate.java1112 void replace(ValueNode oldNode, ValueNode newNode); method in interface:SnippetTemplate.UsageReplacer
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DBasisLibrary.java1639 public static String replace(String base, char ch, String str) { method in class:BasisLibrary
1644 public static String replace(String base, String delim, String[] str) { method in class:BasisLibrary
/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DString.java1996 public String replace(char oldChar, char newChar) { method in class:String
2152 public String replace(CharSequence target, CharSequence replacement) { method in class:String
H A DStringUTF16.java540 public static String replace(byte[] value, char oldChar, char newChar) { method in class:StringUTF16
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DTableView.java912 public void replace(int offset, int length, View[] views) { method in class:TableView
1473 public void replace(int offset, int length, View[] views) { method in class:TableView.RowView
H A DHTMLDocument.java488 setParagraphAttributes(int offset, int length, AttributeSet s, boolean replace) argument
1683 private void replace(DefaultDocumentEvent dde, Element e, int index, method in class:HTMLDocument
[all...]
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-font.cc488 hb_font_funcs_set_user_data(hb_font_funcs_t *ffuncs, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
1276 hb_font_set_user_data(hb_font_t *font, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
H A Dhb-buffer.cc795 hb_buffer_set_user_data(hb_buffer_t *buffer, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
H A Dhb-private.hh498 inline item_t *replace_or_insert (T v, lock_t &l, bool replace) argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DJSpinner.java1361 public void replace(FilterBypass fb, int offset, int length, method in class:JSpinner.ListEditor.ListFormatter.Filter
H A DGroupLayout.java771 public void replace(Component existingComponent, Component newComponent) { method in class:GroupLayout
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/
H A DX11InputMethod.java1050 void replace(int offset, int[] values) { method in class:X11InputMethod.IntBuffer
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java528 replaceAllCTSMatches(CellTypeState match, CellTypeState replace) argument
/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentSkipListMap.java2002 public boolean replace(K key, V oldValue, V newValue) { method in class:ConcurrentSkipListMap
2027 public V replace(K key, V value) { method in class:ConcurrentSkipListMap
2916 public boolean replace(K key, V oldValue, V newValue) { method in class:ConcurrentSkipListMap.SubMap
2921 public V replace(K key, V value) { method in class:ConcurrentSkipListMap.SubMap
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DCoreDocumentImpl.java2657 void modifyingCharacterData(NodeImpl node, boolean replace) { argument
2663 void modifiedCharacterData(NodeImpl node, String oldvalue, String value, boolean replace) { argument
2669 void insertingNode(NodeImpl node, boolean replace) { argument
2675 void insertedNode(NodeImpl node, NodeImpl newInternal, boolean replace) { argument
2681 void removingNode(NodeImpl node, NodeImpl oldChild, boolean replace) { argument
2687 void removedNode(NodeImpl node, boolean replace) { argument

Completed in 574 milliseconds

12345