Searched refs:GREATER (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DRuleBasedCollationKey.java62 else if (result >= Collator.GREATER)
63 return Collator.GREATER;
H A DRuleBasedCollator.java359 // If a difference is found, we set <result> to LESS or GREATER to
445 result = Collator.GREATER; // (strength is SECONDARY)
467 return Collator.GREATER; // (strength is PRIMARY)
481 result = (secSOrder < secTOrder) ? Collator.LESS : Collator.GREATER;
493 result = (terSOrder < terTOrder) ? Collator.LESS : Collator.GREATER;
512 return Collator.GREATER; // (strength is PRIMARY)
517 result = Collator.GREATER; // (strength is SECONDARY)
H A DCollator.java521 * GREATER is returned if source string is compared to be greater than
525 final static int GREATER = 1; field in class:Collator
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dlist.h75 #define GREATER 1 macro
/openjdk7/jaxp/src/javax/xml/datatype/
H A DDatatypeConstants.java119 public static final int GREATER = 1; field in class:DatatypeConstants
H A DDuration.java752 * <li>{@link DatatypeConstants#GREATER} if this <code>Duration</code> is longer than <code>duration</code> parameter</li>
759 * {@link DatatypeConstants#LESSER}, {@link DatatypeConstants#EQUAL}, {@link DatatypeConstants#GREATER}
800 return compare(duration) == DatatypeConstants.GREATER;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java1440 * {@link DatatypeConstants#GREATER} or
1485 if (result == DatatypeConstants.GREATER) {
1507 if (result == DatatypeConstants.GREATER) {
1579 * {@link DatatypeConstants#GREATER} or
1647 return (Pfield < Qfield ? DatatypeConstants.LESSER : DatatypeConstants.GREATER);

Completed in 2000 milliseconds