• Home
  • Raw
  • Download

Lines Matching defs:sc

160 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) {  in uspoof_clone()
179 uspoof_close(USpoofChecker *sc) { in uspoof_close()
187 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
205 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
214 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()
224 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel()
234 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
243 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
253 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
259 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
269 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { in uspoof_setAllowedChars()
276 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { in uspoof_setAllowedUnicodeSet()
298 uspoof_check(const USpoofChecker *sc, in uspoof_check()
314 uspoof_check2(const USpoofChecker *sc, in uspoof_check2()
334 uspoof_checkUTF8(const USpoofChecker *sc, in uspoof_checkUTF8()
350 uspoof_check2UTF8(const USpoofChecker *sc, in uspoof_check2UTF8()
365 uspoof_areConfusable(const USpoofChecker *sc, in uspoof_areConfusable()
385 uspoof_areConfusableUTF8(const USpoofChecker *sc, in uspoof_areConfusableUTF8()
405 uspoof_areConfusableUnicodeString(const USpoofChecker *sc, in uspoof_areConfusableUnicodeString()
469 U_CAPI uint32_t U_EXPORT2 uspoof_areBidiConfusable(const USpoofChecker *sc, UBiDiDirection directio… in uspoof_areBidiConfusable()
482 U_CAPI uint32_t U_EXPORT2 uspoof_areBidiConfusableUTF8(const USpoofChecker *sc, UBiDiDirection dire… in uspoof_areBidiConfusableUTF8()
496 U_CAPI uint32_t U_EXPORT2 uspoof_areBidiConfusableUnicodeString(const USpoofChecker *sc, in uspoof_areBidiConfusableUnicodeString()
555 uspoof_checkUnicodeString(const USpoofChecker *sc, in uspoof_checkUnicodeString()
666 uspoof_check2UnicodeString(const USpoofChecker *sc, in uspoof_check2UnicodeString()
690 uspoof_getSkeleton(const USpoofChecker *sc, in uspoof_getSkeleton()
712 U_CAPI int32_t U_EXPORT2 uspoof_getBidiSkeleton(const USpoofChecker *sc, UBiDiDirection direction, in uspoof_getBidiSkeleton()
727 U_I18N_API UnicodeString &U_EXPORT2 uspoof_getBidiSkeletonUnicodeString(const USpoofChecker *sc, in uspoof_getBidiSkeletonUnicodeString()
769 uspoof_getSkeletonUnicodeString(const USpoofChecker *sc, in uspoof_getSkeletonUnicodeString()
799 U_CAPI int32_t U_EXPORT2 uspoof_getSkeletonUTF8(const USpoofChecker *sc, uint32_t type, const char … in uspoof_getSkeletonUTF8()
824 U_CAPI int32_t U_EXPORT2 uspoof_getBidiSkeletonUTF8(const USpoofChecker *sc, UBiDiDirection directi… in uspoof_getBidiSkeletonUTF8()
847 uspoof_serialize(USpoofChecker *sc,void *buf, int32_t capacity, UErrorCode *status) { in uspoof_serialize()