Searched defs:replace (Results 26 - 50 of 67) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DTableView.java211 public void replace(int offset, int length, View[] views) { method in class:TableView
212 super.replace(offset, length, views);
644 public void replace(int offset, int length, View[] views) { method in class:TableView.TableRow
645 super.replace(offset, length, views);
H A DDefaultFormatter.java81 /** Used during replace to track the region to replace. */
545 * DocumentFilter method, funnels into <code>replace</code>.
547 void replace(DocumentFilter.FilterBypass fb, int offset, method in class:DefaultFormatter
552 replace(rh);
565 boolean replace(ReplaceHolder rh) throws BadLocationException { method in class:DefaultFormatter
589 rh.fb.replace(rh.offset, rh.length, rh.text, rh.attrs);
625 * Returns the ReplaceHolder to track the replace of the specified
640 * ReplaceHolder is used to track where insert/remove/replace is
658 * the replace (
749 public void replace(FilterBypass fb, int offset, int length, method in class:DefaultFormatter.DefaultDocumentFilter
[all...]
H A DInternationalFormatter.java589 * Overriden to unconditionally allow the replace if
592 void replace(DocumentFilter.FilterBypass fb, int offset, method in class:InternationalFormatter
596 fb.replace(offset, length, text, attrs);
599 super.replace(fb, offset, length, text, attrs);
688 boolean replace(ReplaceHolder rh) throws BadLocationException { method in class:InternationalFormatter
708 if (super.replace(rh)) {
H A DBoxView.java180 public void replace(int index, int length, View[] elems) { method in class:BoxView
181 super.replace(index, length, elems);
H A DView.java375 * call to <code>replace</code>.
380 replace(0, getViewCount(), null);
385 * This is a convenience call to <code>replace</code>.
389 replace(i, 1, null);
394 * call to <code>replace</code>.
398 * @see #replace
404 replace(offs, 0, one);
409 * call to <code>replace</code>.
412 * @see #replace
418 replace(getViewCoun
439 public void replace(int offset, int length, View[] views) { method in class:View
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DAbstractStringBuilder.java781 * @param str String that will replace previous contents.
787 public AbstractStringBuilder replace(int start, int end, String str) { method in class:AbstractStringBuilder
H A DStringBuffer.java386 public synchronized StringBuffer replace(int start, int end, String str) { method in class:StringBuffer
387 super.replace(start, end, str);
H A DString.java1995 * "mesquite in your cellar".replace('e', 'o')
1997 * "the war of baronets".replace('r', 'y')
1999 * "sparring with a purple porpoise".replace('p', 't')
2001 * "JonL".replace('q', 'x') returns "JonL" (no change)
2009 public String replace(char oldChar, char newChar) { method in class:String
2179 public String replace(CharSequence target, CharSequence replacement) { method in class:String
/openjdk7/hotspot/src/share/vm/libadt/
H A Ddict.cpp210 // Insert or replace a key/value pair in the given dictionary. If the
215 void *Dict::Insert(void *key, void *val, bool replace) { argument
221 if (!replace) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DRFC2253Parser.java425 * @param replace
428 static String removeWSandReplace(String str, String symbol, String replace) { argument
439 sb.append(trim(str.substring(i, k)) + replace);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DNGCCInterleaveFilter.java50 public int replace(NGCCEventReceiver oldHandler, NGCCEventReceiver newHandler) { method in class:NGCCInterleaveFilter
220 _parent._source.replace(this,_parent);
242 _parent._source.replace(this,_parent);
264 _parent._source.replace(this,_parent);
286 _parent._source.replace(this,_parent);
308 _parent._source.replace(this,_parent);
H A DNGCCRuntime.java68 * or the reset method is called. You can't replace the root
148 public int replace( NGCCEventReceiver o, NGCCEventReceiver n ) { method in class:NGCCRuntime
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DNGCCInterleaveFilter.java50 public int replace(NGCCEventReceiver oldHandler, NGCCEventReceiver newHandler) { method in class:NGCCInterleaveFilter
220 _parent._source.replace(this,_parent);
242 _parent._source.replace(this,_parent);
264 _parent._source.replace(this,_parent);
286 _parent._source.replace(this,_parent);
308 _parent._source.replace(this,_parent);
H A DNGCCRuntime.java68 * or the reset method is called. You can't replace the root
148 public int replace( NGCCEventReceiver o, NGCCEventReceiver n ) { method in class:NGCCRuntime
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DAttrImpl.java714 Node internalInsertBefore(Node newChild, Node refChild, boolean replace) argument
803 ownerDocument.insertingNode(this, replace);
862 ownerDocument.insertedNode(this, newInternal, replace);
898 Node internalRemoveChild(Node oldChild, boolean replace) argument
916 ownerDocument.removingNode(this, oldInternal, replace);
956 ownerDocument.removedNode(this, replace);
H A DDocumentImpl.java1004 void modifyingCharacterData(NodeImpl node, boolean replace) { argument
1006 if (!replace) {
1015 void modifiedCharacterData(NodeImpl node, String oldvalue, String value, boolean replace) { argument
1017 if (!replace) {
1043 //send the value of false for replace parameter so that mutation
1053 void insertingNode(NodeImpl node, boolean replace) { argument
1055 if (!replace) {
1064 void insertedNode(NodeImpl node, NodeImpl newInternal, boolean replace) { argument
1110 if (!replace) {
1129 void removingNode(NodeImpl node, NodeImpl oldChild, boolean replace) { argument
1196 removedNode(NodeImpl node, boolean replace) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyParser.java209 public void replace(GrantEntry origGe, GrantEntry newGe) method in class:PolicyParser
226 return expand(keyStoreUrlString).replace(File.separatorChar,
427 e.codeBase = expand(e.codeBase).replace(File.separatorChar, '/');
/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DRuleBasedBreakIteratorBuilder.java408 // to replace the substitution name with the substitution text
468 * find-and-replace of the variable name with its text. (The variable text
474 String replace;
477 replace = substitutionRule.substring(0, equalPos);
484 handleSpecialSubstitution(replace, replaceWith, startPos, description);
490 if (replace.length() == 0) {
493 if (replace.length() == 2 && replace.charAt(0) != '\\') {
496 if (replace.length() >= 3 && replace
533 handleSpecialSubstitution(String replace, String replaceWith, int startPos, String description) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java477 str = str.replace('/', '.'); // Is `/' on all systems, even DOS
759 public static final String replace(String str, String old, String new_) { method in class:Utility
767 // While we have something to replace
944 buf.append('L' + type.replace('.', '/') + ';');
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DClientRequestInfoImpl.java466 boolean replace)
476 service_context, replace );
465 add_request_service_context(ServiceContext service_context, boolean replace) argument
H A DServerRequestInfoImpl.java430 boolean replace )
451 service_context, replace );
473 addReply.replace = replace;
666 boolean replace; field in class:ServerRequestInfoImpl.AddReplyServiceContextCommand
671 // the service context in this command, and replace is false,
672 // BAD_INV_ORDER is thrown. If replace is true, the original command
687 if( addReply.replace ) {
728 addReply.replace );
733 // replace
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DParser.java1143 void parseLiteral(boolean replace) throws IOException { argument
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java490 * doubles. The nodes they replace will be garbage
584 * acquire lock for a remove or replace operation. Upon
652 final boolean replace(K key, int hash, V oldValue, V newValue) { method in class:ConcurrentHashMap.Segment
676 final V replace(K key, int hash, V value) { method in class:ConcurrentHashMap.Segment
1155 * These mappings replace any mappings that this map had for any of the
1197 public boolean replace(K key, V oldValue, V newValue) { method in class:ConcurrentHashMap
1202 return s != null && s.replace(key, hash, oldValue, newValue);
1212 public V replace(K key, V value) { method in class:ConcurrentHashMap
1217 return s == null ? null : s.replace(key, hash, value);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/
H A DReflectionNavigator.java161 Type replace(TypeVariable v) { method in class:ReflectionNavigator.BinderArg
209 return types.replace(v);
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyParser.java231 public void replace(GrantEntry origGe, GrantEntry newGe) method in class:PolicyParser
248 return expand(keyStoreUrlString, true).replace
283 return expand(storePassURL, true).replace
569 e.codeBase = expand(e.codeBase, true).replace

Completed in 140 milliseconds

123