Lines Matching refs:USpoofChecker
370 struct USpoofChecker;
371 typedef struct USpoofChecker USpoofChecker; /**< typedef for C of USpoofChecker */ typedef
598 U_STABLE USpoofChecker * U_EXPORT2
623 U_STABLE USpoofChecker * U_EXPORT2
657 U_STABLE USpoofChecker * U_EXPORT2
669 uspoof_close(USpoofChecker *sc);
684 U_DEFINE_LOCAL_OPEN_POINTER(LocalUSpoofCheckerPointer, USpoofChecker, uspoof_close);
699 U_STABLE USpoofChecker * U_EXPORT2
700 uspoof_clone(const USpoofChecker *sc, UErrorCode *status);
741 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
755 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status);
769 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
780 uspoof_getRestrictionLevel(const USpoofChecker *sc);
825 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
849 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status);
871 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status);
895 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status);
918 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const icu::UnicodeSet *chars, UErrorCode *status);
942 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status);
979 uspoof_check(const USpoofChecker *sc,
1018 uspoof_checkUTF8(const USpoofChecker *sc,
1054 uspoof_checkUnicodeString(const USpoofChecker *sc,
1091 uspoof_check2(const USpoofChecker *sc,
1128 uspoof_check2UTF8(const USpoofChecker *sc,
1160 uspoof_check2UnicodeString(const USpoofChecker *sc,
1306 uspoof_areConfusable(const USpoofChecker *sc,
1339 uspoof_areConfusableUTF8(const USpoofChecker *sc,
1370 uspoof_areConfusableUnicodeString(const USpoofChecker *sc,
1409 uspoof_getSkeleton(const USpoofChecker *sc,
1449 uspoof_getSkeletonUTF8(const USpoofChecker *sc,
1480 uspoof_getSkeletonUnicodeString(const USpoofChecker *sc,
1574 uspoof_serialize(USpoofChecker *sc,