Searched refs:validateThis (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/ |
D | uspoof.cpp | 74 const SpoofImpl *src = SpoofImpl::validateThis(sc, *status); in uspoof_clone() 90 SpoofImpl *This = SpoofImpl::validateThis(sc, status); in uspoof_close() 97 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_setChecks() 115 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_getChecks() 124 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_setAllowedLocales() 133 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_getAllowedLocales() 149 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_getAllowedUnicodeSet() 166 SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_setAllowedUnicodeSet() 192 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_check() 418 const SpoofImpl *This = SpoofImpl::validateThis(sc, *status); in uspoof_areConfusable() [all …]
|
D | uspoof_impl.h | 59 static SpoofImpl *validateThis(USpoofChecker *sc, UErrorCode &status); 60 static const SpoofImpl *validateThis(const USpoofChecker *sc, UErrorCode &status);
|
D | uspoof_impl.cpp | 91 const SpoofImpl *SpoofImpl::validateThis(const USpoofChecker *sc, UErrorCode &status) { in validateThis() function in SpoofImpl 111 SpoofImpl *SpoofImpl::validateThis(USpoofChecker *sc, UErrorCode &status) { in validateThis() function in SpoofImpl 113 (SpoofImpl::validateThis(const_cast<const USpoofChecker *>(sc), status)); in validateThis()
|