Searched refs:normalize (Results 76 - 100 of 185) sorted by relevance

12345678

/openjdk10/jdk/src/java.instrument/unix/native/libinstrument/
H A DFileSystemSupport_md.c103 char* normalize(const char* pathname) { function
/openjdk10/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/keys/content/x509/
H A DXMLX509IssuerSerial.java133 return RFC2253Parser.normalize(
/openjdk10/jdk/test/java/util/logging/LogManager/Configuration/
H A DInvalidEscapeConfigurationTest.java144 .toAbsolutePath().normalize().toString();
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DFSInfo.java76 return file.toAbsolutePath().normalize();
/openjdk10/jaxp/test/javax/xml/jaxp/functional/javax/xml/datatype/ptests/
H A DXMLGregorianCalendarTest.java225 * Test XMLGregorianCalendar#normalize(...).
227 * Bug # 5048932 XMLGregorianCalendar.normalize works
233 lhs.normalize();
242 * Test XMLGregorianCalendar#normalize(...).
244 * Bug # 5064587 XMLGregorianCalendar.normalize shall not change timezone
250 XMLGregorianCalendar normalized = datatypeFactory.newXMLGregorianCalendar(lexical).normalize();
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DTextImpl.java208 public void normalize() { method in class:TextImpl
209 domNode.normalize();
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPDocumentFragment.java158 public void normalize() { method in class:SOAPDocumentFragment
159 documentFragment.normalize();
/openjdk10/jdk/make/src/classes/build/tools/generatenimbus/
H A DUIRegion.java154 String className = Utils.normalize(prefix) + synthState + "State";
171 String fileName = Utils.normalize(prefix) + "Painter";
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/jimage/decompressor/
H A DStringSharingDecompressor.java97 public static byte[] normalize(StringsProvider provider, byte[] transformed, method in class:StringSharingDecompressor
238 return normalize(reader, content, offset);
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DSocketChannelImpl.java388 return IOStatus.normalize(n);
445 return IOStatus.normalize(n);
476 return IOStatus.normalize(n);
509 return IOStatus.normalize(n);
539 return IOStatus.normalize(n);
/openjdk10/jdk/src/java.base/share/classes/java/math/
H A DMutableBigInteger.java193 normalize();
385 final void normalize() { method in class:MutableBigInteger
905 a.normalize();
956 normalize();
994 a.normalize();
1037 z.normalize();
1133 quotient.normalize();
1480 // D1 normalize the divisor
1670 rem.normalize();
1672 quotient.normalize();
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DAbstractDateTimeDV.java122 normalize(tempDate);
134 normalize(tempDate);
152 normalize(tempDate);
168 normalize(tempDate);
609 * If timezone present - normalize dateTime [E Adding durations to
614 protected void normalize(DateTimeData date) { method in class:AbstractDateTimeDV
990 type.normalize(tempDate);
1100 * @see org.apache.xerces.xs.datatypes.XSDateTime#normalize()
1104 public XSDateTime normalize() { method in class:AbstractDateTimeDV.DateTimeData
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtPath.java66 this.path = normalize(path);
72 this.path = normalized ? path : normalize(path);
362 public final JrtPath normalize() { method in class:JrtPath
430 private static String normalize(String path) { method in class:JrtPath
439 return normalize(path, i);
442 return normalize(path, i - 1);
452 private static String normalize(String path, int off) { method in class:JrtPath
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/krb5/internal/ktab/
H A DKeyTab.java145 return getInstance0(normalize(s));
195 kname = normalize(st.nextToken());
230 public static String normalize(String name) { method in class:KeyTab
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DPathUtilities.java136 return dumpDir.resolve(name).normalize();
/openjdk10/hotspot/src/share/vm/logging/
H A DlogTag.hpp98 LOG_TAG(normalize) \
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java813 * @param normalize true if the content should be normalized according to
815 * <a href="http://www.w3.org/TR/xpath#function-normalize-space">normalize-space</a>
821 int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize)
820 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
/openjdk10/jdk/src/java.xml.crypto/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMKeyInfoFactory.java134 node.normalize();
/openjdk10/jdk/test/com/sun/tools/attach/modules/m/p/
H A DMain.java159 Path normalized = file.normalize();
/openjdk10/jdk/test/java/awt/datatransfer/UnicodeTransferTest/
H A DUnicodeTransferTest.java83 testString = Normalizer.normalize(buf.toString(), Normalizer.Form.NFC);
/openjdk10/jdk/test/tools/jlink/plugins/
H A DStringSharingPluginTest.java134 byte[] uncompacted = StringSharingDecompressor.normalize(reversedMap::get, res.contentBytes(),
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/comp/
H A DPathAndPackageVerifier.java70 Path dir = Paths.get(jfo.toUri()).normalize().getParent();
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DIeeeDouble.java180 m_plus.normalize();
/openjdk10/jdk/src/java.base/share/classes/sun/util/locale/
H A DBaseLocale.java270 public static Key normalize(Key key) { method in class:BaseLocale.Key
296 return Key.normalize(key);
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/pipe/
H A DLoopPipe.java269 boolean normalize =
274 thin, normalize, false, sr);

Completed in 423 milliseconds

12345678