Home
last modified time | relevance | path

Searched refs:URestrictionLevel (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Duspoof.h524 typedef enum URestrictionLevel { enum
586 } URestrictionLevel; typedef
769 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
779 U_STABLE URestrictionLevel U_EXPORT2
1243 U_DRAFT URestrictionLevel U_EXPORT2
/external/icu/icu4c/source/i18n/
Duspoof_impl.h84 URestrictionLevel getRestrictionLevel(const UnicodeString& input, UErrorCode& status) const;
105URestrictionLevel fRestrictionLevel; // The maximum restriction level for an acceptable identifie…
130 URestrictionLevel fRestrictionLevel; // The restriction level of the string.
Duspoof.cpp233 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()
242 U_CAPI URestrictionLevel U_EXPORT2
511 URestrictionLevel idRestrictionLevel = This->getRestrictionLevel(id, *status); in checkImpl()
760 U_CAPI URestrictionLevel U_EXPORT2
Duspoof_impl.cpp326 URestrictionLevel SpoofImpl::getRestrictionLevel(const UnicodeString& input, UErrorCode& status) co… in getRestrictionLevel()
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp532 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()
/external/icu/icu4c/source/test/cintltst/
Dspooftest.c500URestrictionLevel restrictionLevel = uspoof_getCheckResultRestrictionLevel(checkResult, &status); in TestUSpoofCAPI()