| | |
| | | |
| | | |
| | | |
| | | import static com.sun.opends.sdk.messages.Messages.ERR_ATTR_SYNTAX_TELEX_ILLEGAL_CHAR; |
| | | import static com.sun.opends.sdk.messages.Messages.ERR_ATTR_SYNTAX_TELEX_NOT_PRINTABLE; |
| | | import static com.sun.opends.sdk.messages.Messages.ERR_ATTR_SYNTAX_TELEX_TOO_SHORT; |
| | | import static com.sun.opends.sdk.messages.Messages.ERR_ATTR_SYNTAX_TELEX_TRUNCATED; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_TELEX_ILLEGAL_CHAR; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_TELEX_NOT_PRINTABLE; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_TELEX_TOO_SHORT; |
| | | import static org.opends.sdk.CoreMessages.ERR_ATTR_SYNTAX_TELEX_TRUNCATED; |
| | | import static org.opends.sdk.schema.SchemaConstants.EMR_CASE_IGNORE_OID; |
| | | import static org.opends.sdk.schema.SchemaConstants.OMR_CASE_IGNORE_OID; |
| | | import static org.opends.sdk.schema.SchemaConstants.SMR_CASE_IGNORE_OID; |
| | | import static org.opends.sdk.schema.SchemaConstants.SYNTAX_TELEX_NAME; |
| | | |
| | | import org.forgerock.i18n.LocalizableMessageBuilder; |
| | | import org.opends.sdk.ByteSequence; |
| | | import org.opends.sdk.LocalizableMessageBuilder; |
| | | |
| | | |
| | | |