Searched defs:fRestrictionLevel (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Duspoof_impl.h105 URestrictionLevel fRestrictionLevel; // The maximum restriction level for an acceptable identifier. member in class:SpoofImpl
130 URestrictionLevel fRestrictionLevel; // The restriction level of the string. member in class:CheckResult
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSpoofChecker.java447 private RestrictionLevel fRestrictionLevel; field in class:SpoofChecker.Builder
457 fRestrictionLevel = RestrictionLevel.HIGHLY_RESTRICTIVE;
474 fRestrictionLevel = src.fRestrictionLevel;
504 result.fRestrictionLevel = this.fRestrictionLevel;
723 fRestrictionLevel = restrictionLevel;
1072 return fRestrictionLevel;
1235 if (textRestrictionLevel.compareTo(fRestrictionLevel) > 0) {
1466 if (fRestrictionLevel !
1613 private RestrictionLevel fRestrictionLevel; field in class:SpoofChecker
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java479 private RestrictionLevel fRestrictionLevel; field in class:SpoofChecker.Builder
491 fRestrictionLevel = RestrictionLevel.HIGHLY_RESTRICTIVE;
509 fRestrictionLevel = src.fRestrictionLevel;
540 result.fRestrictionLevel = this.fRestrictionLevel;
765 fRestrictionLevel = restrictionLevel;
1114 return fRestrictionLevel;
1292 if (textRestrictionLevel.compareTo(fRestrictionLevel) > 0) {
1527 if (fRestrictionLevel !
1675 private RestrictionLevel fRestrictionLevel; field in class:SpoofChecker
[all...]

Completed in 101 milliseconds