Searched refs:getRestrictionLevel (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/i18n/
H A Didentifier_info.h39 * <li>call getRestrictionLevel to see what the UTS36 restriction level is.
158 URestrictionLevel getRestrictionLevel(UErrorCode &status) const;
H A Didentifier_info.cpp233 URestrictionLevel IdentifierInfo::getRestrictionLevel(UErrorCode &status) const { function in class:IdentifierInfo
H A Duspoof.cpp454 URestrictionLevel idRestrictionLevel = identifierInfo->getRestrictionLevel(*status);
/external/icu4c/test/intltest/
H A Ditspoof.cpp528 TEST_ASSERT_MSG(restrictionLevel == idInfo.getRestrictionLevel(status), testNumStr);
701 TEST_ASSERT_MSG(expectedLevel == idInfo.getRestrictionLevel(status), msgBuffer);

Completed in 132 milliseconds