Lines Matching refs:USpoofChecker

126 U_CAPI USpoofChecker * U_EXPORT2
137 return reinterpret_cast<USpoofChecker *>(si);
141 U_CAPI USpoofChecker * U_EXPORT2
165 return reinterpret_cast<USpoofChecker *>(si);
169 U_CAPI USpoofChecker * U_EXPORT2
170 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) {
180 return reinterpret_cast<USpoofChecker *>(result);
185 uspoof_close(USpoofChecker *sc) {
193 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) {
211 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) {
220 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) {
229 uspoof_getRestrictionLevel(const USpoofChecker *sc) {
239 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) {
248 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) {
258 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) {
264 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) {
274 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) {
281 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) {
303 uspoof_check(const USpoofChecker *sc,
323 uspoof_checkUTF8(const USpoofChecker *sc,
338 uspoof_areConfusable(const USpoofChecker *sc,
358 uspoof_areConfusableUTF8(const USpoofChecker *sc,
378 uspoof_areConfusableUnicodeString(const USpoofChecker *sc,
465 uspoof_checkUnicodeString(const USpoofChecker *sc,
625 uspoof_getSkeleton(const USpoofChecker *sc,
650 uspoof_getSkeletonUnicodeString(const USpoofChecker *sc,
699 uspoof_getSkeletonUTF8(const USpoofChecker *sc,
728 uspoof_serialize(USpoofChecker *sc,void *buf, int32_t capacity, UErrorCode *status) {