HomeSort by relevance Sort by last modified time
    Searched refs:USPOOF_AUX_INFO (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 217 * If the {@link USPOOF_AUX_INFO} check is enabled, a limited amount of information on why a string failed the checks
325 * uspoof_setChecks(sc.getAlias(), USPOOF_RESTRICTION_LEVEL | USPOOF_AUX_INFO, &status);
331 * // Since USPOOF_AUX_INFO was enabled, the restriction level is also available in the upper bits of the bitmask:
448 * If USPOOF_AUX_INFO is enabled the actual restriction level of the
453 * @see USPOOF_AUX_INFO
510 USPOOF_AUX_INFO = 0x40000000
    [all...]
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 589 uspoof_setChecks(sc, USPOOF_AUX_INFO | USPOOF_RESTRICTION_LEVEL, &status);
667 uspoof_setChecks(sc.getAlias(), USPOOF_ALL_CHECKS | USPOOF_AUX_INFO, &status);
  /external/icu/icu4c/source/i18n/
uspoof.cpp 214 if (checks & ~(USPOOF_ALL_CHECKS | USPOOF_AUX_INFO)) {
uspoof_impl.cpp 458 if ((enabledChecks & USPOOF_AUX_INFO) != 0 && fRestrictionLevel != USPOOF_UNDEFINED_RESTRICTIVE) {
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 474 uspoof_setChecks(sc, USPOOF_ALL_CHECKS | USPOOF_AUX_INFO, &status);

Completed in 903 milliseconds