Lines Matching refs:sc
666 uspoof_close(USpoofChecker *sc);
697 uspoof_clone(const USpoofChecker *sc, UErrorCode *status);
738 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
752 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status);
766 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
777 uspoof_getRestrictionLevel(const USpoofChecker *sc);
822 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
846 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status);
868 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status);
892 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status);
915 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const icu::UnicodeSet *chars, UErrorCode *status);
939 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status);
976 uspoof_check(const USpoofChecker *sc,
1015 uspoof_checkUTF8(const USpoofChecker *sc,
1051 uspoof_checkUnicodeString(const USpoofChecker *sc,
1087 uspoof_check2(const USpoofChecker *sc,
1124 uspoof_check2UTF8(const USpoofChecker *sc,
1156 uspoof_check2UnicodeString(const USpoofChecker *sc,
1301 uspoof_areConfusable(const USpoofChecker *sc,
1334 uspoof_areConfusableUTF8(const USpoofChecker *sc,
1365 uspoof_areConfusableUnicodeString(const USpoofChecker *sc,
1404 uspoof_getSkeleton(const USpoofChecker *sc,
1444 uspoof_getSkeletonUTF8(const USpoofChecker *sc,
1475 uspoof_getSkeletonUnicodeString(const USpoofChecker *sc,
1569 uspoof_serialize(USpoofChecker *sc,