Lines Matching defs:sc
228 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
247 uspoof_close(USpoofChecker *sc) { in uspoof_close()
255 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
273 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
282 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()
292 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel()
302 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
311 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
321 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
327 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
337 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { in uspoof_setAllowedChars()
344 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { in uspoof_setAllowedUnicodeSet()
366 uspoof_check(const USpoofChecker *sc, in uspoof_check()
382 uspoof_check2(const USpoofChecker *sc, in uspoof_check2()
402 uspoof_checkUTF8(const USpoofChecker *sc, in uspoof_checkUTF8()
418 uspoof_check2UTF8(const USpoofChecker *sc, in uspoof_check2UTF8()
433 uspoof_areConfusable(const USpoofChecker *sc, in uspoof_areConfusable()
453 uspoof_areConfusableUTF8(const USpoofChecker *sc, in uspoof_areConfusableUTF8()
473 uspoof_areConfusableUnicodeString(const USpoofChecker *sc, in uspoof_areConfusableUnicodeString()
539 uspoof_checkUnicodeString(const USpoofChecker *sc, in uspoof_checkUnicodeString()
650 uspoof_check2UnicodeString(const USpoofChecker *sc, in uspoof_check2UnicodeString()
674 uspoof_getSkeleton(const USpoofChecker *sc, in uspoof_getSkeleton()
699 uspoof_getSkeletonUnicodeString(const USpoofChecker *sc, in uspoof_getSkeletonUnicodeString()
729 uspoof_getSkeletonUTF8(const USpoofChecker *sc, in uspoof_getSkeletonUTF8()
758 uspoof_serialize(USpoofChecker *sc,void *buf, int32_t capacity, UErrorCode *status) { in uspoof_serialize()