HomeSort by relevance Sort by last modified time
    Searched refs:restrictionLevel (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/unicode/
uspoof.h 192 * Check that an identifier is no looser than the specified RestrictionLevel.
457 * @param restrictionLevel The loosest restriction level allowed.
462 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
    [all...]
  /external/icu4c/i18n/
uspoof.cpp 187 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) {
191 This->fRestrictionLevel = restrictionLevel;
  /external/icu4c/test/intltest/
itspoof.cpp 527 URestrictionLevel restrictionLevel = test.fRestrictionLevel;
528 TEST_ASSERT_MSG(restrictionLevel == idInfo.getRestrictionLevel(status), testNumStr);

Completed in 173 milliseconds