• Home
  • Raw
  • Download

Lines Matching defs:status

59 void U_CALLCONV initializeStatics(UErrorCode &status) {  in initializeStatics()
159 U_CFUNC void uspoof_internalInitStatics(UErrorCode *status) { in uspoof_internalInitStatics()
164 uspoof_open(UErrorCode *status) { in uspoof_open()
184 UErrorCode *status) { in uspoof_openFromSerialized()
231 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
251 UErrorCode status = U_ZERO_ERROR; in uspoof_close() local
258 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
276 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
286 UErrorCode status = U_ZERO_ERROR; in uspoof_setRestrictionLevel() local
296 UErrorCode status = U_ZERO_ERROR; in uspoof_getRestrictionLevel() local
305 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
314 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
324 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
330 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
340 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { in uspoof_setAllowedChars()
347 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { in uspoof_setAllowedUnicodeSet()
372 UErrorCode *status) { in uspoof_check()
388 UErrorCode *status) { in uspoof_check2()
408 UErrorCode *status) { in uspoof_checkUTF8()
424 UErrorCode *status) { in uspoof_check2UTF8()
439 UErrorCode *status) { in uspoof_areConfusable()
459 UErrorCode *status) { in uspoof_areConfusableUTF8()
479 UErrorCode *status) { in uspoof_areConfusableUnicodeString()
545 UErrorCode *status) { in uspoof_checkUnicodeString()
558 …mpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorCode* status) { in checkImpl()
656 UErrorCode *status) { in uspoof_check2UnicodeString()
681 UErrorCode *status) { in uspoof_getSkeleton()
706 UErrorCode *status) { in uspoof_getSkeletonUnicodeString()
736 UErrorCode *status) { in uspoof_getSkeletonUTF8()
761 uspoof_serialize(USpoofChecker *sc,void *buf, int32_t capacity, UErrorCode *status) { in uspoof_serialize()
772 uspoof_getInclusionSet(UErrorCode *status) { in uspoof_getInclusionSet()
778 uspoof_getRecommendedSet(UErrorCode *status) { in uspoof_getRecommendedSet()
784 uspoof_getInclusionUnicodeSet(UErrorCode *status) { in uspoof_getInclusionUnicodeSet()
790 uspoof_getRecommendedUnicodeSet(UErrorCode *status) { in uspoof_getRecommendedUnicodeSet()
800 uspoof_openCheckResult(UErrorCode *status) { in uspoof_openCheckResult()
811 UErrorCode status = U_ZERO_ERROR; in uspoof_closeCheckResult() local
817 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultChecks()
824 uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultRestrictionLevel()
831 uspoof_getCheckResultNumerics(const USpoofCheckResult *checkResult, UErrorCode *status) { in uspoof_getCheckResultNumerics()