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

/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Duspoof.h466 * @param restrictionLevel The loosest restriction level allowed.
471 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Duspoof.cpp220 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { argument
224 This->fRestrictionLevel = restrictionLevel;
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ditspoof.cpp527 URestrictionLevel restrictionLevel = test.fRestrictionLevel; local
528 TEST_ASSERT_MSG(restrictionLevel == idInfo.getRestrictionLevel(status), testNumStr);

Completed in 191 milliseconds