Home
last modified time | relevance | path

Searched refs:fRestrictionLevel (Results 1 – 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java476 private RestrictionLevel fRestrictionLevel; field in SpoofChecker.Builder
486 fRestrictionLevel = RestrictionLevel.HIGHLY_RESTRICTIVE; in Builder()
503 fRestrictionLevel = src.fRestrictionLevel; in Builder()
533 result.fRestrictionLevel = this.fRestrictionLevel; in build()
750 fRestrictionLevel = restrictionLevel; in setRestrictionLevel()
1099 return fRestrictionLevel;
1260 if (textRestrictionLevel.compareTo(fRestrictionLevel) > 0) {
1495 if (fRestrictionLevel != otherSC.fRestrictionLevel) { in equals()
1510 ^ fRestrictionLevel.ordinal(); in hashCode()
1680 private RestrictionLevel fRestrictionLevel; field in SpoofChecker.Builder.ConfusabledataBuilder
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java510 private RestrictionLevel fRestrictionLevel; field in SpoofChecker.Builder
522 fRestrictionLevel = RestrictionLevel.HIGHLY_RESTRICTIVE; in Builder()
540 fRestrictionLevel = src.fRestrictionLevel; in Builder()
571 result.fRestrictionLevel = this.fRestrictionLevel; in build()
795 fRestrictionLevel = restrictionLevel; in setRestrictionLevel()
1144 return fRestrictionLevel;
1320 if (textRestrictionLevel.compareTo(fRestrictionLevel) > 0) {
1560 if (fRestrictionLevel != otherSC.fRestrictionLevel) { in equals()
1576 ^ fRestrictionLevel.ordinal(); in hashCode()
1746 private RestrictionLevel fRestrictionLevel; field in SpoofChecker.Builder.ConfusabledataBuilder
/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp60 fRestrictionLevel = USPOOF_HIGHLY_RESTRICTIVE; in construct()
92 fRestrictionLevel = src.fRestrictionLevel; in SpoofImpl()
491 fRestrictionLevel = USPOOF_UNDEFINED_RESTRICTIVE; in clear()
495 … if ((enabledChecks & USPOOF_AUX_INFO) != 0 && fRestrictionLevel != USPOOF_UNDEFINED_RESTRICTIVE) { in toCombinedBitmask()
496 return fChecks | fRestrictionLevel; in toCombinedBitmask()
Duspoof_impl.h108 …URestrictionLevel fRestrictionLevel; // The maximum restriction level for an acceptable identifie… variable
133 URestrictionLevel fRestrictionLevel; // The restriction level of the string. variable
Duspoof.cpp283 This->fRestrictionLevel = restrictionLevel; in uspoof_setRestrictionLevel()
295 return This->fRestrictionLevel; in uspoof_getRestrictionLevel()
558 if (idRestrictionLevel > This->fRestrictionLevel) { in checkImpl()
561 checkResult->fRestrictionLevel = idRestrictionLevel; in checkImpl()
817 return This->fRestrictionLevel; in uspoof_getCheckResultRestrictionLevel()