Searched refs:combineHashCode (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DAfterPattern.java55 combineHashCode(AFTER_HASH_CODE, p1.hashCode(), p2.hashCode()),
H A DDataPattern.java56 super(combineHashCode(DATA_HASH_CODE, dt.hashCode()));
H A DPattern.java73 static int combineHashCode(int hc1, int hc2, int hc3) { method in class:Pattern
77 static int combineHashCode(int hc1, int hc2) { method in class:Pattern
H A DChoicePattern.java54 combineHashCode(CHOICE_HASH_CODE, p1.hashCode(), p2.hashCode()),
H A DGroupPattern.java53 combineHashCode(GROUP_HASH_CODE, p1.hashCode(), p2.hashCode()),
H A DListPattern.java60 combineHashCode(LIST_HASH_CODE, p.hashCode()));
H A DOneOrMorePattern.java58 combineHashCode(ONE_OR_MORE_HASH_CODE, p.hashCode()));
H A DValuePattern.java57 super(combineHashCode(VALUE_HASH_CODE, obj.hashCode()));
H A DInterleavePattern.java54 combineHashCode(INTERLEAVE_HASH_CODE, p1.hashCode(), p2.hashCode()),
H A DAttributePattern.java63 combineHashCode(ATTRIBUTE_HASH_CODE,
H A DElementPattern.java65 combineHashCode(ELEMENT_HASH_CODE,

Completed in 57 milliseconds