• Home
  • Raw
  • Download

Lines Matching defs:status

31 uspoof_open(UErrorCode *status) {  in uspoof_open()
46 UErrorCode *status) { in uspoof_openFromSerialized()
72 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
88 UErrorCode status = U_ZERO_ERROR; in uspoof_close() local
95 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
113 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
122 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
131 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
141 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
147 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
157 uspoof_setAllowedChars(USpoofChecker *sc, const USet *chars, UErrorCode *status) { in uspoof_setAllowedChars()
164 uspoof_setAllowedUnicodeSet(USpoofChecker *sc, const UnicodeSet *chars, UErrorCode *status) { in uspoof_setAllowedUnicodeSet()
189 UErrorCode *status) { in uspoof_check()
337 UErrorCode *status) { in uspoof_checkUTF8()
390 … UChar *dest, int32_t destCapacity, int32_t *outputLength, UErrorCode *status) { in getSkeleton()
416 UErrorCode *status) { in uspoof_areConfusable()
515 const char *in, int32_t inLength, UErrorCode *status) { in convertFromUTF8()
539 UErrorCode *status) { in uspoof_areConfusableUTF8()
570 UErrorCode *status) { in uspoof_areConfusableUnicodeString()
588 UErrorCode *status) { in uspoof_checkUnicodeString()
599 UErrorCode *status) { in uspoof_getSkeleton()
720 UErrorCode *status) { in uspoof_getSkeletonUnicodeString()
756 UErrorCode *status) { in uspoof_getSkeletonUTF8()
814 uspoof_serialize(USpoofChecker *sc,void *buf, int32_t capacity, UErrorCode *status) { in uspoof_serialize()