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 231 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) {
239 U_CAPI URestrictionLevel U_EXPORT2
500 URestrictionLevel idRestrictionLevel = identifierInfo->getRestrictionLevel(*status);
identifier_info.cpp 226 URestrictionLevel IdentifierInfo::getRestrictionLevel(UErrorCode &status) const {
  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 206 * @see URestrictionLevel
274 typedef enum URestrictionLevel {
319 } URestrictionLevel;
471 * @see URestrictionLevel
475 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
482 * @see URestrictionLevel
485 U_STABLE URestrictionLevel U_EXPORT2
    [all...]
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 489 URestrictionLevel fRestrictionLevel;
522 URestrictionLevel restrictionLevel = test.fRestrictionLevel;
669 URestrictionLevel fExpectedRestrictionLevel;
680 URestrictionLevel restrictionLevels[] = { USPOOF_ASCII, USPOOF_SINGLE_SCRIPT_RESTRICTIVE,
693 URestrictionLevel expectedLevel = test.fExpectedRestrictionLevel;
700 URestrictionLevel levelSetInSpoofChecker = restrictionLevels[levelIndex];

Completed in 131 milliseconds