/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | SpoofChecker.java | 794 * @param restrictionLevel 799 public Builder setRestrictionLevel(RestrictionLevel restrictionLevel) { in setRestrictionLevel() argument 800 fRestrictionLevel = restrictionLevel; in setRestrictionLevel() 1244 public RestrictionLevel restrictionLevel; field in SpoofChecker.CheckResult 1297 sb.append(", restrictionLevel: ").append(restrictionLevel); in toString() 1320 checkResult.restrictionLevel = null; in failsChecks() 1329 checkResult.restrictionLevel = textRestrictionLevel; in failsChecks()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | SpoofChecker.java | 742 * @param restrictionLevel 747 public Builder setRestrictionLevel(RestrictionLevel restrictionLevel) { in setRestrictionLevel() argument 748 fRestrictionLevel = restrictionLevel; in setRestrictionLevel() 1182 public RestrictionLevel restrictionLevel; field in SpoofChecker.CheckResult 1231 sb.append(", restrictionLevel: ").append(restrictionLevel); in toString() 1253 checkResult.restrictionLevel = null; in failsChecks() 1262 checkResult.restrictionLevel = textRestrictionLevel; in failsChecks()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | spooftest.c | 513 URestrictionLevel restrictionLevel = uspoof_getCheckResultRestrictionLevel(checkResult, &status); in TestUSpoofCAPI() local 514 TEST_ASSERT_EQ(result1 & restrictionLevel, restrictionLevel); in TestUSpoofCAPI()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | uspoof.h | 321 * URestrictionLevel restrictionLevel = uspoof_getCheckResultRestrictionLevel(checkResult.getAlias(), &status); 323 * assert((restrictionLevel & bitmask) == restrictionLevel); 325 * printf("Restriction level: %#010x (status: %s)\n", restrictionLevel, u_errorName(status)); 754 * @param restrictionLevel The loosest restriction level allowed. 759 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | uspoof.h | 321 * URestrictionLevel restrictionLevel = uspoof_getCheckResultRestrictionLevel(checkResult.getAlias(), &status); 323 * assert((restrictionLevel & bitmask) == restrictionLevel); 325 * printf("Restriction level: %#010x (status: %s)\n", restrictionLevel, u_errorName(status)); 754 * @param restrictionLevel The loosest restriction level allowed. 759 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | uspoof.h | 341 * URestrictionLevel restrictionLevel = uspoof_getCheckResultRestrictionLevel(checkResult.getAlias(), &status); 343 * assert((restrictionLevel & bitmask) == restrictionLevel); 345 * printf("Restriction level: %#010x (status: %s)\n", restrictionLevel, u_errorName(status)); 819 * @param restrictionLevel The loosest restriction level allowed. 824 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof.cpp | 286 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel() argument 290 This->fRestrictionLevel = restrictionLevel; in uspoof_setRestrictionLevel()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
H A D | SpoofCheckerTest.java | 596 expectedLevel, checkResult.restrictionLevel); in TestRestrictionLevel() 651 assertEquals("", RestrictionLevel.SINGLE_SCRIPT_RESTRICTIVE, checkResult.restrictionLevel); in TestBug11635()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
H A D | SpoofCheckerTest.java | 593 expectedLevel, checkResult.restrictionLevel); in TestRestrictionLevel() 648 assertEquals("", RestrictionLevel.SINGLE_SCRIPT_RESTRICTIVE, checkResult.restrictionLevel); in TestBug11635()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof.cpp | 287 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel() argument 291 This->fRestrictionLevel = restrictionLevel; in uspoof_setRestrictionLevel()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof.cpp | 282 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel() argument 286 This->fRestrictionLevel = restrictionLevel; in uspoof_setRestrictionLevel()
|