• Home
  • Raw
  • Download

Lines Matching defs:status

56 static void U_CALLCONV initializeStatics(UErrorCode &status) {  in initializeStatics()
138 uspoof_open(UErrorCode *status) { in uspoof_open()
154 UErrorCode *status) { in uspoof_openFromSerialized()
181 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
197 UErrorCode status = U_ZERO_ERROR; in uspoof_close() local
204 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
222 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
232 UErrorCode status = U_ZERO_ERROR; in uspoof_setRestrictionLevel() local
241 UErrorCode status = U_ZERO_ERROR; in uspoof_getRestrictionLevel() local
250 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
259 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
269 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
275 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
285 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { in uspoof_setAllowedChars()
292 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { in uspoof_setAllowedUnicodeSet()
317 UErrorCode *status) { in uspoof_check()
337 UErrorCode *status) { in uspoof_checkUTF8()
352 UErrorCode *status) { in uspoof_areConfusable()
372 UErrorCode *status) { in uspoof_areConfusableUTF8()
392 UErrorCode *status) { in uspoof_areConfusableUnicodeString()
481 UErrorCode *status) { in uspoof_checkUnicodeString()
642 UErrorCode *status) { in uspoof_getSkeleton()
667 UErrorCode *status) { in uspoof_getSkeletonUnicodeString()
716 UErrorCode *status) { in uspoof_getSkeletonUTF8()
741 uspoof_serialize(USpoofChecker *sc,void *buf, int32_t capacity, UErrorCode *status) { in uspoof_serialize()
757 uspoof_getInclusionSet(UErrorCode *status) { in uspoof_getInclusionSet()
763 uspoof_getRecommendedSet(UErrorCode *status) { in uspoof_getRecommendedSet()
769 uspoof_getInclusionUnicodeSet(UErrorCode *status) { in uspoof_getInclusionUnicodeSet()
775 uspoof_getRecommendedUnicodeSet(UErrorCode *status) { in uspoof_getRecommendedUnicodeSet()