Lines Matching defs:status
59 void U_CALLCONV initializeStatics(UErrorCode &status) { in initializeStatics()
160 U_CFUNC void uspoof_internalInitStatics(UErrorCode *status) { in uspoof_internalInitStatics()
165 uspoof_open(UErrorCode *status) { in uspoof_open()
185 UErrorCode *status) { in uspoof_openFromSerialized()
232 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
252 UErrorCode status = U_ZERO_ERROR; in uspoof_close() local
259 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
277 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
287 UErrorCode status = U_ZERO_ERROR; in uspoof_setRestrictionLevel() local
297 UErrorCode status = U_ZERO_ERROR; in uspoof_getRestrictionLevel() local
306 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
315 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
325 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
331 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
341 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { in uspoof_setAllowedChars()
348 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { in uspoof_setAllowedUnicodeSet()
373 UErrorCode *status) { in uspoof_check()
389 UErrorCode *status) { in uspoof_check2()
409 UErrorCode *status) { in uspoof_checkUTF8()
425 UErrorCode *status) { in uspoof_check2UTF8()
440 UErrorCode *status) { in uspoof_areConfusable()
460 UErrorCode *status) { in uspoof_areConfusableUTF8()
480 UErrorCode *status) { in uspoof_areConfusableUnicodeString()
546 UErrorCode *status) { in uspoof_checkUnicodeString()
559 …mpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorCode* status) { in checkImpl()
657 UErrorCode *status) { in uspoof_check2UnicodeString()
682 UErrorCode *status) { in uspoof_getSkeleton()
707 UErrorCode *status) { in uspoof_getSkeletonUnicodeString()
737 UErrorCode *status) { in uspoof_getSkeletonUTF8()
762 uspoof_serialize(USpoofChecker *sc,void *buf, int32_t capacity, UErrorCode *status) { in uspoof_serialize()
773 uspoof_getInclusionSet(UErrorCode *status) { in uspoof_getInclusionSet()
779 uspoof_getRecommendedSet(UErrorCode *status) { in uspoof_getRecommendedSet()
785 uspoof_getInclusionUnicodeSet(UErrorCode *status) { in uspoof_getInclusionUnicodeSet()
791 uspoof_getRecommendedUnicodeSet(UErrorCode *status) { in uspoof_getRecommendedUnicodeSet()
801 uspoof_openCheckResult(UErrorCode *status) { in uspoof_openCheckResult()
812 UErrorCode status = U_ZERO_ERROR; in uspoof_closeCheckResult() local
818 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultChecks()
825 uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultRestrictionLevel()
832 uspoof_getCheckResultNumerics(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultNumerics()