Searched refs:normalize (Results 51 - 75 of 131) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/java/util/
H A DJapaneseImperialCalendar.java606 jcal.normalize(jd);
612 jcal.normalize(jd);
630 jcal.normalize(jd);
636 jcal.normalize(jd);
1202 jcal.normalize(jd);
1218 jcal.normalize(jd);
1246 jcal.normalize(d);
1249 jcal.normalize(jd);
1366 jcal.normalize(d1);
1389 jcal.normalize(
[all...]
/openjdk7/jdk/src/share/classes/sun/dc/
H A DDuctusRenderingEngine.java125 boolean normalize,
158 feedConsumer(pi, consumer, normalize, 0.25f);
175 boolean normalize, float norm)
199 if (normalize) {
394 boolean normalize,
451 if (normalize) {
121 strokeTo(Shape src, AffineTransform transform, BasicStroke bs, boolean thin, boolean normalize, boolean antialias, PathConsumer2D sr) argument
174 feedConsumer(PathIterator pi, PathConsumer consumer, boolean normalize, float norm) argument
389 getAATileGenerator(Shape s, AffineTransform at, Region clip, BasicStroke bs, boolean thin, boolean normalize, int bbox[]) argument
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DRFC2253Parser.java55 String normalized = normalize(dn);
71 String normalized = normalize(dn);
77 * Method normalize
82 public static String normalize(String dn) { method in class:RFC2253Parser
161 // only normalize if value is a String
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/
H A DElement.java123 void normalize(List<Block> r, boolean optional) { method in class:Element
150 contentModel.normalize(normalizedBlocks,false);
247 // normalize
249 contentModel.normalize(n,false);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DMonthDayDV.java94 //validate and normalize
102 normalize(date);
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
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultNode.java114 public void normalize() { method in class:DefaultNode
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMKeyInfoFactory.java118 node.normalize();
/openjdk7/jdk/src/solaris/instrument/
H A DFileSystemSupport_md.c103 char* normalize(const char* pathname) { function
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DBaseFileObject.java88 URI jarURI = jarFile.toURI().normalize();
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DCalendarSystem.java356 public abstract boolean normalize(CalendarDate date); method in class:CalendarSystem
H A DLocalGregorianCalendar.java270 public boolean normalize(CalendarDate date) { method in class:LocalGregorianCalendar
279 super.normalize(ldate);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileChannelImpl.java151 return IOStatus.normalize(n);
181 return IOStatus.normalize(n);
207 return IOStatus.normalize(n);
237 return IOStatus.normalize(n);
263 return IOStatus.normalize(p);
309 return IOStatus.normalize(s);
447 return IOStatus.normalize(n);
701 return IOStatus.normalize(n);
740 return IOStatus.normalize(n);
H A DSocketChannelImpl.java385 return IOStatus.normalize(n);
452 return IOStatus.normalize(n);
490 return IOStatus.normalize(n);
527 return IOStatus.normalize(n);
559 return IOStatus.normalize(n);
H A DDatagramChannelImpl.java481 return IOStatus.normalize(n);
562 return IOStatus.normalize(n);
591 return IOStatus.normalize(n);
618 return IOStatus.normalize(n);
647 return IOStatus.normalize(n);
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DBaseLocale.java276 public static Key normalize(Key key) { method in class:BaseLocale.Key
297 return Key.normalize(key);
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DUIStyle.java236 String className = Utils.normalize(prefix) + synthState + "State";
253 String fileName = Utils.normalize(prefix) + "Painter";
289 String fileNamePrefix = Utils.normalize(prefix) + "Painter";
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ktab/
H A DKeyTab.java144 return getInstance0(normalize(s));
194 kname = normalize(st.nextToken());
229 public static String normalize(String name) { method in class:KeyTab
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java814 * @param normalize true if the content should be normalized according to
816 * <a href="http://www.w3.org/TR/xpath#function-normalize-space">normalize-space</a>
822 int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize)
821 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixPath.java82 return normalize(input, n, i - 1);
87 return normalize(input, n, n - 1);
96 private static String normalize(String input, int len, int off) { method in class:UnixPath
483 public Path normalize() { method in class:UnixPath
/openjdk7/jdk/src/share/classes/java/math/
H A DMutableBigInteger.java298 final void normalize() { method in class:MutableBigInteger
685 normalize();
723 a.normalize();
766 z.normalize();
862 quotient.normalize();
974 // D1 normalize the divisor
1061 quotient.normalize();
1062 rem.normalize();
1288 result.normalize();
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipPath.java76 this.path = normalize(path);
367 public Path normalize() { method in class:ZipPath
437 private byte[] normalize(byte[] path) { method in class:ZipPath
444 return normalize(path, i);
446 return normalize(path, i - 1);
455 private byte[] normalize(byte[] path, int off) { method in class:ZipPath
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DEmergencySoundbank.java657 normalize(data, 0.8);
834 normalize(data, 0.6);
1824 normalize(data, 0.5);
1858 normalize(data, 0.9);
1871 normalize(datab, 0.9);
1903 normalize(data, 0.8);
1933 normalize(data, 0.9);
1948 normalize(datab, 0.99);
2024 normalize(data, 0.5);
2054 normalize(dat
2601 static public void normalize(double[] data, double target) { method in class:EmergencySoundbank
2616 static public void normalize(float[] data, double target) { method in class:EmergencySoundbank
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java963 public URI normalize() { method in class:URI
964 return normalize(this);
1006 * #normalize() normalize} method. </p></li>
2009 String np = normalize(path);
2084 private static URI normalize(URI u) { method in class:URI
2088 String np = normalize(u.path);
2118 String bp = normalize(base.path);
2119 String cp = normalize(child.path);
2403 private static String normalize(Strin method in class:URI
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DElementImpl.java327 * To normalize a Document, normalize its top-level Element child.
333 public void normalize() { method in class:ElementImpl
334 // No need to normalize if already normalized.
370 kid.normalize();
374 // We must also normalize all of the attributes
380 attr.normalize();
388 } // normalize()

Completed in 313 milliseconds

123456