Home
last modified time | relevance | path

Searched refs:restrictionLevel (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSpoofChecker.java747 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/
Dspooftest.c512 … 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/
Duspoof.h756 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Duspoof.h775 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Duspoof.h759 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
/third_party/node/deps/icu-small/source/i18n/unicode/
Duspoof.h759 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof.cpp282 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/
Duspoof.cpp285 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/
Duspoof.cpp279 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel() argument
283 This->fRestrictionLevel = restrictionLevel; in uspoof_setRestrictionLevel()
/third_party/icu/icu4c/source/i18n/
Duspoof.cpp282 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/
DSpoofCheckerTest.java596 expectedLevel, checkResult.restrictionLevel); in TestRestrictionLevel()
651 assertEquals("", RestrictionLevel.SINGLE_SCRIPT_RESTRICTIVE, checkResult.restrictionLevel); in TestBug11635()