• Home
  • Raw
  • Download

Lines Matching defs:status

57 static void U_CALLCONV initializeStatics(UErrorCode &status) {  in initializeStatics()
132 U_CFUNC void uspoof_internalInitStatics(UErrorCode *status) { in uspoof_internalInitStatics()
137 uspoof_open(UErrorCode *status) { in uspoof_open()
156 UErrorCode *status) { in uspoof_openFromSerialized()
183 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
199 UErrorCode status = U_ZERO_ERROR; in uspoof_close() local
206 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
224 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
234 UErrorCode status = U_ZERO_ERROR; in uspoof_setRestrictionLevel() local
244 UErrorCode status = U_ZERO_ERROR; in uspoof_getRestrictionLevel() local
253 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
262 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
272 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
278 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
288 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { in uspoof_setAllowedChars()
295 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { in uspoof_setAllowedUnicodeSet()
320 UErrorCode *status) { in uspoof_check()
336 UErrorCode *status) { in uspoof_check2()
356 UErrorCode *status) { in uspoof_checkUTF8()
372 UErrorCode *status) { in uspoof_check2UTF8()
387 UErrorCode *status) { in uspoof_areConfusable()
407 UErrorCode *status) { in uspoof_areConfusableUTF8()
427 UErrorCode *status) { in uspoof_areConfusableUnicodeString()
493 UErrorCode *status) { in uspoof_checkUnicodeString()
504 …mpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorCode* status) { in checkImpl()
593 UErrorCode *status) { in uspoof_check2UnicodeString()
618 UErrorCode *status) { in uspoof_getSkeleton()
643 UErrorCode *status) { in uspoof_getSkeletonUnicodeString()
673 UErrorCode *status) { in uspoof_getSkeletonUTF8()
698 uspoof_serialize(USpoofChecker *sc,void *buf, int32_t capacity, UErrorCode *status) { in uspoof_serialize()
709 uspoof_getInclusionSet(UErrorCode *status) { in uspoof_getInclusionSet()
715 uspoof_getRecommendedSet(UErrorCode *status) { in uspoof_getRecommendedSet()
721 uspoof_getInclusionUnicodeSet(UErrorCode *status) { in uspoof_getInclusionUnicodeSet()
727 uspoof_getRecommendedUnicodeSet(UErrorCode *status) { in uspoof_getRecommendedUnicodeSet()
737 uspoof_openCheckResult(UErrorCode *status) { in uspoof_openCheckResult()
748 UErrorCode status = U_ZERO_ERROR; in uspoof_closeCheckResult() local
754 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultChecks()
761 uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultRestrictionLevel()
768 uspoof_getCheckResultNumerics(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultNumerics()