Searched defs:value1 (Results 1 - 25 of 168) sorted by relevance

1234567

/forgerock/opendj2/src/server/org/opends/server/api/
H A DOrderingMatchingRule.java54 * @param value1 The normalized form of the first value to
59 * @return A negative integer if {@code value1} should come before
61 * {@code value1} should come after {@code value2} in
65 public abstract int compareValues(ByteSequence value1, argument
H A DApproximateMatchingRule.java52 * @param value1 The normalized form of the first value to
60 public abstract boolean approximatelyMatch(ByteSequence value1, argument
H A DEqualityMatchingRule.java52 * @param value1 The normalized form of the first value to
60 public boolean areEqual(ByteSequence value1, ByteSequence value2) argument
62 return value1.equals(value2);
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DOrderingMatchingRule.java55 * @param value1 The normalized form of the first value to
60 * @return A negative integer if {@code value1} should come before
62 * {@code value1} should come after {@code value2} in
66 public abstract int compareValues(ByteSequence value1, argument
H A DApproximateMatchingRule.java53 * @param value1 The normalized form of the first value to
61 public abstract boolean approximatelyMatch(ByteSequence value1, argument
H A DEqualityMatchingRule.java53 * @param value1 The normalized form of the first value to
61 public boolean areEqual(ByteSequence value1, ByteSequence value2) argument
63 return value1.equals(value2);
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DOrderingMatchingRule.java55 * @param value1 The normalized form of the first value to
60 * @return A negative integer if {@code value1} should come before
62 * {@code value1} should come after {@code value2} in
66 public abstract int compareValues(ByteSequence value1, argument
H A DApproximateMatchingRule.java53 * @param value1 The normalized form of the first value to
61 public abstract boolean approximatelyMatch(ByteSequence value1, argument
H A DEqualityMatchingRule.java53 * @param value1 The normalized form of the first value to
61 public boolean areEqual(ByteSequence value1, ByteSequence value2) argument
63 return value1.equals(value2);
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DOrderingMatchingRule.java54 * @param value1 The normalized form of the first value to
59 * @return A negative integer if {@code value1} should come before
61 * {@code value1} should come after {@code value2} in
65 public abstract int compareValues(ByteSequence value1, argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DOrderingMatchingRule.java55 * @param value1 The normalized form of the first value to
60 * @return A negative integer if {@code value1} should come before
62 * {@code value1} should come after {@code value2} in
66 public abstract int compareValues(ByteSequence value1, argument
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DGeneralizedTimeEqualityMatchingRule.java187 * @param value1 The normalized form of the first value to compare.
194 public boolean areEqual(ByteSequence value1, ByteSequence value2) argument
198 long time1 = GeneralizedTimeSyntax.decodeGeneralizedTimeValue(value1);
H A DObjectIdentifierEqualityMatchingRule.java242 * @param value1 The normalized form of the first value to compare.
249 public boolean areEqual(ByteSequence value1, ByteSequence value2) argument
252 if (value1.equals(value2))
277 String valueStr1 = value1.stringValue();
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DApproximatematchingRule.java136 public void approximateMatchingRules(String ruleClassName, String value1, argument
153 ruleInstance.normalizeValue(ByteString.valueOf(value1));
H A DEqualLengthApproximateMatchingRule.java153 * @param value1 The normalized form of the first value to compare.
160 public boolean approximatelyMatch(ByteSequence value1, ByteSequence value2) argument
162 return value1.length() == value2.length();
H A DStringPrepProfileTestCase.java136 public void testStringPrepNoCaseFold(String value1, argument
142 rule.normalizeValue(ByteString.valueOf(value1));
172 public void testStringPrepWithCaseFold(String value1, argument
178 rule.normalizeValue(ByteString.valueOf(value1));
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeValue.java60 * @param value1
70 public void testHashCodeTestData(String value1, argument
74 AttributeValue av1 = AttributeValues.create(type, value1);
89 * @param value1
99 public void testGetNormalizedValue(String value1, String value2, argument
103 AttributeValue av1 = AttributeValues.create(type, value1);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DApproximatematchingRule.java135 public void approximateMatchingRules(String ruleClassName, String value1, argument
152 ruleInstance.normalizeValue(ByteString.valueOf(value1));
H A DEqualLengthApproximateMatchingRule.java152 * @param value1 The normalized form of the first value to compare.
159 public boolean approximatelyMatch(ByteSequence value1, ByteSequence value2) argument
161 return value1.length() == value2.length();
H A DStringPrepProfileTestCase.java135 public void testStringPrepNoCaseFold(String value1, argument
141 rule.normalizeValue(ByteString.valueOf(value1));
171 public void testStringPrepWithCaseFold(String value1, argument
177 rule.normalizeValue(ByteString.valueOf(value1));
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeValue.java59 * @param value1
69 public void testHashCodeTestData(String value1, argument
73 AttributeValue av1 = AttributeValues.create(type, value1);
88 * @param value1
98 public void testGetNormalizedValue(String value1, String value2, argument
102 AttributeValue av1 = AttributeValues.create(type, value1);
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DGeneralizedTimeEqualityMatchingRule.java186 * @param value1 The normalized form of the first value to compare.
193 public boolean areEqual(ByteSequence value1, ByteSequence value2) argument
197 long time1 = GeneralizedTimeSyntax.decodeGeneralizedTimeValue(value1);
H A DObjectIdentifierEqualityMatchingRule.java241 * @param value1 The normalized form of the first value to compare.
248 public boolean areEqual(ByteSequence value1, ByteSequence value2) argument
251 if (value1.equals(value2))
276 String valueStr1 = value1.stringValue();
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DGeneralizedTimeEqualityMatchingRule.java187 * @param value1 The normalized form of the first value to compare.
194 public boolean areEqual(ByteSequence value1, ByteSequence value2) argument
198 long time1 = GeneralizedTimeSyntax.decodeGeneralizedTimeValue(value1);
H A DObjectIdentifierEqualityMatchingRule.java242 * @param value1 The normalized form of the first value to compare.
249 public boolean areEqual(ByteSequence value1, ByteSequence value2) argument
252 if (value1.equals(value2))
277 String valueStr1 = value1.stringValue();

Completed in 73 milliseconds

1234567