Searched refs:getApproximateMatchingRule (Results 1 - 25 of 391) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DAttributeSyntaxTest.java78 syntax.getApproximateMatchingRule();
H A DBinaryAttributeSyntaxTest.java78 syntax.getApproximateMatchingRule();
H A DAttributeTypeSyntaxTest.java184 assertNotNull(attrType.getApproximateMatchingRule());
185 assertEquals(attrType.getApproximateMatchingRule(), testApproxRule);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DAttributeSyntaxTest.java77 syntax.getApproximateMatchingRule();
H A DBinaryAttributeSyntaxTest.java77 syntax.getApproximateMatchingRule();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DAttributeSyntaxTest.java78 syntax.getApproximateMatchingRule();
H A DBinaryAttributeSyntaxTest.java78 syntax.getApproximateMatchingRule();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DAttributeSyntaxTest.java77 syntax.getApproximateMatchingRule();
H A DBinaryAttributeSyntaxTest.java77 syntax.getApproximateMatchingRule();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DAttributeSyntaxTest.java78 syntax.getApproximateMatchingRule();
H A DBinaryAttributeSyntaxTest.java78 syntax.getApproximateMatchingRule();
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DPresentationAddressSyntax.java91 DirectoryServer.getApproximateMatchingRule(AMR_DOUBLE_METAPHONE_OID);
214 public ApproximateMatchingRule getApproximateMatchingRule() method in class:PresentationAddressSyntax
H A DProtocolInformationSyntax.java91 DirectoryServer.getApproximateMatchingRule(AMR_DOUBLE_METAPHONE_OID);
214 public ApproximateMatchingRule getApproximateMatchingRule() method in class:ProtocolInformationSyntax
H A DDeliveryMethodSyntax.java138 DirectoryServer.getApproximateMatchingRule(AMR_DOUBLE_METAPHONE_OID);
261 public ApproximateMatchingRule getApproximateMatchingRule() method in class:DeliveryMethodSyntax
H A DIA5StringSyntax.java93 DirectoryServer.getApproximateMatchingRule(AMR_DOUBLE_METAPHONE_OID);
216 public ApproximateMatchingRule getApproximateMatchingRule() method in class:IA5StringSyntax
H A DPrintableStringSyntax.java93 DirectoryServer.getApproximateMatchingRule(AMR_DOUBLE_METAPHONE_OID);
216 public ApproximateMatchingRule getApproximateMatchingRule() method in class:PrintableStringSyntax
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DPresentationAddressSyntax.java90 DirectoryServer.getApproximateMatchingRule(AMR_DOUBLE_METAPHONE_OID);
213 public ApproximateMatchingRule getApproximateMatchingRule() method in class:PresentationAddressSyntax
H A DProtocolInformationSyntax.java90 DirectoryServer.getApproximateMatchingRule(AMR_DOUBLE_METAPHONE_OID);
213 public ApproximateMatchingRule getApproximateMatchingRule() method in class:ProtocolInformationSyntax
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DPresentationAddressSyntax.java91 DirectoryServer.getApproximateMatchingRule(AMR_DOUBLE_METAPHONE_OID);
214 public ApproximateMatchingRule getApproximateMatchingRule() method in class:PresentationAddressSyntax
H A DProtocolInformationSyntax.java91 DirectoryServer.getApproximateMatchingRule(AMR_DOUBLE_METAPHONE_OID);
214 public ApproximateMatchingRule getApproximateMatchingRule() method in class:ProtocolInformationSyntax
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DPresentationAddressSyntax.java91 DirectoryServer.getApproximateMatchingRule(AMR_DOUBLE_METAPHONE_OID);
214 public ApproximateMatchingRule getApproximateMatchingRule() method in class:PresentationAddressSyntax
H A DProtocolInformationSyntax.java91 DirectoryServer.getApproximateMatchingRule(AMR_DOUBLE_METAPHONE_OID);
214 public ApproximateMatchingRule getApproximateMatchingRule() method in class:ProtocolInformationSyntax
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DPresentationAddressSyntax.java90 DirectoryServer.getApproximateMatchingRule(AMR_DOUBLE_METAPHONE_OID);
213 public ApproximateMatchingRule getApproximateMatchingRule() method in class:PresentationAddressSyntax
H A DProtocolInformationSyntax.java90 DirectoryServer.getApproximateMatchingRule(AMR_DOUBLE_METAPHONE_OID);
213 public ApproximateMatchingRule getApproximateMatchingRule() method in class:ProtocolInformationSyntax
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java564 Assert.assertEquals(type.getApproximateMatchingRule(), syntax
565 .getApproximateMatchingRule());
588 .getApproximateMatchingRule());
595 Assert.assertEquals(type.getApproximateMatchingRule(), syntax
596 .getApproximateMatchingRule());
620 .getApproximateMatchingRule());
633 Assert.assertEquals(parent.getApproximateMatchingRule(), child
634 .getApproximateMatchingRule());

Completed in 84 milliseconds

1234567891011>>