Searched refs:URestrictionLevel (Results 1 – 6 of 6) sorted by relevance
524 typedef enum URestrictionLevel { enum586 } URestrictionLevel; typedef769 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);779 U_STABLE URestrictionLevel U_EXPORT21243 U_DRAFT URestrictionLevel U_EXPORT2
84 URestrictionLevel getRestrictionLevel(const UnicodeString& input, UErrorCode& status) const;105 …URestrictionLevel fRestrictionLevel; // The maximum restriction level for an acceptable identifie…130 URestrictionLevel fRestrictionLevel; // The restriction level of the string.
233 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()242 U_CAPI URestrictionLevel U_EXPORT2511 URestrictionLevel idRestrictionLevel = This->getRestrictionLevel(id, *status); in checkImpl()760 U_CAPI URestrictionLevel U_EXPORT2
326 URestrictionLevel SpoofImpl::getRestrictionLevel(const UnicodeString& input, UErrorCode& status) co… in getRestrictionLevel()
532 URestrictionLevel fExpectedRestrictionLevel; in testRestrictionLevel()551 URestrictionLevel restrictionLevels[] = { USPOOF_ASCII, USPOOF_SINGLE_SCRIPT_RESTRICTIVE, in testRestrictionLevel()565 URestrictionLevel expectedLevel = test.fExpectedRestrictionLevel; in testRestrictionLevel()568 URestrictionLevel levelSetInSpoofChecker = restrictionLevels[levelIndex]; in testRestrictionLevel()
500 … URestrictionLevel restrictionLevel = uspoof_getCheckResultRestrictionLevel(checkResult, &status); in TestUSpoofCAPI()