• Home
  • Raw
  • Download

Lines Matching defs:status

57 static void U_CALLCONV initializeStatics(UErrorCode &status) {  in initializeStatics()
153 U_CFUNC void uspoof_internalInitStatics(UErrorCode *status) { in uspoof_internalInitStatics()
158 uspoof_open(UErrorCode *status) { in uspoof_open()
178 UErrorCode *status) { in uspoof_openFromSerialized()
225 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
245 UErrorCode status = U_ZERO_ERROR; in uspoof_close() local
252 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
270 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
280 UErrorCode status = U_ZERO_ERROR; in uspoof_setRestrictionLevel() local
290 UErrorCode status = U_ZERO_ERROR; in uspoof_getRestrictionLevel() local
299 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
308 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
318 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
324 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
334 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { in uspoof_setAllowedChars()
341 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { in uspoof_setAllowedUnicodeSet()
366 UErrorCode *status) { in uspoof_check()
382 UErrorCode *status) { in uspoof_check2()
402 UErrorCode *status) { in uspoof_checkUTF8()
418 UErrorCode *status) { in uspoof_check2UTF8()
433 UErrorCode *status) { in uspoof_areConfusable()
453 UErrorCode *status) { in uspoof_areConfusableUTF8()
473 UErrorCode *status) { in uspoof_areConfusableUnicodeString()
539 UErrorCode *status) { in uspoof_checkUnicodeString()
550 …mpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorCode* status) { in checkImpl()
646 UErrorCode *status) { in uspoof_check2UnicodeString()
671 UErrorCode *status) { in uspoof_getSkeleton()
696 UErrorCode *status) { in uspoof_getSkeletonUnicodeString()
726 UErrorCode *status) { in uspoof_getSkeletonUTF8()
751 uspoof_serialize(USpoofChecker *sc,void *buf, int32_t capacity, UErrorCode *status) { in uspoof_serialize()
762 uspoof_getInclusionSet(UErrorCode *status) { in uspoof_getInclusionSet()
768 uspoof_getRecommendedSet(UErrorCode *status) { in uspoof_getRecommendedSet()
774 uspoof_getInclusionUnicodeSet(UErrorCode *status) { in uspoof_getInclusionUnicodeSet()
780 uspoof_getRecommendedUnicodeSet(UErrorCode *status) { in uspoof_getRecommendedUnicodeSet()
790 uspoof_openCheckResult(UErrorCode *status) { in uspoof_openCheckResult()
801 UErrorCode status = U_ZERO_ERROR; in uspoof_closeCheckResult() local
807 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultChecks()
814 uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultRestrictionLevel()
821 uspoof_getCheckResultNumerics(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultNumerics()