Home | History | Annotate | Download | only in i18n

Lines Matching refs:USpoofChecker

93 U_CAPI USpoofChecker * U_EXPORT2
104 return reinterpret_cast<USpoofChecker *>(si);
108 U_CAPI USpoofChecker * U_EXPORT2
132 return reinterpret_cast<USpoofChecker *>(si);
136 U_CAPI USpoofChecker * U_EXPORT2
137 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) {
147 return reinterpret_cast<USpoofChecker *>(result);
152 uspoof_close(USpoofChecker *sc) {
160 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) {
178 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) {
187 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) {
196 uspoof_getRestrictionLevel(const USpoofChecker *sc) {
206 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) {
215 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) {
225 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) {
231 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) {
241 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) {
248 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) {
270 uspoof_check(const USpoofChecker *sc,
290 uspoof_checkUTF8(const USpoofChecker *sc,
305 uspoof_areConfusable(const USpoofChecker *sc,
325 uspoof_areConfusableUTF8(const USpoofChecker *sc,
345 uspoof_areConfusableUnicodeString(const USpoofChecker *sc,
432 uspoof_checkUnicodeString(const USpoofChecker *sc,
592 uspoof_getSkeleton(const USpoofChecker *sc,
617 uspoof_getSkeletonUnicodeString(const USpoofChecker *sc,
666 uspoof_getSkeletonUTF8(const USpoofChecker *sc,
695 uspoof_serialize(USpoofChecker *sc,void *buf, int32_t capacity, UErrorCode *status) {