Home | History | Annotate | Download | only in unicode

Lines Matching refs:checks

48  * The tests and checks provided by this module implement the recommendations
63 * -# Perform the checks using the pre-configured USpoofChecker. The results indicate
68 * A USpoofChecker may be used repeatedly to perform checks on any number of identifiers.
79 * Descriptions of the available checks.
91 * The safest approach is to enable all three of these checks as a group.
110 * specified, the checks will consider confusable characters of any case. If this flag is not
148 * Enum for the kinds of checks that USpoofChecker can perform.
149 * These enum values are used both to select the set of checks that
209 * Applies to checks of a single identifier check only.
240 * Enable all spoof checks.
252 * identifier passes all of the enabled checks.
255 * when an identifier passes all checks.
309 * checks except for USPOOF_LOCALE_LIMIT and USPOOF_CHAR_LIMIT.
310 * Note that additional checks may be added in the future,
411 * Clone a Spoof Checker. The clone will be set to perform the same checks
424 * Specify the set of checks that will be performed by the check
428 * @param checks The set of checks that this spoof checker will perform.
436 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
439 * Get the set of checks that this Spoof Checker has been configured to perform.
443 * @return The set of checks that this spoof checker will perform.
466 * Get the Restriction Level that will be tested if the checks include RESTRICTION_LEVEL.
571 * functions. Limitations imposed by other checks will not be
618 * UnicodeSet functions. Limitations imposed by other checks will not be
643 * The set of checks to be performed is specified with uspoof_setChecks().
663 * enabled checks.
676 * The set of checks to be performed is specified with uspoof_setChecks().
697 * enabled checks.
711 * The set of checks to be performed is specified with uspoof_setChecks().
728 * enabled checks.