Searched refs:status (Results 701 - 725 of 4676) sorted by relevance

<<21222324252627282930>>

/macosx-10.10/apache-793/httpd/support/
H A Drotatelogs.c97 static rotate_status_t status; variable
216 static void checkRotate(rotate_config_t *config, rotate_status_t *status) argument
218 if (status->current.fd == NULL) {
219 status->rotateReason = ROTATE_NEW;
225 if (apr_file_info_get(&finfo, APR_FINFO_SIZE, status->current.fd) == APR_SUCCESS) {
230 status->rotateReason = ROTATE_SIZE;
233 if (get_now(config) >= status->tLogEnd) {
234 status->rotateReason = ROTATE_TIME;
239 if (get_now(config) >= status->tLogEnd) {
240 status
256 post_rotate(apr_pool_t *pool, struct logfile *newlog, rotate_config_t *config, rotate_status_t *status) argument
334 truncate_and_write_error(rotate_status_t *status) argument
360 doRotate(rotate_config_t *config, rotate_status_t *status) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/samples/ugrep/
H A Dugrep.cpp99 UErrorCode status = U_ZERO_ERROR; // All ICU operations report success or failure local
100 // in a status variable.
106 RegexPattern *rePat = RegexPattern::compile(pattern, parseErr, status);
110 if (U_FAILURE(status)) {
112 u_errorName(status), parseErr.offset);
120 RegexMatcher *matcher = rePat->matcher(empty, status);
121 if (U_FAILURE(status)) {
123 u_errorName(status));
301 UErrorCode status = U_ZERO_ERROR; local
303 charDataStart, rawFileLen, &signatureLength, &status);
418 UErrorCode status = U_ZERO_ERROR; local
[all...]
/macosx-10.10/IOKitUser-1050.1.21/ioserviceauthorized/
H A Dopen.m75 IOReturn status;
121 status = unix_err( errno );
125 status = kIOReturnSuccess;
130 status = unix_err( EBUSY );
137 status = unix_err( EBUSY );
144 status = unix_err( ENOTSUP );
149 status = unix_err( ENOTSUP );
154 status = unix_err( EPERM );
159 status = unix_err( EPERM );
162 if ( status )
[all...]
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssl_task.c159 unsigned short status; member in struct:io_status
169 int status; local
171 status = SYS$QIOW ( 0, chan, IO$_READVBLK, &iosb, 0, 0,
173 if ( (status&1) == 1 ) status = iosb.status;
174 if ( (status&1) == 1 ) *length = iosb.count;
175 return status;
180 int status; local
182 status
197 int status, length; local
259 int status, length, link_state; local
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dsidechannel.c52 * implemented" status codes, which indicate that the backend or device
69 cups_sc_status_t status; /* Status of command */ local
76 if (cupsSideChannelRead(&rcommand, &status, data, datalen, timeout))
82 return (status);
92 * and return the corresponding status codes.
104 cups_sc_status_t *status, /* O - Status code */
121 DEBUG_printf(("cupsSideChannelRead(command=%p, status=%p, data=%p, "
122 "datalen=%p(%d), timeout=%.3f)", command, status, data,
129 if (!command || !status)
162 *status
102 cupsSideChannelRead( cups_sc_command_t *command, cups_sc_status_t *status, char *data, int *datalen, double timeout) argument
308 cups_sc_status_t status; /* Status of command */ local
414 cups_sc_status_t status; /* Status of command */ local
527 cupsSideChannelWrite( cups_sc_command_t command, cups_sc_status_t status, const char *data, int datalen, double timeout) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dutrans.cpp139 UErrorCode *status) {
140 if(status==NULL || U_FAILURE(*status)) {
144 *status = U_ILLEGAL_ARGUMENT_ERROR;
159 trans = Transliterator::createInstance(ID, dir, *parseError, *status);
161 if(U_FAILURE(*status)){
171 trans = Transliterator::createFromRules(ID, ruleStr, dir, *parseError, *status);
172 if(U_FAILURE(*status)) {
186 UErrorCode* status) {
190 parseError, status);
133 utrans_openU(const UChar *id, int32_t idLength, UTransDirection dir, const UChar *rules, int32_t rulesLength, UParseError *parseError, UErrorCode *status) argument
247 utrans_register(UTransliterator* adoptedTrans, UErrorCode* status) argument
[all...]
H A Dcalendar.cpp211 static UBool isStandardSupportedKeyword(const char *keyword, UErrorCode& status) { argument
212 if(U_FAILURE(status)) {
234 UErrorCode status = U_ZERO_ERROR; local
242 int32_t canonicalLen = uloc_canonicalize(locid, canonicalName, sizeof(canonicalName) - 1, &status);
243 if (U_FAILURE(status)) {
251 calTypeBufLen = uloc_getKeywordValue(canonicalName, "calendar", calTypeBuf, sizeof(calTypeBuf) - 1, &status);
252 if (U_SUCCESS(status)) {
259 status = U_ZERO_ERROR;
265 regionLen = uloc_getCountry(canonicalName, region, sizeof(region) - 1, &status);
268 uloc_addLikelySubtags(locid, fullLoc, sizeof(fullLoc) - 1, &status);
307 createStandardCalendar(ECalType calType, const Locale &loc, UErrorCode& status) argument
485 UErrorCode status = U_ZERO_ERROR; local
542 initCalendarService(UErrorCode &status) argument
574 getCalendarService(UErrorCode &status) argument
580 registerFactory(ICUServiceFactory* toAdopt, UErrorCode& status) argument
585 unregister(URegistryKey key, UErrorCode& status) argument
953 UErrorCode status = U_ZERO_ERROR; local
1014 getKeywordValuesForLocale(const char* key, const Locale& locale, UBool commonlyUsed, UErrorCode& status) argument
1348 complete(UErrorCode& status) argument
1400 pinField(UCalendarDateFields field, UErrorCode& status) argument
1665 roll(EDateFields field, int32_t amount, UErrorCode& status) argument
1670 roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) argument
2010 add(EDateFields field, int32_t amount, UErrorCode& status) argument
2016 add(UCalendarDateFields field, int32_t amount, UErrorCode& status) argument
2197 fieldDifference(UDate when, EDateFields field, UErrorCode& status) argument
2520 UErrorCode status = U_ZERO_ERROR; local
2705 validateFields(UErrorCode &status) argument
2720 validateField(UCalendarDateFields field, UErrorCode &status) argument
2755 validateField(UCalendarDateFields field, int32_t min, int32_t max, UErrorCode& status) argument
2909 computeTime(UErrorCode& status) argument
3596 prepareGetActual(UCalendarDateFields field, UBool isMinimum, UErrorCode &status) argument
3715 setWeekData(const Locale& desiredLocale, const char *type, UErrorCode& status) argument
3812 updateTime(UErrorCode& status) argument
[all...]
H A Ddtfmtsym.cpp196 UErrorCode& status)
199 initializeData(locale, NULL, status);
202 DateFormatSymbols::DateFormatSymbols(UErrorCode& status) argument
205 initializeData(Locale::getDefault(), NULL, status, TRUE); local
211 UErrorCode& status)
214 initializeData(locale, type, status);
217 DateFormatSymbols::DateFormatSymbols(const char *type, UErrorCode& status) argument
220 initializeData(Locale::getDefault(), type, status, TRUE); local
1112 UErrorCode status = U_ZERO_ERROR; local
1121 tzids = TimeZone::createTimeZoneIDEnumeration(ZONE_SET, NULL, NULL, status);
195 DateFormatSymbols(const Locale& locale, UErrorCode& status) argument
209 DateFormatSymbols(const Locale& locale, const char *type, UErrorCode& status) argument
1280 initField(UnicodeString **field, int32_t& length, const UResourceBundle *data, UErrorCode &status) argument
1300 initField(UnicodeString **field, int32_t& length, const UChar *data, LastResortSize numStr, LastResortSize strLen, UErrorCode &status) argument
1319 initLeapMonthPattern(UnicodeString *field, int32_t index, const UResourceBundle *data, UErrorCode &status) argument
1355 initializeData(const Locale& locale, const char *type, UErrorCode& status, UBool useLastResortData) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtzbdtest.cpp118 UErrorCode status = U_ZERO_ERROR; local
122 if (tz->inDaylightTime(d, status) != startsInDST) {
126 if (failure(status, "TimeZone::inDaylightTime", TRUE)) return;
127 if (tz->inDaylightTime(max, status) == startsInDST) {
131 if (failure(status, "TimeZone::inDaylightTime")) return;
134 UBool isIn = tz->inDaylightTime(mid, status);
135 if (failure(status, "TimeZone::inDaylightTime")) return;
192 UErrorCode status = U_ZERO_ERROR; local
194 if (time_zone->inDaylightTime(d, status) == expInDaylightTime)
195 logln(UnicodeString("PASS: inDaylightTime = ") + (time_zone->inDaylightTime(d, status)
236 UErrorCode status = U_ZERO_ERROR; local
277 UErrorCode status = U_ZERO_ERROR; local
384 UErrorCode status = U_ZERO_ERROR; local
424 UErrorCode status = U_ZERO_ERROR; local
451 UErrorCode status = U_ZERO_ERROR; local
[all...]
H A Drbbitst.cpp46 errcheckln(errcode, "Failure in file %s, line %d, status = \"%s\"", __FILE__, __LINE__, u_errorName(errcode));}}
179 BITestData(UErrorCode &status);
180 void addDataChunk(const char *data, int32_t tag, int32_t lineNum, UErrorCode status);
189 BITestData::BITestData(UErrorCode &status) argument
190 : fExpectedBreakPositions(status), fExpectedTags(status), fLineNum(status), fActualBreakPositions(status),
191 fActualTags(status)
204 #define ADD_DATACHUNK(td, data, tag, status) t
205 addDataChunk(const char *data, int32_t tag, int32_t lineNum, UErrorCode status) argument
329 UErrorCode status=U_ZERO_ERROR; local
360 UErrorCode status = U_ZERO_ERROR; local
404 UErrorCode status = U_ZERO_ERROR; local
459 UErrorCode status = U_ZERO_ERROR; local
488 UErrorCode status = U_ZERO_ERROR; local
518 UErrorCode status = U_ZERO_ERROR; local
562 UErrorCode status = U_ZERO_ERROR; local
604 UErrorCode status = U_ZERO_ERROR; local
689 UErrorCode status = U_ZERO_ERROR; local
738 UErrorCode status = U_ZERO_ERROR; local
760 UErrorCode status = U_ZERO_ERROR; local
799 UErrorCode status = U_ZERO_ERROR; local
1010 UErrorCode status = U_ZERO_ERROR; local
1207 UErrorCode status = U_ZERO_ERROR; local
1383 UErrorCode status = U_ZERO_ERROR; local
1428 ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status) argument
1533 UErrorCode status = U_ZERO_ERROR; local
1575 UErrorCode status = U_ZERO_ERROR; local
1856 UErrorCode status = U_ZERO_ERROR; local
2087 UErrorCode status = U_ZERO_ERROR; local
2415 UErrorCode status = U_ZERO_ERROR; local
2765 UErrorCode status = U_ZERO_ERROR; local
2941 UErrorCode status = U_ZERO_ERROR; local
3402 UErrorCode status = U_ZERO_ERROR; local
3500 UErrorCode status = U_ZERO_ERROR; local
3577 UErrorCode status = U_ZERO_ERROR; local
3657 UErrorCode status = U_ZERO_ERROR; local
4201 UErrorCode status = U_ZERO_ERROR; local
4242 UErrorCode status = U_ZERO_ERROR; local
4276 UErrorCode status = U_ZERO_ERROR; local
[all...]
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDARequest.c46 static void __DARequestClaimCallback( int status, void * context );
48 static void __DARequestEjectCallback( int status, void * context );
51 static void __DARequestMountCallback( int status, CFURLRef mountpoint, void * context );
53 static void __DARequestProbeCallback( int status, void * context );
54 static void __DARequestRefreshCallback( int status, void * context );
55 static void __DARequestRenameCallback( int status, void * context );
56 static void __DARequestUnmountCallback( int status, void * context );
60 static void __DARequestMountAuthorizationCallback( DAReturn status, void * context );
62 static void __DARequestUnmountTickleCallback( int status, void * context );
250 static void __DARequestClaimCallback( int status, voi argument
297 DAReturn status; local
374 __DARequestEjectCallback( int status, void * context ) argument
438 int status; local
523 DAReturn status; local
580 DAReturn status; local
691 __DARequestMountCallback( int status, CFURLRef mountpoint, void * context ) argument
756 __DARequestMountAuthorizationCallback( DAReturn status, void * context ) argument
817 DAReturn status; local
860 __DARequestProbeCallback( int status, void * context ) argument
889 DAReturn status; local
925 __DARequestRefreshCallback( int status, void * context ) argument
955 DAReturn status; local
1019 __DARequestRenameCallback( int status, void * context ) argument
1139 DAReturn status; local
1268 __DARequestUnmountCallback( int status, void * context ) argument
1452 __DARequestUnmountTickleCallback( int status, void * context ) argument
[all...]
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2Login.cpp88 IOReturn status = kIOReturnSuccess; local
179 if( status == kIOReturnSuccess )
183 status = kIOReturnNoResources;
186 if( status == kIOReturnSuccess )
190 status = kIOReturnNoMemory;
193 if( status == kIOReturnSuccess )
199 if( status == kIOReturnSuccess )
205 status = getUnitInformation();
209 if( status == kIOReturnSuccess )
211 status
250 IOReturn status = kIOReturnSuccess; local
323 IOReturn status = kIOReturnSuccess; local
702 IOReturn status = kIOReturnSuccess; local
1141 IOReturn status = kIOReturnSuccess; local
1223 IOReturn status = kIOReturnSuccess; local
1319 IOReturn status = kIOReturnSuccess; local
1333 IOReturn status = kIOReturnSuccess; local
1357 IOReturn status = kIOReturnSuccess; local
1442 loginWriteCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
1448 loginWriteComplete( IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
1479 loginTimeoutStatic( void *refcon, IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd) argument
1485 loginTimeout( IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd) argument
1518 loginRetryTimeoutStatic( void *refcon, IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd) argument
1524 loginRetryTimeout( IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd) argument
2075 IOReturn status = kIOReturnSuccess; local
2132 IOReturn status = fTarget->beginIOCriticalSection(); local
2218 reconnectWriteCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
2224 reconnectWriteComplete( IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
2246 reconnectTimeoutStatic( void *refcon, IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd ) argument
2252 reconnectTimeout( IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd ) argument
2414 reconnectRetryTimeoutStatic( void *refcon, IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd) argument
2420 reconnectRetryTimeout( IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd) argument
2487 IOReturn status = kIOReturnSuccess; local
2545 IOReturn status = fTarget->beginIOCriticalSection(); local
2581 logoutWriteCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
2587 logoutWriteComplete( IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
2611 logoutTimeoutStatic( void *refcon, IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd ) argument
2616 logoutTimeout( IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd ) argument
2761 IOReturn status = kIOReturnSuccess; local
2784 IOReturn status = kIOReturnSuccess; local
2809 IOReturn status = kIOReturnSuccess; local
2823 IOReturn status = kIOReturnSuccess; local
3052 fetchAgentWriteCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
3057 fetchAgentWriteComplete( IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
3186 IOReturn status = fFetchAgentRetryTimerCommand->submit(); local
3209 fetchAgentRetryTimerStatic( void *refcon, IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd ) argument
3214 fetchAgentRetryTimer( IOReturn status, IOFireWireBus *bus, IOFWBusCommand *fwCmd ) argument
3247 IOReturn status = kIOReturnSuccess; local
3261 IOReturn status = kIOReturnSuccess; local
3291 fetchAgentResetCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
3296 fetchAgentResetComplete( IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
3320 IOReturn status = kIOReturnSuccess; local
3358 doorbellCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
3363 doorbellComplete( IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
3382 IOReturn status = kIOReturnSuccess; local
3396 IOReturn status = kIOReturnSuccess; local
3429 unsolicitedStatusEnableCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
3434 unsolicitedStatusEnableComplete( IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
3472 setBusyTimeoutCompleteStatic( void *refcon, IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
3477 setBusyTimeoutComplete( IOReturn status, IOFireWireNub *device, IOFWCommand *fwCmd ) argument
3511 IOReturn status = kIOReturnSuccess; local
[all...]
/macosx-10.10/IOBDStorageFamily-14/
H A DIOBDMediaBSDClient.cpp254 IOReturn status = kIOReturnSuccess; local
274 status = getProvider()->readStructure(
281 status = (status == kIOReturnUnderrun) ? kIOReturnSuccess : status;
303 status = getProvider()->readStructure(
310 status = (status == kIOReturnUnderrun) ? kIOReturnSuccess : status;
330 status
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcg7coll.c140 UErrorCode status = U_ZERO_ERROR; local
146 status = U_ZERO_ERROR;
147 myCollation = ucol_open(locales[i], &status);
148 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
149 ucol_setAttribute(myCollation, UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, &status);
151 if (U_FAILURE(status))
153 log_err_status(status, "Error in creating collator in %s: %s\n", locales[i], myErrorName(status));
158 status = U_ZERO_ERROR;
160 UCOL_DEFAULT_STRENGTH,NULL, &status);
194 UErrorCode status = U_ZERO_ERROR; local
225 UErrorCode status = U_ZERO_ERROR; local
254 UErrorCode status = U_ZERO_ERROR; local
284 UErrorCode status = U_ZERO_ERROR; local
[all...]
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcs_s_stub.c139 ** status The status of the operation.
143 ** or a status returned from a called routine.
164 error_status_t *status
199 *status = rpc_s_ok;
215 status );
225 *status = rpc_s_ss_incompatible_codesets;
251 *status = rpc_s_ok;
264 status );
274 *status
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/test/
H A Dgss_common.h41 void gss_verr(int exitval, int status, const char *fmt, va_list ap)
44 void gss_err(int exitval, int status, const char *fmt, ...)
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_decapsulate_token.c43 OM_uint32 status; local
61 status = GSS_S_COMPLETE;
67 status = GSS_S_FAILURE;
71 return status;
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dservloc.h81 UErrorCode& status);
89 UErrorCode& status);
239 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
242 virtual UBool handlesKey(const ICUServiceKey& key, UErrorCode& status) const;
249 virtual void updateVisibleIDs(Hashtable& result, UErrorCode& status) const;
261 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const;
267 // virtual UBool isSupportedID(const UnicodeString& id, UErrorCode& status) const;
274 virtual const Hashtable* getSupportedIDs(UErrorCode& status) const;
325 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
331 virtual void updateVisibleIDs(Hashtable& result, UErrorCode& status) cons
[all...]
H A Dustr_cnv.h30 u_getDefaultConverter(UErrorCode *status);
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Duenum.h72 * the iterator is out-of-sync with its service, status is set to
79 * @param status error code, can be U_ENUM_OUT_OF_SYNC_ERROR if the
85 uenum_count(UEnumeration* en, UErrorCode* status);
90 * with its service, status is set to U_ENUM_OUT_OF_SYNC_ERROR and
98 * @param status the error code, set to U_ENUM_OUT_OF_SYNC_ERROR if
111 UErrorCode* status);
116 * with its service, status is set to U_ENUM_OUT_OF_SYNC_ERROR and
120 * (because a character cannot be converted) then status is set to
127 * @param status the error code, set to U_ENUM_OUT_OF_SYNC_ERROR if
144 UErrorCode* status);
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Ddtitvfmt.h206 * UErrorCode status = U_ZERO_ERROR;
209 * Locale("en", "GB", ""), status);
213 * dtIntervalFmt->format(dtInterval, dateIntervalUnicodeString, pos, status);
231 * @param status output param set to success/failure code on exit
237 UErrorCode& status);
252 * DateIntervalFormat::createInstance(UDAT_MONTH_DAY, status)
263 * @param status output param set to success/failure code on exit
276 UErrorCode& status);
289 * @param status output param set to success/failure code on exit
296 UErrorCode& status);
[all...]
H A Dsmpdtfmt.h715 * @param status Output param set to success/failure code.
718 SimpleDateFormat(UErrorCode& status);
728 * @param status Output param set to success/failure code.
732 UErrorCode& status);
752 * @param status Output param set to success/failure code.
757 UErrorCode& status);
768 * @param status Output param set to success/failure code.
773 UErrorCode& status);
793 * @param status Output param set to success/failure code.
799 UErrorCode& status);
[all...]
H A Dumsg.h62 * UErrorCode status = U_ZERO_ERROR;
68 * cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
69 * ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status);
70 * d1=ucal_getMillis(cal, &status);
73 * resultLengthOut=u_formatMessage( "en_US", pattern, u_strlen(pattern), NULL, resultlength, &status, d1, str, 7);
74 * if(status==U_BUFFER_OVERFLOW_ERROR){
75 * status=U_ZERO_ERROR;
78 * u_formatMessage( "en_US", pattern, u_strlen(pattern), result, resultlength, &status, d1, str, 7);
91 * UErrorCode status = U_ZERO_ERROR;
102 * resultLengthOut=u_formatMessage( "en_US", pattern, u_strlen(pattern), NULL, resultlength, &status, testArg
[all...]
H A Dunumsys.h50 * @param status A pointer to a UErrorCode to receive any errors. For example, this
58 unumsys_open(const char *locale, UErrorCode *status);
71 * @param status A pointer to a UErrorCode to receive any errors. For example, this
79 unumsys_openByName(const char *name, UErrorCode *status);
108 * @param status A pointer to a UErrorCode to receive any errors.
114 unumsys_openAvailableNames(UErrorCode *status);
131 * @param unumsys The UNumberingSystem whose algorithmic status is desired.
161 * @param status A pointer to a UErrorCode to receive any errors.
168 int32_t resultLength, UErrorCode *status);
H A Duspoof.h323 * @param status The error code, set if this function encounters a problem.
328 uspoof_open(UErrorCode *status);
381 * @param status an in/out ICU UErrorCode. Among the possible errors is
390 int32_t *errType, UParseError *pe, UErrorCode *status);
425 * @param status The error code, set if this function encounters a problem.
430 uspoof_clone(const USpoofChecker *sc, UErrorCode *status);
441 * @param status The error code, set if this function encounters a problem.
446 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
452 * @param status The error code, set if this function encounters a problem.
460 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status);
[all...]

Completed in 326 milliseconds

<<21222324252627282930>>