Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java479 private RestrictionLevel fRestrictionLevel; field in SpoofChecker.Builder
491 fRestrictionLevel = RestrictionLevel.HIGHLY_RESTRICTIVE; in Builder()
509 fRestrictionLevel = src.fRestrictionLevel; in Builder()
540 result.fRestrictionLevel = this.fRestrictionLevel; in build()
765 fRestrictionLevel = restrictionLevel; in setRestrictionLevel()
1114 return fRestrictionLevel;
1292 if (textRestrictionLevel.compareTo(fRestrictionLevel) > 0) {
1527 if (fRestrictionLevel != otherSC.fRestrictionLevel) { in equals()
1543 ^ fRestrictionLevel.ordinal(); in hashCode()
1675 private RestrictionLevel fRestrictionLevel; field in SpoofChecker.Builder.ConfusabledataBuilder
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java447 private RestrictionLevel fRestrictionLevel; field in SpoofChecker.Builder
457 fRestrictionLevel = RestrictionLevel.HIGHLY_RESTRICTIVE; in Builder()
474 fRestrictionLevel = src.fRestrictionLevel; in Builder()
504 result.fRestrictionLevel = this.fRestrictionLevel; in build()
723 fRestrictionLevel = restrictionLevel; in setRestrictionLevel()
1072 return fRestrictionLevel;
1235 if (textRestrictionLevel.compareTo(fRestrictionLevel) > 0) {
1466 if (fRestrictionLevel != otherSC.fRestrictionLevel) { in equals()
1481 ^ fRestrictionLevel.ordinal(); in hashCode()
1613 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()
454 fRestrictionLevel = USPOOF_UNDEFINED_RESTRICTIVE; in clear()
458 … if ((enabledChecks & USPOOF_AUX_INFO) != 0 && fRestrictionLevel != USPOOF_UNDEFINED_RESTRICTIVE) { in toCombinedBitmask()
459 return fChecks | fRestrictionLevel; in toCombinedBitmask()
Duspoof_impl.h105 …URestrictionLevel fRestrictionLevel; // The maximum restriction level for an acceptable identifie… variable
130 URestrictionLevel fRestrictionLevel; // The restriction level of the string. variable
Duspoof.cpp237 This->fRestrictionLevel = restrictionLevel; in uspoof_setRestrictionLevel()
249 return This->fRestrictionLevel; in uspoof_getRestrictionLevel()
512 if (idRestrictionLevel > This->fRestrictionLevel) { in checkImpl()
515 checkResult->fRestrictionLevel = idRestrictionLevel; in checkImpl()
764 return This->fRestrictionLevel; in uspoof_getCheckResultRestrictionLevel()