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

  /external/icu4c/i18n/
identifier_info.h 158 URestrictionLevel getRestrictionLevel(UErrorCode &status) const;
uspoof_impl.h 112 URestrictionLevel fRestrictionLevel; // The maximum restriction level for an acceptable identifier.
uspoof.cpp 187 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) {
195 U_CAPI URestrictionLevel U_EXPORT2
454 URestrictionLevel idRestrictionLevel = identifierInfo->getRestrictionLevel(*status);
identifier_info.cpp 233 URestrictionLevel IdentifierInfo::getRestrictionLevel(UErrorCode &status) const {
  /external/icu4c/i18n/unicode/
uspoof.h 198 * @see URestrictionLevel
271 typedef enum URestrictionLevel {
304 } URestrictionLevel;
458 * @see URestrictionLevel
462 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
469 * @see URestrictionLevel
472 U_DRAFT URestrictionLevel U_EXPORT2
    [all...]
  /external/icu4c/test/intltest/
itspoof.cpp 494 URestrictionLevel fRestrictionLevel;
527 URestrictionLevel restrictionLevel = test.fRestrictionLevel;
674 URestrictionLevel fExpectedRestrictionLevel;
685 URestrictionLevel restrictionLevels[] = { USPOOF_ASCII, USPOOF_HIGHLY_RESTRICTIVE,
697 URestrictionLevel expectedLevel = test.fExpectedRestrictionLevel;
704 URestrictionLevel levelSetInSpoofChecker = restrictionLevels[levelIndex];

Completed in 6759 milliseconds