• Home
  • Raw
  • Download

Lines Matching defs:sc

75 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) {  in uspoof_clone()
90 uspoof_close(USpoofChecker *sc) { in uspoof_close()
98 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
116 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
125 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
134 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
144 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
150 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
160 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { in uspoof_setAllowedChars()
167 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { in uspoof_setAllowedUnicodeSet()
189 uspoof_check(const USpoofChecker *sc, in uspoof_check()
332 uspoof_checkUTF8(const USpoofChecker *sc, in uspoof_checkUTF8()
387 static UChar *getSkeleton(const USpoofChecker *sc, uint32_t type, const UChar *s, int32_t inputLeng… in getSkeleton()
411 uspoof_areConfusable(const USpoofChecker *sc, in uspoof_areConfusable()
534 uspoof_areConfusableUTF8(const USpoofChecker *sc, in uspoof_areConfusableUTF8()
565 uspoof_areConfusableUnicodeString(const USpoofChecker *sc, in uspoof_areConfusableUnicodeString()
583 uspoof_checkUnicodeString(const USpoofChecker *sc, in uspoof_checkUnicodeString()
593 uspoof_getSkeleton(const USpoofChecker *sc, in uspoof_getSkeleton()
714 uspoof_getSkeletonUnicodeString(const USpoofChecker *sc, in uspoof_getSkeletonUnicodeString()
750 uspoof_getSkeletonUTF8(const USpoofChecker *sc, in uspoof_getSkeletonUTF8()
812 uspoof_serialize(USpoofChecker *sc,void *buf, int32_t capacity, UErrorCode *status) { in uspoof_serialize()