Lines Matching defs:status
59 void U_CALLCONV initializeStatics(UErrorCode &status) { in initializeStatics()
156 U_CFUNC void uspoof_internalInitStatics(UErrorCode *status) { in uspoof_internalInitStatics()
161 uspoof_open(UErrorCode *status) { in uspoof_open()
181 UErrorCode *status) { in uspoof_openFromSerialized()
228 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
248 UErrorCode status = U_ZERO_ERROR; in uspoof_close() local
255 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
273 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
283 UErrorCode status = U_ZERO_ERROR; in uspoof_setRestrictionLevel() local
293 UErrorCode status = U_ZERO_ERROR; in uspoof_getRestrictionLevel() local
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()
369 UErrorCode *status) { in uspoof_check()
385 UErrorCode *status) { in uspoof_check2()
405 UErrorCode *status) { in uspoof_checkUTF8()
421 UErrorCode *status) { in uspoof_check2UTF8()
436 UErrorCode *status) { in uspoof_areConfusable()
456 UErrorCode *status) { in uspoof_areConfusableUTF8()
476 UErrorCode *status) { in uspoof_areConfusableUnicodeString()
542 UErrorCode *status) { in uspoof_checkUnicodeString()
555 …mpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorCode* status) { in checkImpl()
653 UErrorCode *status) { in uspoof_check2UnicodeString()
678 UErrorCode *status) { in uspoof_getSkeleton()
703 UErrorCode *status) { in uspoof_getSkeletonUnicodeString()
733 UErrorCode *status) { in uspoof_getSkeletonUTF8()
758 uspoof_serialize(USpoofChecker *sc,void *buf, int32_t capacity, UErrorCode *status) { in uspoof_serialize()
769 uspoof_getInclusionSet(UErrorCode *status) { in uspoof_getInclusionSet()
775 uspoof_getRecommendedSet(UErrorCode *status) { in uspoof_getRecommendedSet()
781 uspoof_getInclusionUnicodeSet(UErrorCode *status) { in uspoof_getInclusionUnicodeSet()
787 uspoof_getRecommendedUnicodeSet(UErrorCode *status) { in uspoof_getRecommendedUnicodeSet()
797 uspoof_openCheckResult(UErrorCode *status) { in uspoof_openCheckResult()
808 UErrorCode status = U_ZERO_ERROR; in uspoof_closeCheckResult() local
814 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultChecks()
821 uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultRestrictionLevel()
828 uspoof_getCheckResultNumerics(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultNumerics()