Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java378 private RestrictionLevel fRestrictionLevel; field in SpoofChecker.Builder
388 fRestrictionLevel = RestrictionLevel.HIGHLY_RESTRICTIVE; in Builder()
405 fRestrictionLevel = src.fRestrictionLevel; in Builder()
434 result.fRestrictionLevel = this.fRestrictionLevel; in build()
605 fRestrictionLevel = restrictionLevel; in setRestrictionLevel()
1429 return fRestrictionLevel;
1600 if (textRestrictionLevel.compareTo(fRestrictionLevel) > 0) {
1903 if (fRestrictionLevel != otherSC.fRestrictionLevel) {
2092 private RestrictionLevel fRestrictionLevel;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java406 private RestrictionLevel fRestrictionLevel; field in SpoofChecker.Builder
418 fRestrictionLevel = RestrictionLevel.HIGHLY_RESTRICTIVE; in Builder()
436 fRestrictionLevel = src.fRestrictionLevel; in Builder()
466 result.fRestrictionLevel = this.fRestrictionLevel; in build()
642 fRestrictionLevel = restrictionLevel; in setRestrictionLevel()
1466 return fRestrictionLevel;
1649 if (textRestrictionLevel.compareTo(fRestrictionLevel) > 0) {
1956 if (fRestrictionLevel != otherSC.fRestrictionLevel) {
2145 private RestrictionLevel fRestrictionLevel;
/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp36 fRestrictionLevel = USPOOF_HIGHLY_RESTRICTIVE; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
57 fRestrictionLevel = USPOOF_HIGHLY_RESTRICTIVE; in SpoofImpl()
78 fRestrictionLevel = src.fRestrictionLevel; in SpoofImpl()
Duspoof_impl.h112 …URestrictionLevel fRestrictionLevel; // The maximum restriction level for an acceptable identifie… variable
Duspoof.cpp252 This->fRestrictionLevel = restrictionLevel; in uspoof_setRestrictionLevel()
263 return This->fRestrictionLevel; in uspoof_getRestrictionLevel()
518 if (idRestrictionLevel > This->fRestrictionLevel) { in uspoof_checkUnicodeString()
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp489 URestrictionLevel fRestrictionLevel; in testIdentifierInfo() member
522 URestrictionLevel restrictionLevel = test.fRestrictionLevel; in testIdentifierInfo()