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

/external/icu/icu4c/source/i18n/
H A Duspoof.cpp231 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { argument
235 This->fRestrictionLevel = restrictionLevel;
/external/icu/icu4c/source/test/intltest/
H A Ditspoof.cpp522 URestrictionLevel restrictionLevel = test.fRestrictionLevel; local
523 TEST_ASSERT_MSG(restrictionLevel == idInfo.getRestrictionLevel(status), testNumStr);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java636 * @param restrictionLevel The loosest restriction level allowed.
642 public Builder setRestrictionLevel(RestrictionLevel restrictionLevel) { argument
643 fRestrictionLevel = restrictionLevel;
1542 public RestrictionLevel restrictionLevel; field in class:SpoofChecker.CheckResult
1573 checkResult.restrictionLevel = null;
1589 checkResult.restrictionLevel = textRestrictionLevel;

Completed in 118 milliseconds