Searched refs:restrictionLevel (Results 1 – 11 of 11) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | SpoofChecker.java | 747 public Builder setRestrictionLevel(RestrictionLevel restrictionLevel) { in setRestrictionLevel() argument 748 fRestrictionLevel = restrictionLevel; in setRestrictionLevel() 1182 public RestrictionLevel restrictionLevel; 1231 sb.append(", restrictionLevel: ").append(restrictionLevel); 1253 checkResult.restrictionLevel = null; 1262 checkResult.restrictionLevel = textRestrictionLevel;
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | spooftest.c | 512 … URestrictionLevel restrictionLevel = uspoof_getCheckResultRestrictionLevel(checkResult, &status); in TestUSpoofCAPI() local 513 TEST_ASSERT_EQ(result1 & restrictionLevel, restrictionLevel); in TestUSpoofCAPI()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | uspoof.h | 756 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | uspoof.h | 775 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | uspoof.h | 759 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | uspoof.h | 759 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uspoof.cpp | 282 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel() argument 286 This->fRestrictionLevel = restrictionLevel; in uspoof_setRestrictionLevel()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | uspoof.cpp | 285 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel() argument 289 This->fRestrictionLevel = restrictionLevel; in uspoof_setRestrictionLevel()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | uspoof.cpp | 279 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel() argument 283 This->fRestrictionLevel = restrictionLevel; in uspoof_setRestrictionLevel()
|
/third_party/icu/icu4c/source/i18n/ |
D | uspoof.cpp | 282 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel() argument 286 This->fRestrictionLevel = restrictionLevel; in uspoof_setRestrictionLevel()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 596 expectedLevel, checkResult.restrictionLevel); in TestRestrictionLevel() 651 assertEquals("", RestrictionLevel.SINGLE_SCRIPT_RESTRICTIVE, checkResult.restrictionLevel); in TestBug11635()
|