Lines Matching defs:SpoofImpl
55 * Class SpoofImpl corresponds directly to the plain C API opaque type
58 class SpoofImpl : public UObject,
59 public IcuCApiHelper<USpoofChecker, SpoofImpl, USPOOF_MAGIC> {
61 SpoofImpl(SpoofData *data, UErrorCode& status);
62 SpoofImpl(UErrorCode& status);
63 SpoofImpl();
65 virtual ~SpoofImpl();
69 SpoofImpl(const SpoofImpl &src, UErrorCode &status);
72 static SpoofImpl *validateThis(USpoofChecker *sc, UErrorCode &status);
73 static const SpoofImpl *validateThis(const USpoofChecker *sc, UErrorCode &status);