Searched refs:normalize (Results 101 - 125 of 131) sorted by relevance

123456

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DFault1_2Impl.java224 textElement.normalize();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DNGCCRuntimeEx.java198 String normalizedSystemId = URI.create(systemId).normalize().toASCIIString();
/openjdk7/jdk/src/share/instrument/
H A DInvocationAdapter.c776 TRANSFORM(path, normalize(path));
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java1610 boolean normalize)
1613 if(normalize)
1608 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java213 * If the normalize parameter is true then coordinate normalization
226 * @param normalize a boolean indicating whether or not to apply
234 public static Region getInstance(Region devBounds, boolean normalize, argument
245 ShapeSpanIterator sr = new ShapeSpanIterator(normalize);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSimpleResultTreeImpl.java946 boolean normalize)
943 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DAttrImpl.java537 public void normalize() { method in class:AttrImpl
539 // No need to normalize if already normalized or
574 } // normalize()
H A DDOMNormalizer.java104 /** Debug normalize document*/
268 * to normalize again starting on the node returned.
334 // normalize attribute values
354 attr.normalize();
402 // normalize children
729 // normalize attribute values
900 // normalize attribute value
901 attr.normalize();
1402 * Thus during normalize document we need to do the following:
H A DNodeImpl.java583 * contains <code>CDATASections</code>, the normalize operation alone may
587 * Note that this implementation simply calls normalize() on this Node's
588 * children. It is up to implementors or Node to override normalize()
591 public void normalize() { method in class:NodeImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java1552 // first normalize string value, and convert it to actual value
1580 // first normalize string value, and convert it to actual value
1603 // first normalize string value, and convert it to actual value
1826 nvalue = normalize(content, fWhiteSpace);
1981 // normalize the string according to the whiteSpace facet
1982 public static String normalize(String content, short ws) { method in class:XSSimpleTypeDecl
2027 // normalize the string according to the whiteSpace facet
2028 protected String normalize(Object content, short ws) { method in class:XSSimpleTypeDecl
2033 // Otherwise we have to normalize the data for correct result of
2047 return normalize(strConten
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java263 public void normalize() method in class:UnImplNode
265 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"normalize not supported!");
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java668 public void normalize() { method in class:IIOMetadataNode
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKrb5LoginModule.java458 keyTabName = sun.security.krb5.internal.ktab.KeyTab.normalize(
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DBuildConfig.java120 if (path.contains(Util.normalize(pathPart))) {
H A DWinGammaPlatform.java474 Util.normalize(dir + Util.sep + fileName),
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPath.java424 public Path normalize() { method in class:WindowsPath
/openjdk7/jdk/src/share/classes/sun/launcher/
H A DLauncherHelper.java566 out.add(p.normalize().toString());
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DLambdaForm.java140 normalize();
215 private void normalize() { method in class:LambdaForm
/openjdk7/jdk/test/java/net/URI/
H A DTest.java383 uri = uri.normalize();
1146 URI u2 = u1.normalize();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java2186 * @param normalize true if the content should be normalized according to
2188 * <a href="http://www.w3.org/TR/xpath#function-normalize-space">normalize-space</a>
2194 int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize)
2193 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
H A DDTMDocumentImpl.java2013 int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize)
2012 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
H A DDTMNodeProxy.java1241 public final void normalize() method in class:DTMNodeProxy
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java1348 private void normalize() { method in class:Pattern
1353 normalizedPattern = Normalizer.normalize(pattern, Normalizer.Form.NFD);
1557 String result = Normalizer.normalize(firstTwoCharacters, Normalizer.Form.NFC);
1628 normalize();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DElementImpl.java877 normalize();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DJavacFileManager.java888 String path = uri.normalize().getPath();

Completed in 141 milliseconds

123456