Home | History | Annotate | Download | only in unicode

Lines Matching refs:sc

389 uspoof_close(USpoofChecker *sc);
414 * @param sc The source USpoofChecker
420 uspoof_clone(const USpoofChecker *sc, UErrorCode *status);
427 * @param sc The USpoofChecker
436 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
441 * @param sc The USpoofChecker
450 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status);
462 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel);
473 uspoof_getRestrictionLevel(const USpoofChecker *sc);
504 * @param sc The USpoofChecker
519 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
534 * @param sc The USpoofChecker
543 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status);
555 * @param sc The USpoofChecker
565 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status);
582 * @param sc The USpoofChecker
589 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status);
602 * @param sc The USpoofChecker
612 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const icu::UnicodeSet *chars, UErrorCode *status);
629 * @param sc The USpoofChecker
636 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status);
645 * @param sc The USpoofChecker
667 uspoof_check(const USpoofChecker *sc,
678 * @param sc The USpoofChecker
701 uspoof_checkUTF8(const USpoofChecker *sc,
713 * @param sc The USpoofChecker
732 uspoof_checkUnicodeString(const USpoofChecker *sc,
758 * @param sc The USpoofChecker
780 uspoof_areConfusable(const USpoofChecker *sc,
793 * @param sc The USpoofChecker
813 uspoof_areConfusableUTF8(const USpoofChecker *sc,
828 * @param sc The USpoofChecker
844 uspoof_areConfusableUnicodeString(const USpoofChecker *sc,
862 * @param sc The USpoofChecker
884 uspoof_getSkeleton(const USpoofChecker *sc,
901 * @param sc The USpoofChecker
926 uspoof_getSkeletonUTF8(const USpoofChecker *sc,
944 * @param sc The USpoofChecker.
959 uspoof_getSkeletonUnicodeString(const USpoofChecker *sc,
1038 * @param sc the Spoof Detector whose data is to be serialized.
1052 uspoof_serialize(USpoofChecker *sc,