/drivers/hdf_core/framework/core/shared/src/ |
H A D | service_status.c | 13 int ServiceStatusMarshalling(struct ServiceStatus *status, struct HdfSBuf *buf) in ServiceStatusMarshalling() argument 15 if (status == NULL || buf == NULL || status->serviceName == NULL) { in ServiceStatusMarshalling() 18 if (!HdfSbufWriteString(buf, status->serviceName) in ServiceStatusMarshalling() 19 || !HdfSbufWriteUint16(buf, status->deviceClass) in ServiceStatusMarshalling() 20 || !HdfSbufWriteUint16(buf, status->status) in ServiceStatusMarshalling() 21 || !HdfSbufWriteString(buf, status->info != NULL ? status->info : "")) { in ServiceStatusMarshalling() 22 HDF_LOGI("failed to marshalling service status"); in ServiceStatusMarshalling() 29 ServiceStatusUnMarshalling(struct ServiceStatus *status, struct HdfSBuf *buf) ServiceStatusUnMarshalling() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | videotoolboxenc.c | 380 int status; in count_nalus() local 394 status = CMBlockBufferCopyDataBytes(block, in count_nalus() 473 int status; in get_params_size() local 474 status = vtctx->get_param_set_func(vid_fmt, in get_params_size() 480 if (status) { in get_params_size() 483 status = 0; in get_params_size() 489 status = vtctx->get_param_set_func(vid_fmt, in get_params_size() 495 if (status) { in get_params_size() 497 * When ps_count is invalid, status != 0 ends the loop normally in get_params_size() 500 if (i > 0 && is_count_bad) status in get_params_size() 526 int status; copy_param_sets() local 586 int status; set_extradata() local 630 vtenc_output_callback( void *ctx, void *sourceFrameCtx, OSStatus status, VTEncodeInfoFlags flags, CMSampleBufferRef sample_buffer) vtenc_output_callback() argument 674 int status; get_length_code_size() local 882 int status = get_cv_pixel_format(avctx, create_cv_pixel_buffer_info() local 1097 int status = VTCompressionSessionCreate(kCFAllocatorDefault, vtenc_create_encoder() local 1433 int status; vtenc_configure_encoder() local 1551 int status; vtenc_init() local 1820 int status; copy_replace_length_codes() local 1989 int status; vtenc_cm_to_avpacket() local 2019 int status = get_params_size(avctx, vid_fmt, &header_size); vtenc_cm_to_avpacket() local 2127 int status; get_cv_pixel_info() local 2193 int status; copy_avframe_to_pixel_buffer() local 2286 int status; create_cv_pixel_buffer() local 2399 int status = create_cv_pixel_buffer(avctx, frame, &cv_img); vtenc_send_frame() local 2456 int status; vtenc_frame() local 2523 int status; vtenc_populate_extradata() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | plurfmts.cpp | 54 UErrorCode status[8]; in pluralFormatBasicTest() local 62 status[0] = U_ZERO_ERROR; in pluralFormatBasicTest() 63 PluralRules* plRules = PluralRules::createDefaultRules(status[0]); in pluralFormatBasicTest() 65 status[0] = U_ZERO_ERROR; in pluralFormatBasicTest() 66 NumberFormat *numFmt = NumberFormat::createInstance(status[0]); in pluralFormatBasicTest() 67 if (U_FAILURE(status[0])) { in pluralFormatBasicTest() 72 status[i] = U_ZERO_ERROR; in pluralFormatBasicTest() 74 plFmt[0] = new PluralFormat(status[0]); in pluralFormatBasicTest() 75 plFmt[1] = new PluralFormat(*plRules, status[1]); in pluralFormatBasicTest() 76 plFmt[2] = new PluralFormat(locale, status[ in pluralFormatBasicTest() 195 UErrorCode status = U_ZERO_ERROR; pluralFormatUnitTest() local 256 pluralFmt.setLocale(Locale::getEnglish(), status); pluralFormatUnitTest() local 522 UErrorCode status = U_ZERO_ERROR; pluralFormatLocaleTest() local 558 UErrorCode status = U_ZERO_ERROR; pluralFormatExtendedTest() local 560 PluralFormat pf(Locale::getEnglish(), fmtString, status); pluralFormatExtendedTest() local 562 Locale::getEnglish(), status); pluralFormatExtendedTest() local 613 UErrorCode status = U_ZERO_ERROR; pluralFormatExtendedParseTest() local 690 UErrorCode status = U_ZERO_ERROR; numberFormatTest() local 741 UErrorCode status; helperTestResults() local [all...] |
H A D | uobjtest.cpp | 25 * TESTCLASSID_NONE_CTOR(Foo, (1, 2, 3, status)) 28 * TESTCLASSID_NONE_FACTORY(Foo, (1, 2, 3, status)) 37 * TESTCLASSID_CTOR(Foo, (1, 2, 3, status)) 39 * Will be called as: new Foo ( 1, 2, 3, status) [status is tested] 41 * TESTCLASSID_FACTORY(Foo, fooCreateFunction(status) ) 42 * -- call fooCreateFunction. 'status' will be tested & reset 46 * 'status' will be tested & reset. This only tests uniqueness. 53 if(U_FAILURE(status)) { \ 54 dataerrln(UnicodeString(#c " - new " #x " - got err status ") 329 UErrorCode status = U_ZERO_ERROR; testIDs() local [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uresbund.cpp | 317 const char **resTag, Resource *res, UErrorCode *status) { in getFallbackData() 323 *status = U_MISSING_RESOURCE_ERROR; in getFallbackData() 343 *status = U_MISSING_RESOURCE_ERROR; in getFallbackData() 349 *status = U_USING_DEFAULT_WARNING; in getFallbackData() 351 *status = U_USING_FALLBACK_WARNING; in getFallbackData() 475 static void U_CALLCONV createCache(UErrorCode &status) { in createCache() argument 477 cache = uhash_open(hashEntry, compareEntries, NULL, &status); in createCache() 481 static void initCache(UErrorCode *status) { in initCache() argument 482 umtx_initOnce(gCacheInitOnce, &createCache, *status); in initCache() 487 static void setEntryName(UResourceDataEntry *res, const char *name, UErrorCode *status) { in setEntryName() argument 315 getFallbackData( const UResourceBundle *resBundle, const char **resTag, Resource *res, UErrorCode *status) getFallbackData() argument 512 init_entry(const char *localeID, const char *path, UErrorCode *status) init_entry() argument 649 getPoolEntry(const char *path, UErrorCode *status) getPoolEntry() argument 662 findFirstExisting(const char* path, char* name, const char* defaultLocale, UResOpenType openType, UBool *isRoot, UBool *foundParent, UBool *isDefault, UErrorCode* status) findFirstExisting() argument 742 loadParentsExceptRoot(UResourceDataEntry *&t1, char name[], int32_t nameCapacity, UBool usingUSRData, char usrDataPath[], UErrorCode *status) loadParentsExceptRoot() argument 796 insertRootBundle(UResourceDataEntry *&t1, UErrorCode *status) insertRootBundle() argument 809 entryOpen(const char* path, const char* localeID, UResOpenType openType, UErrorCode* status) entryOpen() argument 964 entryOpenDirect(const char* path, const char* localeID, UErrorCode* status) entryOpenDirect() argument 1081 ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCode *status) ures_appendResPath() argument 1160 getAliasTargetAsResourceBundle( const ResourceData &resData, Resource r, const char *key, int32_t idx, UResourceDataEntry *validLocaleDataEntry, const char *containerResPath, int32_t recursionDepth, UResourceBundle *resB, UErrorCode *status) getAliasTargetAsResourceBundle() argument 1383 init_resb_result( UResourceDataEntry *dataEntry, Resource r, const char *key, int32_t idx, UResourceDataEntry *validLocaleDataEntry, const char *containerResPath, int32_t recursionDepth, UResourceBundle *resB, UErrorCode *status) init_resb_result() argument 1474 init_resb_result( UResourceDataEntry *dataEntry, Resource r, const char *key, int32_t idx, const UResourceBundle *container, UResourceBundle *resB, UErrorCode *status) init_resb_result() argument 1486 ures_copyResb(UResourceBundle *r, const UResourceBundle *original, UErrorCode *status) ures_copyResb() argument 1522 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode* status) ures_getString() argument 1539 ures_toUTF8String(const UChar *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_toUTF8String() argument 1601 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8String() argument 1610 ures_getBinary(const UResourceBundle* resB, int32_t* len, UErrorCode* status) ures_getBinary() argument 1627 ures_getIntVector(const UResourceBundle* resB, int32_t* len, UErrorCode* status) ures_getIntVector() argument 1646 ures_getInt(const UResourceBundle* resB, UErrorCode *status) ures_getInt() argument 1661 ures_getUInt(const UResourceBundle* resB, UErrorCode *status) ures_getUInt() argument 1707 ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex, int32_t *len, UErrorCode *status) ures_getStringWithAlias() argument 1733 ures_getNextString(UResourceBundle *resB, int32_t* len, const char ** key, UErrorCode *status) ures_getNextString() argument 1782 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *status) ures_getNextResource() argument 1832 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) ures_getByIndex() argument 1880 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, int32_t* len, UErrorCode *status) ures_getStringByIndex() argument 1931 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByIndex() argument 1946 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) ures_findResource() argument 2001 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *status) ures_findSubResource() argument 2028 ures_getStringByKeyWithFallback(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) ures_getStringByKeyWithFallback() argument 2085 createPath(const char* origResPath, int32_t origResPathLen, const char* resPath, int32_t resPathLen, const char* inKey, CharString& path, UErrorCode* status) createPath() argument 2159 ures_getByKeyWithFallback(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) ures_getByKeyWithFallback() argument 2432 ures_getByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) ures_getByKey() argument 2485 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) ures_getStringByKey() argument 2569 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByKey() argument 2586 ures_getLocaleInternal(const UResourceBundle* resourceBundle, UErrorCode* status) ures_getLocaleInternal() argument 2600 ures_getLocale(const UResourceBundle* resourceBundle, UErrorCode* status) ures_getLocale() argument 2608 ures_getLocaleByType(const UResourceBundle* resourceBundle, ULocDataLocaleType type, UErrorCode* status) ures_getLocaleByType() argument 2650 ures_openWithType(UResourceBundle *r, const char* path, const char* localeID, UResOpenType openType, UErrorCode* status) ures_openWithType() argument 2706 ures_open(const char* path, const char* localeID, UErrorCode* status) ures_open() argument 2711 ures_openNoDefault(const char* path, const char* localeID, UErrorCode* status) ures_openNoDefault() argument 2720 ures_openDirect(const char* path, const char* localeID, UErrorCode* status) ures_openDirect() argument 2732 ures_openFillIn(UResourceBundle *r, const char* path, const char* localeID, UErrorCode* status) ures_openFillIn() argument 2745 ures_openDirectFillIn(UResourceBundle *r, const char* path, const char* localeID, UErrorCode* status) ures_openDirectFillIn() argument 2758 ures_countArrayItems(const UResourceBundle* resourceBundle, const char* resourceKey, UErrorCode* status) ures_countArrayItems() argument 2803 UErrorCode status = U_ZERO_ERROR; ures_getVersionNumberInternal() local 2883 ures_loc_nextLocale(UEnumeration* en, int32_t* resultLength, UErrorCode* status) ures_loc_nextLocale() argument 2922 ures_openAvailableLocales(const char *path, UErrorCode *status) ures_openAvailableLocales() argument 2966 isLocaleInList(UEnumeration *locEnum, const char *locToSearch, UErrorCode *status) isLocaleInList() argument 2977 ures_getFunctionalEquivalent(char *result, int32_t resultCapacity, const char *path, const char *resName, const char *keyword, const char *locid, UBool *isAvailable, UBool omitDefault, UErrorCode *status) ures_getFunctionalEquivalent() argument 3282 ures_getKeywordValues(const char *path, const char *keyword, UErrorCode *status) ures_getKeywordValues() argument 3452 ures_getVersionByKey(const UResourceBundle* res, const char *key, UVersionInfo ver, UErrorCode *status) ures_getVersionByKey() argument [all...] |
H A D | lstmbe.cpp | 165 Array1D(int32_t d1, UErrorCode &status) 168 if (U_SUCCESS(status)) { 170 status = U_MEMORY_ALLOCATION_ERROR; 302 Array2D(int32_t d1, int32_t d2, UErrorCode &status) 305 if (U_SUCCESS(status)) { 307 status = U_MEMORY_ALLOCATION_ERROR; 360 LSTMData(UResourceBundle* rb, UErrorCode &status); 379 LSTMData::LSTMData(UResourceBundle* rb, UErrorCode &status) 383 if (U_FAILURE(status)) { 387 status 748 createVectorizer(const LSTMData* data, UErrorCode &status) createVectorizer() argument 765 LSTMBreakEngine(const LSTMData* data, const UnicodeSet& set, UErrorCode &status) LSTMBreakEngine() argument 784 defaultLSTM(UScriptCode script, UErrorCode& status) defaultLSTM() argument 793 CreateLSTMDataForScript(UScriptCode script, UErrorCode& status) CreateLSTMDataForScript() argument 810 CreateLSTMData(UResourceBundle* rb, UErrorCode& status) CreateLSTMData() argument 816 CreateLSTMBreakEngine(UScriptCode script, const LSTMData* data, UErrorCode& status) CreateLSTMBreakEngine() argument [all...] |
H A D | hash.h | 34 inline void init(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status); 36 inline void initSize(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, int32_t size, UErrorCode& status); 42 * @param status Error code 44 inline Hashtable(UBool ignoreKeyCase, UErrorCode& status); 50 * @param status Error code 52 inline Hashtable(UBool ignoreKeyCase, int32_t size, UErrorCode& status); 58 * @param status Error code 60 inline Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status); 64 * @param status Error code 66 inline Hashtable(UErrorCode& status); 126 init(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status) init() argument 138 initSize(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, int32_t size, UErrorCode& status) initSize() argument 150 Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status) Hashtable() argument 155 Hashtable(UBool ignoreKeyCase, UErrorCode& status) Hashtable() argument 166 Hashtable(UBool ignoreKeyCase, int32_t size, UErrorCode& status) Hashtable() argument 177 Hashtable(UErrorCode& status) Hashtable() argument 186 UErrorCode status = U_ZERO_ERROR; Hashtable() local 204 put(const UnicodeString& key, void* value, UErrorCode& status) put() argument 208 puti(const UnicodeString& key, int32_t value, UErrorCode& status) puti() argument 212 putiAllowZero(const UnicodeString& key, int32_t value, UErrorCode& status) putiAllowZero() argument [all...] |
/third_party/backends/backend/ |
H A D | ibm-scsi.c | 143 SANE_Status status; in test_unit_ready() local 148 status = sanei_scsi_cmd (fd, cmd, sizeof (cmd), 0, 0); in test_unit_ready() 151 return (status); in test_unit_ready() 158 SANE_Status status; in inquiry() local 164 status = sanei_scsi_cmd (fd, cmd, sizeof (cmd), buf, buf_size); in inquiry() 167 return (status); in inquiry() 178 SANE_Status status; in mode_select() local 188 status = sanei_scsi_cmd (fd, &select_cmd, sizeof (select_cmd), 0, 0); in mode_select() 191 return (status); in mode_select() 204 SANE_Status status; 225 SANE_Status status; trigger_scan() local 251 SANE_Status status; set_window() local 270 SANE_Status status; get_window() local 291 SANE_Status status; read_data() local 307 SANE_Status status; object_position() local 335 SANE_Status status; get_data_status() local 402 SANE_Status status; ibm_wait_ready() local [all...] |
H A D | ricoh-scsi.c | 129 SANE_Status status; in test_unit_ready() local 134 status = sanei_scsi_cmd (fd, cmd, sizeof (cmd), 0, 0); in test_unit_ready() 137 return (status); in test_unit_ready() 144 SANE_Status status; in inquiry() local 150 status = sanei_scsi_cmd (fd, cmd, sizeof (cmd), buf, buf_size); in inquiry() 153 return (status); in inquiry() 164 SANE_Status status; in mode_select() local 172 status = sanei_scsi_cmd (fd, &select_cmd, sizeof (select_cmd), 0, 0); in mode_select() 175 return (status); in mode_select() 188 SANE_Status status; 209 SANE_Status status; trigger_scan() local 233 SANE_Status status; set_window() local 252 SANE_Status status; get_window() local 273 SANE_Status status; read_data() local 289 SANE_Status status; object_position() local 306 SANE_Status status; get_data_status() local 373 SANE_Status status; ricoh_wait_ready() local [all...] |
H A D | st400.c | 198 SANE_Status status; in st400_inquiry() local 207 status = sanei_scsi_cmd(fd, &scsi_cmd, sizeof(scsi_cmd), &inqdata, &inqlen); in st400_inquiry() 208 DBG(DSCSI, "SCSI: result=%s (%lu bytes)\n", sane_strstatus(status), (u_long)inqlen); in st400_inquiry() 209 if( status != SANE_STATUS_GOOD ) in st400_inquiry() 210 return status; in st400_inquiry() 251 SANE_Status status; in st400_cmd6() local 258 status = sanei_scsi_cmd(fd, &scsi_cmd, sizeof(scsi_cmd), 0, 0); in st400_cmd6() 259 DBG(DSCSI, "SCSI: result=%s\n", sane_strstatus(status)); in st400_cmd6() 261 return status; in st400_cmd6() 277 SANE_Status status; in st400_wait_ready() local 325 SANE_Status status; st400_set_window() local 363 SANE_Status status; st400_read10() local 379 SANE_Status status; st400_fill_scanner_buffer() local 412 SANE_Status status; st400_fill_backend_buffer() local 440 SANE_Status status; st400_sense_handler() local 491 SANE_Status status; st400_attach() local 601 SANE_Status status; st400_config_do_option() local 677 SANE_Status status; sane_init() local 784 SANE_Status status; sane_open() local 970 SANE_Status status; sane_control_option() local 1115 SANE_Status status; sane_start() local 1220 SANE_Status status; sane_read() local [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | currtest.c | 22 UErrorCode status = U_ZERO_ERROR; in expectInList() local 25 UEnumeration *en = ucurr_openISOCurrencies(currencyType, &status); in expectInList() 26 if (U_FAILURE(status)) { in expectInList() 27 log_err("Error: ucurr_openISOCurrencies returned %s\n", myErrorName(status)); in expectInList() 31 while ((currentCurrency = uenum_next(en, NULL, &status)) != NULL) { in expectInList() 119 UErrorCode status = U_ZERO_ERROR; in TestEnumListReset() local 122 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &status); in TestEnumListReset() 123 if (U_FAILURE(status)) { in TestEnumListReset() 124 log_err("Error: ucurr_openISOCurrencies returned %s\n", myErrorName(status)); in TestEnumListReset() 128 currency1 = uenum_next(en, NULL, &status); in TestEnumListReset() 143 UErrorCode status = U_ZERO_ERROR; checkItemCount() local 191 UErrorCode status = U_ZERO_ERROR; TestFractionDigitOverride() local 227 UErrorCode status; TestPrefixSuffix() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | hebrwcal.cpp | 214 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) in add() argument 216 if(U_FAILURE(status)) { in add() 227 int32_t month = get(UCAL_MONTH, status); in add() 228 int32_t year = get(UCAL_YEAR, status); in add() 261 pinField(UCAL_DAY_OF_MONTH, status); in add() 266 Calendar::add(field, amount, status); in add() 274 void HebrewCalendar::add(EDateFields field, int32_t amount, UErrorCode& status) in add() argument 276 add((UCalendarDateFields)field, amount, status); in add() 311 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() argument 313 if(U_FAILURE(status)) { in roll() 345 roll(EDateFields field, int32_t amount, UErrorCode& status) roll() argument 390 startOfYear(int32_t year, UErrorCode &status) startOfYear() argument 532 UErrorCode status = U_ZERO_ERROR; handleGetYearLength() local 536 validateField(UCalendarDateFields field, UErrorCode &status) validateField() argument 568 handleComputeFields(int32_t julianDay, UErrorCode &status) handleComputeFields() argument 637 UErrorCode status = U_ZERO_ERROR; handleComputeMonthStart() local 701 UErrorCode status = U_ZERO_ERROR; initializeSystemDefaultCentury() local 704 calendar.setTime(Calendar::getNow(), status); initializeSystemDefaultCentury() local [all...] |
H A D | rbt_pars.cpp | 305 int32_t parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status); 311 UErrorCode& status); 333 UErrorCode& status) { in syntaxError() 334 return parser.syntaxError(code, rule, start, status); in syntaxError() 364 int32_t RuleHalf::parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) { in parse() argument 367 pos = parseSection(rule, pos, limit, text, UnicodeString(true, ILLEGAL_TOP, -1), false, status); in parse() 370 return syntaxError(U_MISPLACED_CURSOR_OFFSET, rule, start, status); in parse() 402 UBool isSegment, UErrorCode& status) { in parseSection() 426 return syntaxError(U_UNCLOSED_SEGMENT, rule, start, status); in parseSection() 432 return syntaxError(U_MALFORMED_VARIABLE_REFERENCE, rule, start, status); in parseSection() 330 syntaxError(UErrorCode code, const UnicodeString& rule, int32_t start, UErrorCode& status) syntaxError() argument 399 parseSection(const UnicodeString& rule, int32_t pos, int32_t limit, UnicodeString& buf, const UnicodeString& illegal, UBool isSegment, UErrorCode& status) parseSection() argument 886 parseRules(const UnicodeString& rule, UTransDirection theDirection, UErrorCode& status) parseRules() argument 1165 setVariableRange(int32_t start, int32_t end, UErrorCode& status) setVariableRange() argument 1233 parsePragma(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) parsePragma() argument 1287 parseRule(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) parseRule() argument 1491 syntaxError(UErrorCode parseErrorCode, const UnicodeString& rule, int32_t pos, UErrorCode& status) syntaxError() argument 1525 parseSet(const UnicodeString& rule, ParsePosition& pos, UErrorCode& status) parseSet() argument 1542 generateStandInFor(UnicodeFunctor* adopted, UErrorCode& status) generateStandInFor() argument 1569 getSegmentStandin(int32_t seg, UErrorCode& status) getSegmentStandin() argument 1594 setSegmentObject(int32_t seg, StringMatcher* adopted, UErrorCode& status) setSegmentObject() argument 1621 getDotStandIn(UErrorCode& status) getDotStandIn() argument 1638 appendVariableDef(const UnicodeString& name, UnicodeString& buf, UErrorCode& status) appendVariableDef() argument 1676 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status) utrans_stripRules() argument [all...] |
H A D | coll.cpp | 132 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const override; 138 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const { in create() 139 if (handlesKey(key, status)) { in create() 147 return Collator::makeInstance(loc, status); in create() 159 UErrorCode status = U_ZERO_ERROR; in ICUCollatorService() local 160 registerFactory(new ICUCollatorFactory(), status); in ICUCollatorService() 169 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* actualID, UErrorCode& status) const override { 179 return Collator::makeInstance(loc, status); 182 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const override { 187 return (Collator*)ICULocaleService::getKey(key, actualReturn, status); 224 initAvailableLocaleList(UErrorCode &status) initAvailableLocaleList() argument 253 isAvailableLocaleListInitialized(UErrorCode &status) isAvailableLocaleListInitialized() argument 429 createInstance(const Locale& desiredLocale, UErrorCode& status) createInstance() argument 466 makeInstance(const Locale& desiredLocale, UErrorCode& status) makeInstance() argument 563 UErrorCode status = U_ZERO_ERROR; getAvailableLocales() local 650 getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode &status) getBound() argument 678 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status) registerInstance() argument 698 CFactory(CollatorFactory* delegate, UErrorCode& status) CFactory() argument 761 UErrorCode status = U_ZERO_ERROR; getDisplayName() local 774 registerFactory(CollatorFactory* toAdopt, UErrorCode& status) registerFactory() argument 789 unregister(URegistryKey key, UErrorCode& status) unregister() argument 872 UErrorCode status = U_ZERO_ERROR; getAvailableLocales() local 880 getKeywords(UErrorCode& status) getKeywords() argument 886 getKeywordValues(const char *keyword, UErrorCode& status) getKeywordValues() argument 892 getKeywordValuesForLocale(const char* key, const Locale& locale, UBool commonlyUsed, UErrorCode& status) getKeywordValuesForLocale() argument 901 getFunctionalEquivalent(const char* keyword, const Locale& locale, UBool& isAvailable, UErrorCode& status) getFunctionalEquivalent() argument 950 setReorderCodes(const int32_t* , int32_t , UErrorCode& status) setReorderCodes() argument [all...] |
/third_party/node/deps/cares/src/lib/ |
H A D | ares_qcache.c | 47 ares_status_t status; in ares__qcache_calc_key() local 56 status = ares__buf_append_str( in ares__qcache_calc_key() 58 if (status != ARES_SUCCESS) { in ares__qcache_calc_key() 62 status = ares__buf_append_byte(buf, '|'); in ares__qcache_calc_key() 63 if (status != ARES_SUCCESS) { in ares__qcache_calc_key() 70 status = ares__buf_append_str(buf, "rd"); in ares__qcache_calc_key() 71 if (status != ARES_SUCCESS) { in ares__qcache_calc_key() 76 status = ares__buf_append_str(buf, "cd"); in ares__qcache_calc_key() 77 if (status != ARES_SUCCESS) { in ares__qcache_calc_key() 87 status in ares__qcache_calc_key() 200 ares_status_t status = ARES_SUCCESS; ares__qcache_create() local 293 ares_status_t status; ares__qcache_calc_key_frombuf() local 394 ares_status_t status; ares__qcache_fetch() local 438 ares_status_t status; ares_qcache_fetch() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | hebrwcal.cpp | 214 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) in add() argument 216 if(U_FAILURE(status)) { in add() 227 int32_t month = get(UCAL_MONTH, status); in add() 228 int32_t year = get(UCAL_YEAR, status); in add() 261 pinField(UCAL_DAY_OF_MONTH, status); in add() 266 Calendar::add(field, amount, status); in add() 274 void HebrewCalendar::add(EDateFields field, int32_t amount, UErrorCode& status) in add() argument 276 add((UCalendarDateFields)field, amount, status); in add() 311 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() argument 313 if(U_FAILURE(status)) { in roll() 345 roll(EDateFields field, int32_t amount, UErrorCode& status) roll() argument 390 startOfYear(int32_t year, UErrorCode &status) startOfYear() argument 532 UErrorCode status = U_ZERO_ERROR; handleGetYearLength() local 536 validateField(UCalendarDateFields field, UErrorCode &status) validateField() argument 568 handleComputeFields(int32_t julianDay, UErrorCode &status) handleComputeFields() argument 637 UErrorCode status = U_ZERO_ERROR; handleComputeMonthStart() local 701 UErrorCode status = U_ZERO_ERROR; initializeSystemDefaultCentury() local 704 calendar.setTime(Calendar::getNow(), status); initializeSystemDefaultCentury() local [all...] |
H A D | coll.cpp | 132 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const; 138 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const { in create() 139 if (handlesKey(key, status)) { in create() 147 return Collator::makeInstance(loc, status); in create() 159 UErrorCode status = U_ZERO_ERROR; in ICUCollatorService() local 160 registerFactory(new ICUCollatorFactory(), status); in ICUCollatorService() 169 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* actualID, UErrorCode& status) const { in handleDefault() 179 return Collator::makeInstance(loc, status); in handleDefault() 182 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const { in getKey() 187 return (Collator*)ICULocaleService::getKey(key, actualReturn, status); in getKey() 224 initAvailableLocaleList(UErrorCode &status) initAvailableLocaleList() argument 253 isAvailableLocaleListInitialized(UErrorCode &status) isAvailableLocaleListInitialized() argument 429 createInstance(const Locale& desiredLocale, UErrorCode& status) createInstance() argument 466 makeInstance(const Locale& desiredLocale, UErrorCode& status) makeInstance() argument 563 UErrorCode status = U_ZERO_ERROR; getAvailableLocales() local 650 getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode &status) getBound() argument 678 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status) registerInstance() argument 698 CFactory(CollatorFactory* delegate, UErrorCode& status) CFactory() argument 761 UErrorCode status = U_ZERO_ERROR; getDisplayName() local 774 registerFactory(CollatorFactory* toAdopt, UErrorCode& status) registerFactory() argument 789 unregister(URegistryKey key, UErrorCode& status) unregister() argument 846 snext(UErrorCode& status) snext() argument 872 UErrorCode status = U_ZERO_ERROR; getAvailableLocales() local 880 getKeywords(UErrorCode& status) getKeywords() argument 886 getKeywordValues(const char *keyword, UErrorCode& status) getKeywordValues() argument 892 getKeywordValuesForLocale(const char* key, const Locale& locale, UBool commonlyUsed, UErrorCode& status) getKeywordValuesForLocale() argument 901 getFunctionalEquivalent(const char* keyword, const Locale& locale, UBool& isAvailable, UErrorCode& status) getFunctionalEquivalent() argument 950 setReorderCodes(const int32_t* , int32_t , UErrorCode& status) setReorderCodes() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uresbund.cpp | 319 const char **resTag, Resource *res, UErrorCode *status) { in getFallbackData() 325 *status = U_MISSING_RESOURCE_ERROR; in getFallbackData() 345 *status = U_MISSING_RESOURCE_ERROR; in getFallbackData() 351 *status = U_USING_DEFAULT_WARNING; in getFallbackData() 353 *status = U_USING_FALLBACK_WARNING; in getFallbackData() 477 static void U_CALLCONV createCache(UErrorCode &status) { in createCache() argument 479 cache = uhash_open(hashEntry, compareEntries, nullptr, &status); in createCache() 483 static void initCache(UErrorCode *status) { in initCache() argument 484 umtx_initOnce(gCacheInitOnce, &createCache, *status); in initCache() 489 static void setEntryName(UResourceDataEntry *res, const char *name, UErrorCode *status) { in setEntryName() argument 317 getFallbackData( const UResourceBundle *resBundle, const char **resTag, Resource *res, UErrorCode *status) getFallbackData() argument 514 init_entry(const char *localeID, const char *path, UErrorCode *status) init_entry() argument 651 getPoolEntry(const char *path, UErrorCode *status) getPoolEntry() argument 664 findFirstExisting(const char* path, char* name, const char* defaultLocale, UResOpenType openType, UBool *isRoot, UBool *foundParent, UBool *isDefault, UErrorCode* status) findFirstExisting() argument 744 loadParentsExceptRoot(UResourceDataEntry *&t1, char name[], int32_t nameCapacity, UBool usingUSRData, char usrDataPath[], UErrorCode *status) loadParentsExceptRoot() argument 798 insertRootBundle(UResourceDataEntry *&t1, UErrorCode *status) insertRootBundle() argument 811 entryOpen(const char* path, const char* localeID, UResOpenType openType, UErrorCode* status) entryOpen() argument 966 entryOpenDirect(const char* path, const char* localeID, UErrorCode* status) entryOpenDirect() argument 1083 ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd, UErrorCode *status) ures_appendResPath() argument 1162 getAliasTargetAsResourceBundle( const ResourceData &resData, Resource r, const char *key, int32_t idx, UResourceDataEntry *validLocaleDataEntry, const char *containerResPath, int32_t recursionDepth, UResourceBundle *resB, UErrorCode *status) getAliasTargetAsResourceBundle() argument 1385 init_resb_result( UResourceDataEntry *dataEntry, Resource r, const char *key, int32_t idx, UResourceDataEntry *validLocaleDataEntry, const char *containerResPath, int32_t recursionDepth, UResourceBundle *resB, UErrorCode *status) init_resb_result() argument 1476 init_resb_result( UResourceDataEntry *dataEntry, Resource r, const char *key, int32_t idx, const UResourceBundle *container, UResourceBundle *resB, UErrorCode *status) init_resb_result() argument 1488 ures_copyResb(UResourceBundle *r, const UResourceBundle *original, UErrorCode *status) ures_copyResb() argument 1524 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode* status) ures_getString() argument 1541 ures_toUTF8String(const char16_t *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_toUTF8String() argument 1603 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8String() argument 1612 ures_getBinary(const UResourceBundle* resB, int32_t* len, UErrorCode* status) ures_getBinary() argument 1629 ures_getIntVector(const UResourceBundle* resB, int32_t* len, UErrorCode* status) ures_getIntVector() argument 1648 ures_getInt(const UResourceBundle* resB, UErrorCode *status) ures_getInt() argument 1663 ures_getUInt(const UResourceBundle* resB, UErrorCode *status) ures_getUInt() argument 1709 ures_getStringWithAlias(const UResourceBundle *resB, Resource r, int32_t sIndex, int32_t *len, UErrorCode *status) ures_getStringWithAlias() argument 1735 ures_getNextString(UResourceBundle *resB, int32_t* len, const char ** key, UErrorCode *status) ures_getNextString() argument 1784 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *status) ures_getNextResource() argument 1834 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) ures_getByIndex() argument 1882 ures_getStringByIndex(const UResourceBundle *resB, int32_t indexS, int32_t* len, UErrorCode *status) ures_getStringByIndex() argument 1933 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByIndex() argument 1948 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) ures_findResource() argument 2003 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *status) ures_findSubResource() argument 2030 ures_getStringByKeyWithFallback(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) ures_getStringByKeyWithFallback() argument 2087 createPath(const char* origResPath, int32_t origResPathLen, const char* resPath, int32_t resPathLen, const char* inKey, CharString& path, UErrorCode* status) createPath() argument 2161 ures_getByKeyWithFallback(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) ures_getByKeyWithFallback() argument 2493 ures_getByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) ures_getByKey() argument 2546 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) ures_getStringByKey() argument 2630 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByKey() argument 2647 ures_getLocaleInternal(const UResourceBundle* resourceBundle, UErrorCode* status) ures_getLocaleInternal() argument 2661 ures_getLocale(const UResourceBundle* resourceBundle, UErrorCode* status) ures_getLocale() argument 2669 ures_getLocaleByType(const UResourceBundle* resourceBundle, ULocDataLocaleType type, UErrorCode* status) ures_getLocaleByType() argument 2711 ures_openWithType(UResourceBundle *r, const char* path, const char* localeID, UResOpenType openType, UErrorCode* status) ures_openWithType() argument 2770 ures_open(const char* path, const char* localeID, UErrorCode* status) ures_open() argument 2775 ures_openNoDefault(const char* path, const char* localeID, UErrorCode* status) ures_openNoDefault() argument 2784 ures_openDirect(const char* path, const char* localeID, UErrorCode* status) ures_openDirect() argument 2796 ures_openFillIn(UResourceBundle *r, const char* path, const char* localeID, UErrorCode* status) ures_openFillIn() argument 2809 ures_openDirectFillIn(UResourceBundle *r, const char* path, const char* localeID, UErrorCode* status) ures_openDirectFillIn() argument 2822 ures_countArrayItems(const UResourceBundle* resourceBundle, const char* resourceKey, UErrorCode* status) ures_countArrayItems() argument 2867 UErrorCode status = U_ZERO_ERROR; ures_getVersionNumberInternal() local 2947 ures_loc_nextLocale(UEnumeration* en, int32_t* resultLength, UErrorCode* status) ures_loc_nextLocale() argument 2986 ures_openAvailableLocales(const char *path, UErrorCode *status) ures_openAvailableLocales() argument 3030 isLocaleInList(UEnumeration *locEnum, const char *locToSearch, UErrorCode *status) isLocaleInList() argument 3066 ures_getFunctionalEquivalent(char *result, int32_t resultCapacity, const char *path, const char *resName, const char *keyword, const char *locid, UBool *isAvailable, UBool omitDefault, UErrorCode *status) ures_getFunctionalEquivalent() argument 3402 ures_getKeywordValues(const char *path, const char *keyword, UErrorCode *status) ures_getKeywordValues() argument 3572 ures_getVersionByKey(const UResourceBundle* res, const char *key, UVersionInfo ver, UErrorCode *status) ures_getVersionByKey() argument [all...] |
H A D | lstmbe.cpp | 165 Array1D(int32_t d1, UErrorCode &status) 168 if (U_SUCCESS(status)) { 170 status = U_MEMORY_ALLOCATION_ERROR; 302 Array2D(int32_t d1, int32_t d2, UErrorCode &status) 305 if (U_SUCCESS(status)) { 307 status = U_MEMORY_ALLOCATION_ERROR; 360 LSTMData(UResourceBundle* rb, UErrorCode &status); 379 LSTMData::LSTMData(UResourceBundle* rb, UErrorCode &status) 383 if (U_FAILURE(status)) { 387 status 748 createVectorizer(const LSTMData* data, UErrorCode &status) createVectorizer() argument 765 LSTMBreakEngine(const LSTMData* data, const UnicodeSet& set, UErrorCode &status) LSTMBreakEngine() argument 784 defaultLSTM(UScriptCode script, UErrorCode& status) defaultLSTM() argument 793 CreateLSTMDataForScript(UScriptCode script, UErrorCode& status) CreateLSTMDataForScript() argument 810 CreateLSTMData(UResourceBundle* rb, UErrorCode& status) CreateLSTMData() argument 816 CreateLSTMBreakEngine(UScriptCode script, const LSTMData* data, UErrorCode& status) CreateLSTMBreakEngine() argument [all...] |
H A D | hash.h | 34 inline void init(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status); 36 inline void initSize(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, int32_t size, UErrorCode& status); 42 * @param status Error code 44 inline Hashtable(UBool ignoreKeyCase, UErrorCode& status); 50 * @param status Error code 52 inline Hashtable(UBool ignoreKeyCase, int32_t size, UErrorCode& status); 58 * @param status Error code 60 inline Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status); 64 * @param status Error code 66 inline Hashtable(UErrorCode& status); 126 init(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status) init() argument 138 initSize(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, int32_t size, UErrorCode& status) initSize() argument 150 Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status) Hashtable() argument 155 Hashtable(UBool ignoreKeyCase, UErrorCode& status) Hashtable() argument 166 Hashtable(UBool ignoreKeyCase, int32_t size, UErrorCode& status) Hashtable() argument 177 Hashtable(UErrorCode& status) Hashtable() argument 186 UErrorCode status = U_ZERO_ERROR; Hashtable() local 204 put(const UnicodeString& key, void* value, UErrorCode& status) put() argument 208 puti(const UnicodeString& key, int32_t value, UErrorCode& status) puti() argument 212 putiAllowZero(const UnicodeString& key, int32_t value, UErrorCode& status) putiAllowZero() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbt_pars.cpp | 305 int32_t parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status); 311 UErrorCode& status); 333 UErrorCode& status) { in syntaxError() 334 return parser.syntaxError(code, rule, start, status); in syntaxError() 364 int32_t RuleHalf::parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) { in parse() argument 367 pos = parseSection(rule, pos, limit, text, UnicodeString(true, ILLEGAL_TOP, -1), false, status); in parse() 370 return syntaxError(U_MISPLACED_CURSOR_OFFSET, rule, start, status); in parse() 402 UBool isSegment, UErrorCode& status) { in parseSection() 426 return syntaxError(U_UNCLOSED_SEGMENT, rule, start, status); in parseSection() 432 return syntaxError(U_MALFORMED_VARIABLE_REFERENCE, rule, start, status); in parseSection() 330 syntaxError(UErrorCode code, const UnicodeString& rule, int32_t start, UErrorCode& status) syntaxError() argument 399 parseSection(const UnicodeString& rule, int32_t pos, int32_t limit, UnicodeString& buf, const UnicodeString& illegal, UBool isSegment, UErrorCode& status) parseSection() argument 886 parseRules(const UnicodeString& rule, UTransDirection theDirection, UErrorCode& status) parseRules() argument 1165 setVariableRange(int32_t start, int32_t end, UErrorCode& status) setVariableRange() argument 1233 parsePragma(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) parsePragma() argument 1287 parseRule(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) parseRule() argument 1491 syntaxError(UErrorCode parseErrorCode, const UnicodeString& rule, int32_t pos, UErrorCode& status) syntaxError() argument 1525 parseSet(const UnicodeString& rule, ParsePosition& pos, UErrorCode& status) parseSet() argument 1542 generateStandInFor(UnicodeFunctor* adopted, UErrorCode& status) generateStandInFor() argument 1569 getSegmentStandin(int32_t seg, UErrorCode& status) getSegmentStandin() argument 1594 setSegmentObject(int32_t seg, StringMatcher* adopted, UErrorCode& status) setSegmentObject() argument 1621 getDotStandIn(UErrorCode& status) getDotStandIn() argument 1638 appendVariableDef(const UnicodeString& name, UnicodeString& buf, UErrorCode& status) appendVariableDef() argument 1676 utrans_stripRules(const char16_t *source, int32_t sourceLen, char16_t *target, UErrorCode *status) utrans_stripRules() argument [all...] |
H A D | coll.cpp | 132 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const override; 138 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const { in create() 139 if (handlesKey(key, status)) { in create() 147 return Collator::makeInstance(loc, status); in create() 159 UErrorCode status = U_ZERO_ERROR; in ICUCollatorService() local 160 registerFactory(new ICUCollatorFactory(), status); in ICUCollatorService() 169 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* actualID, UErrorCode& status) const override { 180 return Collator::makeInstance(loc, status); 183 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const override { 188 return (Collator*)ICULocaleService::getKey(key, actualReturn, status); 225 initAvailableLocaleList(UErrorCode &status) initAvailableLocaleList() argument 254 isAvailableLocaleListInitialized(UErrorCode &status) isAvailableLocaleListInitialized() argument 430 createInstance(const Locale& desiredLocale, UErrorCode& status) createInstance() argument 467 makeInstance(const Locale& desiredLocale, UErrorCode& status) makeInstance() argument 564 UErrorCode status = U_ZERO_ERROR; getAvailableLocales() local 651 getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode &status) getBound() argument 679 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status) registerInstance() argument 699 CFactory(CollatorFactory* delegate, UErrorCode& status) CFactory() argument 763 UErrorCode status = U_ZERO_ERROR; getDisplayName() local 776 registerFactory(CollatorFactory* toAdopt, UErrorCode& status) registerFactory() argument 791 unregister(URegistryKey key, UErrorCode& status) unregister() argument 874 UErrorCode status = U_ZERO_ERROR; getAvailableLocales() local 882 getKeywords(UErrorCode& status) getKeywords() argument 888 getKeywordValues(const char *keyword, UErrorCode& status) getKeywordValues() argument 894 getKeywordValuesForLocale(const char* key, const Locale& locale, UBool commonlyUsed, UErrorCode& status) getKeywordValuesForLocale() argument 903 getFunctionalEquivalent(const char* keyword, const Locale& locale, UBool& isAvailable, UErrorCode& status) getFunctionalEquivalent() argument 952 setReorderCodes(const int32_t* , int32_t , UErrorCode& status) setReorderCodes() argument [all...] |
/third_party/rust/crates/nix/src/sys/ |
H A D | wait.rs | 1 //! Wait for a process to change status 18 /// Do not block when there are no processes wishing to report status. 20 /// Report the status of selected processes which are stopped due to a 26 /// Report the status of selected processes which have terminated. 37 /// Report the status of selected processes that have continued from a 52 /// Don't reap, just poll status. 80 /// Each status (other than `StillAlive`) describes a state transition 91 /// `WIFEXITED(status)`; the second field is `WEXITSTATUS(status)`. 95 /// matches the C macro `WIFSIGNALED(status)`; th 311 let mut status: i32 = 0; waitpid() variables [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ures.h | 155 * @param status fills in the outgoing error code. 156 * The UErrorCode err parameter is used to return status information to the user. To 159 * informational status results which still indicate success. U_USING_FALLBACK_WARNING 172 UErrorCode* status); 187 * @param status fills in the outgoing error code. Either U_ZERO_ERROR or U_MISSING_RESOURCE_ERROR 195 UErrorCode* status); 210 * @param status fills in the outgoing error code. 218 UErrorCode* status); 310 * @param status just for catching illegal arguments 316 UErrorCode* status); 812 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) ures_getUnicodeString() argument 837 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) ures_getNextUnicodeString() argument 859 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) ures_getUnicodeStringByIndex() argument 882 ures_getUnicodeStringByKey(const UResourceBundle *resB, const char* key, UErrorCode* status) ures_getUnicodeStringByKey() argument [all...] |
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ures.h | 156 * @param status fills in the outgoing error code. 157 * The UErrorCode err parameter is used to return status information to the user. To 160 * informational status results which still indicate success. U_USING_FALLBACK_WARNING 173 UErrorCode* status); 188 * @param status fills in the outgoing error code. Either U_ZERO_ERROR or U_MISSING_RESOURCE_ERROR 196 UErrorCode* status); 211 * @param status fills in the outgoing error code. 219 UErrorCode* status); 311 * @param status just for catching illegal arguments 317 UErrorCode* status); 813 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) ures_getUnicodeString() argument 838 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) ures_getNextUnicodeString() argument 860 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) ures_getUnicodeStringByIndex() argument 883 ures_getUnicodeStringByKey(const UResourceBundle *resB, const char* key, UErrorCode* status) ures_getUnicodeStringByKey() argument [all...] |