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

  /external/icu/icu4c/source/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 220 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) {
228 U_CAPI URestrictionLevel U_EXPORT2
487 URestrictionLevel idRestrictionLevel = identifierInfo->getRestrictionLevel(*status);
identifier_info.cpp 228 URestrictionLevel IdentifierInfo::getRestrictionLevel(UErrorCode &status) const {
  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 198 * @see URestrictionLevel
266 typedef enum URestrictionLevel {
315 } URestrictionLevel;
467 * @see URestrictionLevel
471 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
478 * @see URestrictionLevel
481 U_STABLE URestrictionLevel U_EXPORT2
    [all...]
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 494 URestrictionLevel fRestrictionLevel;
527 URestrictionLevel restrictionLevel = test.fRestrictionLevel;
674 URestrictionLevel fExpectedRestrictionLevel;
685 URestrictionLevel restrictionLevels[] = { USPOOF_ASCII, USPOOF_SINGLE_SCRIPT_RESTRICTIVE,
698 URestrictionLevel expectedLevel = test.fExpectedRestrictionLevel;
705 URestrictionLevel levelSetInSpoofChecker = restrictionLevels[levelIndex];

Completed in 224 milliseconds