Home | History | Annotate | Download | only in unicode

Lines Matching refs:sc

297 uspoof_close(USpoofChecker *sc);
322 * @param sc The source USpoofChecker
328 uspoof_clone(const USpoofChecker *sc, UErrorCode *status);
335 * @param sc The USpoofChecker
344 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
349 * @param sc The USpoofChecker
358 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status);
388 * @param sc The USpoofChecker
403 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status);
418 * @param sc The USpoofChecker
427 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status);
439 * @param sc The USpoofChecker
449 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status);
466 * @param sc The USpoofChecker
473 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status);
486 * @param sc The USpoofChecker
496 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const icu::UnicodeSet *chars, UErrorCode *status);
513 * @param sc The USpoofChecker
520 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status);
529 * @param sc The USpoofChecker
553 uspoof_check(const USpoofChecker *sc,
564 * @param sc The USpoofChecker
588 uspoof_checkUTF8(const USpoofChecker *sc,
600 * @param sc The USpoofChecker
621 uspoof_checkUnicodeString(const USpoofChecker *sc,
647 * @param sc The USpoofChecker
669 uspoof_areConfusable(const USpoofChecker *sc,
682 * @param sc The USpoofChecker
702 uspoof_areConfusableUTF8(const USpoofChecker *sc,
717 * @param sc The USpoofChecker
733 sc,
751 * @param sc The USpoofChecker
773 uspoof_getSkeleton(const USpoofChecker *sc,
790 * @param sc The USpoofChecker
815 uspoof_getSkeletonUTF8(const USpoofChecker *sc,
833 * @param sc The USpoofChecker.
848 uspoof_getSkeletonUnicodeString(const USpoofChecker *sc,
861 * @param sc the Spoof Detector whose data is to be serialized.
875 uspoof_serialize(USpoofChecker *sc,