Searched defs:strip (Results 1 - 6 of 6) sorted by relevance
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/ |
H A D | ExsltDatetime.java | 1012 SimpleDateFormat outFormat = new SimpleDateFormat(strip 1039 // return the correct strings in this case. We strip any pattern 1047 SimpleDateFormat outFormat = new SimpleDateFormat(strip(yearSymbols, pattern)); 1059 SimpleDateFormat outFormat = new SimpleDateFormat(strip(yearSymbols, pattern)); 1071 SimpleDateFormat outFormat = new SimpleDateFormat(strip(yearSymbols + monthSymbols, pattern)); 1083 * @param symbols list of symbols to strip. 1087 private static String strip(String symbols, String pattern) method in class:ExsltDatetime 1099 // text to the result. There is nothing to strip here.
|
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/ |
H A D | Whitespace.java | 55 // The 3 different categories of strip/preserve rules (order important) 66 * Auxillary class for encapsulating a single strip/preserve rule 79 // Determine the action (strip or preserve) for this rule 96 // Get the strip/preserve type; either "NS:EL", "NS:*" or "*" 129 * Parse the attributes of the xsl:strip/preserve-space element. 133 // Determine if this is an xsl:strip- or preserve-space element 134 _action = _qname.getLocalPart().endsWith("strip-space") 140 // Get the list of elements to strip/preserve 177 * instanciate a set of strip/preserve rules. 181 // Go through each element and instanciate strip/preserv 300 compileStripSpace(BranchHandle strip[], int sCount, InstructionList il) argument [all...] |
/openjdk7/jdk/src/share/classes/sun/misc/ |
H A D | SoftCache.java | 135 private static Object strip(Object val, boolean drop) { method in class:SoftCache.ValueCell 242 return ValueCell.strip(hash.get(key), false) != null; 295 return ValueCell.strip(v, false); 315 return ValueCell.strip(hash.put(key, vc), true); 329 return ValueCell.strip(hash.remove(key), true);
|
/openjdk7/jdk/test/java/lang/invoke/ |
H A D | PrivateInvokeTest.java | 173 name = strip("MH::", name); 176 name = strip("REF_", name); 178 name = "linkTo"+strip("invoke", name); 256 private static String strip(String prefix, String s) { method in class:PrivateInvokeTest
|
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/ |
H A D | Attribute.java | 407 public void strip(String attrName) { method in class:Attribute.Holder 856 // strip a prefix
|
H A D | Package.java | 590 public void strip(String attrName) { method in class:Package.Class.Method 594 code.strip(attrName); 595 super.strip(attrName); 624 public void strip(String attrName) { method in class:Package.Class 632 m.strip(attrName); 635 super.strip(attrName); 1121 strip("SourceFile"); 1122 strip("LineNumberTable"); 1123 strip("LocalVariableTable"); 1124 strip("LocalVariableTypeTabl 1154 public void strip(String attrName) { method in class:Package [all...] |
Completed in 63 milliseconds