Home
last modified time | relevance | path

Searched refs:status (Results 976 - 1000 of 8951) sorted by relevance

1...<<31323334353637383940>>...359

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtmutfmt.cpp83 TimeUnitFormat::TimeUnitFormat(UErrorCode& status) { in TimeUnitFormat() argument
84 initMeasureFormat(Locale::getDefault(), UMEASFMT_WIDTH_WIDE, NULL, status); in TimeUnitFormat() local
85 create(UTMUTFMT_FULL_STYLE, status); in TimeUnitFormat()
89 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UErrorCode& status) { in TimeUnitFormat() argument
90 initMeasureFormat(locale, UMEASFMT_WIDTH_WIDE, NULL, status); in TimeUnitFormat()
91 create(UTMUTFMT_FULL_STYLE, status); in TimeUnitFormat()
95 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status) { in TimeUnitFormat() argument
98 initMeasureFormat(locale, UMEASFMT_WIDTH_WIDE, NULL, status); in TimeUnitFormat()
101 initMeasureFormat(locale, UMEASFMT_WIDTH_SHORT, NULL, status); in TimeUnitFormat()
104 initMeasureFormat(locale, UMEASFMT_WIDTH_WIDE, NULL, status); in TimeUnitFormat()
117 UErrorCode status = U_ZERO_ERROR; TimeUnitFormat() local
160 UErrorCode status = U_ZERO_ERROR; operator =() local
276 UErrorCode status = U_ZERO_ERROR; parseObject() local
290 create(UTimeUnitFormatStyle style, UErrorCode& status) create() argument
471 UErrorCode status = U_ZERO_ERROR; readFromCurrentLocale() local
558 UErrorCode status = U_ZERO_ERROR; searchInLocaleChain() local
676 setLocale(const Locale& locale, UErrorCode& status) setLocale() argument
684 setNumberFormat(const NumberFormat& format, UErrorCode& status) setNumberFormat() argument
711 copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status) copyHash() argument
759 initHash(UErrorCode& status) initHash() argument
778 getTimeUnitName(TimeUnit::UTimeUnitFields unitField, UErrorCode& status) getTimeUnitName() argument
[all...]
H A Dfphdlimp.cpp70 : iter(posIter), vec(NULL), status(_status), fCategory(UFIELD_CATEGORY_UNDEFINED) { in FieldPositionIteratorHandler()
71 if (iter && U_SUCCESS(status)) { in FieldPositionIteratorHandler()
72 vec = new UVector32(status); in FieldPositionIteratorHandler()
78 UErrorCode& status) in FieldPositionIteratorHandler()
79 : iter(nullptr), vec(vec), status(status), fCategory(UFIELD_CATEGORY_UNDEFINED) { in FieldPositionIteratorHandler()
83 // setData adopts the vec regardless of status, so it's safe to null it in ~FieldPositionIteratorHandler()
85 iter->setData(vec, status); in ~FieldPositionIteratorHandler()
93 if (vec && U_SUCCESS(status) && start < limit) { in addAttribute()
95 vec->addElement(fCategory, status); in addAttribute()
76 FieldPositionIteratorHandler( UVector32* vec, UErrorCode& status) FieldPositionIteratorHandler() argument
[all...]
H A Dnumber_formatimpl.h34 NumberFormatterImpl(const MacroProps &macros, UErrorCode &status);
40 UErrorCode &status);
50 UErrorCode& status);
55 int32_t format(UFormattedNumberData *results, UErrorCode &status) const;
60 void preProcess(DecimalQuantity& inValue, MicroProps& microsOut, UErrorCode& status) const;
66 UErrorCode& status) const;
77 FormattedStringBuilder& string, int32_t index, UErrorCode& status);
83 int32_t end, UErrorCode& status);
118 NumberFormatterImpl(const MacroProps &macros, bool safe, UErrorCode &status);
120 MicroProps& preProcessUnsafe(DecimalQuantity &inValue, UErrorCode &status);
[all...]
/third_party/icu/icu4c/source/common/
H A Ddictbe.cpp55 UErrorCode& status) const { in findBreaks()
56 if (U_FAILURE(status)) return 0; in findBreaks()
75 result = divideUpDictionaryRange(text, rangeStart, rangeEnd, foundBreaks, isPhraseBreaking, status); in findBreaks()
200 ThaiBreakEngine::ThaiBreakEngine(DictionaryMatcher *adoptDictionary, UErrorCode &status) in ThaiBreakEngine() argument
206 UnicodeSet thaiWordSet(UnicodeString(u"[[:Thai:]&[:LineBreak=SA:]]"), status); in ThaiBreakEngine()
207 if (U_SUCCESS(status)) { in ThaiBreakEngine()
210 fMarkSet.applyPattern(UnicodeString(u"[[:Thai:]&[:LineBreak=SA:]&[:M:]]"), status); in ThaiBreakEngine()
225 UTRACE_EXIT_STATUS(status); in ThaiBreakEngine()
238 UErrorCode& status) const { in divideUpDictionaryRange()
239 if (U_FAILURE(status)) retur in divideUpDictionaryRange()
443 LaoBreakEngine(DictionaryMatcher *adoptDictionary, UErrorCode &status) LaoBreakEngine() argument
640 BurmeseBreakEngine(DictionaryMatcher *adoptDictionary, UErrorCode &status) BurmeseBreakEngine() argument
833 KhmerBreakEngine(DictionaryMatcher *adoptDictionary, UErrorCode &status) KhmerBreakEngine() argument
1056 CjkBreakEngine(DictionaryMatcher *adoptDictionary, LanguageType type, UErrorCode &status) CjkBreakEngine() argument
[all...]
H A Dures_cnv.cpp32 UErrorCode *status) in ures_openU()
38 if(status==NULL || U_FAILURE(*status)) { in ures_openU()
47 *status=U_ILLEGAL_ARGUMENT_ERROR; in ures_openU()
58 UConverter *cnv=u_getDefaultConverter(status); in ures_openU()
59 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status); in ures_openU()
61 if(U_FAILURE(*status)) { in ures_openU()
66 *status=U_ILLEGAL_ARGUMENT_ERROR; in ures_openU()
71 *status=U_UNSUPPORTED_ERROR; in ures_openU()
77 return ures_open(path, localeID, status); in ures_openU()
30 ures_openU(const UChar *myPath, const char *localeID, UErrorCode *status) ures_openU() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Dentry_point.cpp31 napi_status status = napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init() local
32 ZLOGI("init createKVManager %{public}d", status); in Init()
34 status = napi_set_named_property(env, exports, "FieldNode", JsFieldNode::Constructor(env)); in Init()
35 ZLOGI("init FieldNode %{public}d", status); in Init()
37 status = napi_set_named_property(env, exports, "Schema", JsSchema::Constructor(env)); in Init()
38 ZLOGI("init Schema %{public}d", status); in Init()
40 status = napi_set_named_property(env, exports, "Query", JsQuery::Constructor(env)); in Init()
41 ZLOGI("init Query %{public}d", status); in Init()
43 status = InitConstProperties(env, exports); in Init()
44 ZLOGI("init Enumerate Constants %{public}d", status); in Init()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Dentry_point.cpp31 napi_status status = napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init() local
32 ZLOGI("init createKVManager %{public}d", status); in Init()
34 status = napi_set_named_property(env, exports, "FieldNode", JsFieldNode::Constructor(env)); in Init()
35 ZLOGI("init FieldNode %{public}d", status); in Init()
37 status = napi_set_named_property(env, exports, "Schema", JsSchema::Constructor(env)); in Init()
38 ZLOGI("init Schema %{public}d", status); in Init()
40 status = napi_set_named_property(env, exports, "Query", JsQuery::Constructor(env)); in Init()
41 ZLOGI("init Query %{public}d", status); in Init()
43 status = InitConstProperties(env, exports); in Init()
44 ZLOGI("init Enumerate Constants %{public}d", status); in Init()
[all...]
/third_party/icu/tools/colprobe/
H A Dlongname.cpp11 UErrorCode status = U_ZERO_ERROR; in main() local
14 UConverter *conv = ucnv_open("utf8", &status); in main()
22 uBufLen = uloc_getDisplayLanguage(loc, "en", UBuffer, 256, &status); in main()
23 bufLen = ucnv_fromUChars(conv, buffer, 256, UBuffer, uBufLen, &status); in main()
28 if(hasCountry = uloc_getCountry(loc, buffer, 256, &status)) { in main()
29 uBufLen = uloc_getDisplayCountry(loc, "en", UBuffer, 256, &status); in main()
30 bufLen = ucnv_fromUChars(conv, buffer, 256, UBuffer, uBufLen, &status); in main()
36 if(uloc_getVariant(loc, buffer, 256, &status)) { in main()
37 uBufLen = uloc_getDisplayVariant(loc, "en", UBuffer, 256, &status); in main()
38 bufLen = ucnv_fromUChars(conv, buffer, 256, UBuffer, uBufLen, &status); in main()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dures_cnv.cpp32 UErrorCode *status) in ures_openU()
38 if(status==nullptr || U_FAILURE(*status)) { in ures_openU()
47 *status=U_ILLEGAL_ARGUMENT_ERROR; in ures_openU()
58 UConverter *cnv=u_getDefaultConverter(status); in ures_openU()
59 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status); in ures_openU()
61 if(U_FAILURE(*status)) { in ures_openU()
66 *status=U_ILLEGAL_ARGUMENT_ERROR; in ures_openU()
71 *status=U_UNSUPPORTED_ERROR; in ures_openU()
77 return ures_open(path, localeID, status); in ures_openU()
30 ures_openU(const char16_t *myPath, const char *localeID, UErrorCode *status) ures_openU() argument
[all...]
/third_party/icu/icu4c/source/samples/datecal/
H A Dcal.cpp26 UErrorCode status = U_ZERO_ERROR; in cpp_main() local
28 GregorianCalendar* gc = new GregorianCalendar(status); in cpp_main()
29 if (U_FAILURE(status)) { in cpp_main()
44 gc->get(UCAL_YEAR, status), in cpp_main()
45 gc->get(UCAL_MONTH, status) + 1, in cpp_main()
46 gc->get(UCAL_MONTH, status), in cpp_main()
47 gc->get(UCAL_DATE, status)); in cpp_main()
48 if (U_FAILURE(status)) in cpp_main()
54 gc->add(UCAL_DATE, 1, status); in cpp_main()
55 if (U_FAILURE(status)) { in cpp_main()
[all...]
H A Dccal.c24 UErrorCode status = U_ZERO_ERROR; in c_main() local
26 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status); in c_main()
27 if (U_FAILURE(status)) { in c_main()
44 ucal_get(cal, UCAL_YEAR, &status), in c_main()
45 ucal_get(cal, UCAL_MONTH, &status) + 1, in c_main()
46 ucal_get(cal, UCAL_MONTH, &status), in c_main()
47 ucal_get(cal, UCAL_DATE, &status)); in c_main()
48 if (U_FAILURE(status)) { in c_main()
53 ucal_add(cal, UCAL_DATE, 1, &status); in c_main()
54 if (U_FAILURE(status)) in c_main()
[all...]
/third_party/skia/third_party/externals/icu/source/samples/datecal/
H A Dcal.cpp24 UErrorCode status = U_ZERO_ERROR; in cpp_main() local
26 GregorianCalendar* gc = new GregorianCalendar(status); in cpp_main()
27 if (U_FAILURE(status)) { in cpp_main()
42 gc->get(UCAL_YEAR, status), in cpp_main()
43 gc->get(UCAL_MONTH, status) + 1, in cpp_main()
44 gc->get(UCAL_MONTH, status), in cpp_main()
45 gc->get(UCAL_DATE, status)); in cpp_main()
46 if (U_FAILURE(status)) in cpp_main()
52 gc->add(UCAL_DATE, 1, status); in cpp_main()
53 if (U_FAILURE(status)) { in cpp_main()
[all...]
H A Dccal.c24 UErrorCode status = U_ZERO_ERROR; in c_main() local
26 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status); in c_main()
27 if (U_FAILURE(status)) { in c_main()
44 ucal_get(cal, UCAL_YEAR, &status), in c_main()
45 ucal_get(cal, UCAL_MONTH, &status) + 1, in c_main()
46 ucal_get(cal, UCAL_MONTH, &status), in c_main()
47 ucal_get(cal, UCAL_DATE, &status)); in c_main()
48 if (U_FAILURE(status)) { in c_main()
53 ucal_add(cal, UCAL_DATE, 1, &status); in c_main()
54 if (U_FAILURE(status)) in c_main()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dures_cnv.cpp32 UErrorCode *status) in ures_openU()
38 if(status==NULL || U_FAILURE(*status)) { in ures_openU()
47 *status=U_ILLEGAL_ARGUMENT_ERROR; in ures_openU()
58 UConverter *cnv=u_getDefaultConverter(status); in ures_openU()
59 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status); in ures_openU()
61 if(U_FAILURE(*status)) { in ures_openU()
66 *status=U_ILLEGAL_ARGUMENT_ERROR; in ures_openU()
71 *status=U_UNSUPPORTED_ERROR; in ures_openU()
77 return ures_open(path, localeID, status); in ures_openU()
30 ures_openU(const UChar *myPath, const char *localeID, UErrorCode *status) ures_openU() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dfldset.h55 * @param status will return U_ILLEGAL_ARGUMENT_ERROR if sets are not the same size
59 U_NAMESPACE_QUALIFIER UnicodeString diffFrom(const FieldsSet& other, UErrorCode &status) const;
65 * @param status status of parse
68 int32_t parseFrom(const U_NAMESPACE_QUALIFIER UnicodeString& str, UErrorCode& status) { in parseFrom() argument
69 return parseFrom(str,NULL,status); in parseFrom()
77 * @param status status of parse
82 UErrorCode& status) { in parseFrom()
83 return parseFrom(str, &inheritFrom, status); in parseFrom()
80 parseFrom(const U_NAMESPACE_QUALIFIER UnicodeString& str, const FieldsSet& inheritFrom, UErrorCode& status) parseFrom() argument
[all...]
H A Dunits_data_test.cpp60 IcuTestErrorCode status(*this, "testGetUnitCategory"); in testGetUnitCategory()
62 CharString category = getUnitQuantity(MeasureUnitImpl::forIdentifier(t.unit, status), status); in testGetUnitCategory()
63 if (!status.errIfFailureAndReset("getUnitCategory(%s)", t.unit)) { in testGetUnitCategory()
70 IcuTestErrorCode status(*this, "testGetAllConversionRates"); in testGetAllConversionRates()
72 getAllConversionRates(conversionInfo, status); in testGetAllConversionRates()
87 UnitPreferencesOpenedUp(UErrorCode &status) : UnitPreferences(status) {} in UnitPreferencesOpenedUp() argument
133 IcuTestErrorCode status(*this, "testGetPreferencesFor"); in testGetPreferencesFor()
134 UnitPreferencesOpenedUp preferences(status); in testGetPreferencesFor()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dfphdlimp.cpp70 : iter(posIter), vec(NULL), status(_status), fCategory(UFIELD_CATEGORY_UNDEFINED) { in FieldPositionIteratorHandler()
71 if (iter && U_SUCCESS(status)) { in FieldPositionIteratorHandler()
72 vec = new UVector32(status); in FieldPositionIteratorHandler()
78 UErrorCode& status) in FieldPositionIteratorHandler()
79 : iter(nullptr), vec(vec), status(status), fCategory(UFIELD_CATEGORY_UNDEFINED) { in FieldPositionIteratorHandler()
83 // setData adopts the vec regardless of status, so it's safe to null it in ~FieldPositionIteratorHandler()
85 iter->setData(vec, status); in ~FieldPositionIteratorHandler()
93 if (vec && U_SUCCESS(status) && start < limit) { in addAttribute()
95 vec->addElement(fCategory, status); in addAttribute()
76 FieldPositionIteratorHandler( UVector32* vec, UErrorCode& status) FieldPositionIteratorHandler() argument
[all...]
H A Dnumber_formatimpl.h34 NumberFormatterImpl(const MacroProps &macros, UErrorCode &status);
46 UErrorCode &status);
56 UErrorCode& status);
61 int32_t format(UFormattedNumberData *results, UErrorCode &status) const;
66 void preProcess(DecimalQuantity& inValue, MicroProps& microsOut, UErrorCode& status) const;
72 UErrorCode& status) const;
83 FormattedStringBuilder& string, int32_t index, UErrorCode& status);
89 int32_t end, UErrorCode& status);
118 NumberFormatterImpl(const MacroProps &macros, bool safe, UErrorCode &status);
120 MicroProps& preProcessUnsafe(DecimalQuantity &inValue, UErrorCode &status);
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dfphdlimp.cpp70 : iter(posIter), vec(nullptr), status(_status), fCategory(UFIELD_CATEGORY_UNDEFINED) { in FieldPositionIteratorHandler()
71 if (iter && U_SUCCESS(status)) { in FieldPositionIteratorHandler()
72 vec = new UVector32(status); in FieldPositionIteratorHandler()
78 UErrorCode& status) in FieldPositionIteratorHandler()
79 : iter(nullptr), vec(vec), status(status), fCategory(UFIELD_CATEGORY_UNDEFINED) { in FieldPositionIteratorHandler()
83 // setData adopts the vec regardless of status, so it's safe to null it in ~FieldPositionIteratorHandler()
85 iter->setData(vec, status); in ~FieldPositionIteratorHandler()
93 if (vec && U_SUCCESS(status) && start < limit) { in addAttribute()
95 vec->addElement(fCategory, status); in addAttribute()
76 FieldPositionIteratorHandler( UVector32* vec, UErrorCode& status) FieldPositionIteratorHandler() argument
[all...]
H A Dnumber_formatimpl.h34 NumberFormatterImpl(const MacroProps &macros, UErrorCode &status);
46 UErrorCode &status);
56 UErrorCode& status);
61 int32_t format(UFormattedNumberData *results, UErrorCode &status) const;
66 void preProcess(DecimalQuantity& inValue, MicroProps& microsOut, UErrorCode& status) const;
72 UErrorCode& status) const;
87 UErrorCode& status);
97 UErrorCode& status);
126 NumberFormatterImpl(const MacroProps &macros, bool safe, UErrorCode &status);
128 MicroProps& preProcessUnsafe(DecimalQuantity &inValue, UErrorCode &status);
[all...]
/third_party/skia/third_party/externals/tint/kokoro/linux/
H A Ddocker.sh30 function status { function
65 status "Cloning to clean source directory at '${SRC_DIR}'"
71 status "Fetching dependencies"
75 status "Linting"
78 status "Configuring build system"
108 status "Running Doxygen"
119 status "Building tint"
125 status "Running tint_unittests"
131 status "Running tint_ast_fuzzer_unittests"
138 status "Runnin
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_db_proxy.cpp216 DBStatus status = OK; in Close() local
218 status = iCloudDb->Close(); in Close()
222 status = (status == OK ? ret : status); in Close()
224 if (status != OK) { in Close()
225 LOGW("[CloudDBProxy] cloud db close failed %d", static_cast<int>(status)); in Close()
229 return status == OK ? E_OK : -E_CLOUD_ERROR; in Close()
261 DBStatus status = iAssetLoader_->Download(tableName, gid, prefix, assets); in Download() local
262 if (status ! in Download()
278 DBStatus status = iAssetLoader_->RemoveLocalAssets(assets); RemoveLocalAssets() local
297 DBStatus status = iAssetLoader_->RemoveLocalAssets(tableName, gid, prefix, assets); RemoveLocalAssets() local
334 DBStatus status = OK; DMLActionTask() local
376 DBStatus status = OK; InnerActionTask() local
419 DBStatus status = OK; InnerActionLock() local
438 DBStatus status = OK; InnerActionGetEmptyCursor() local
449 GetInnerErrorCode(DBStatus status) GetInnerErrorCode() argument
482 DBStatus status = cloudDb->Query(context->GetTableName(), queryExtend, data); QueryAction() local
600 IsRecordActionFail(const VBucket &extend, bool isInsert, DBStatus status) IsRecordActionFail() argument
631 SetInfo(const CloudWaterType &type, DBStatus status, uint32_t size) SetInfo() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
H A Dnapi_data_utils.cpp67 napi_status status = napi_get_value_double(env, in, &tmp); in GetValue() local
69 return status; in GetValue()
97 napi_status status = napi_typeof(env, in, &type); in GetValue() local
98 LOG_ERROR_RETURN((status == napi_ok) && (type == napi_string), "invalid type", napi_invalid_arg); in GetValue()
101 status = napi_get_value_string_utf8(env, in, NULL, 0, &maxLen); in GetValue()
103 return status; in GetValue()
108 status = napi_get_value_string_utf8(env, in, buf, maxLen + STR_TAIL_LENGTH, &len); in GetValue()
109 if (status == napi_ok) { in GetValue()
115 status = napi_generic_failure; in GetValue()
117 return status; in GetValue()
135 napi_status status = napi_get_array_length(env, in, &length); GetValue() local
152 napi_status status = napi_create_array_with_length(env, in.size(), &out); SetValue() local
174 napi_status status = napi_get_typedarray_info(env, in, &type, &length, &data, &buffer, &offset); GetValue() local
190 napi_status status = napi_create_arraybuffer(env, in.size(), &data, &buffer); SetValue() local
216 napi_status status = napi_create_array_with_length(env, in.size(), &out); SetValue() local
247 napi_status status = napi_create_array_with_length(env, in.size(), &out); SetValue() local
268 napi_status status = napi_typeof(env, in, &type); GetValue() local
376 napi_status status = napi_typeof(env, in, &type); GetValue() local
470 napi_status status = napi_ok; GetValue() local
547 napi_status status = napi_typeof(env, value, &type); IsNull() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Deffect_napi.cpp48 napi_status status = napi_define_class(env, CLASS_NAME.c_str(), in Init() local
53 UIEFFECT_NAPI_CHECK_RET_D(UIEFFECT_IS_OK(status), nullptr, UIEFFECT_LOG_E("define class fail")); in Init()
55 status = napi_create_reference(env, constructor, 1, &sConstructor_); in Init()
56 if (!UIEFFECT_IS_OK(status)) { in Init()
61 status = napi_get_global(env, &global); in Init()
62 UIEFFECT_NAPI_CHECK_RET_D(UIEFFECT_IS_OK(status), nullptr, UIEFFECT_LOG_E("Init:get global fail")); in Init()
64 status = napi_set_named_property(env, global, CLASS_NAME.c_str(), constructor); in Init()
65 UIEFFECT_NAPI_CHECK_RET_D(UIEFFECT_IS_OK(status), nullptr, UIEFFECT_LOG_E("Init:set global named property fail")); in Init()
67 status = napi_set_named_property(env, exports, CLASS_NAME.c_str(), constructor); in Init()
68 UIEFFECT_NAPI_CHECK_RET_D(UIEFFECT_IS_OK(status), nullpt in Init()
79 napi_status status = napi_get_cb_info(env, info, &argCount, nullptr, &jsThis, nullptr); Constructor() local
143 napi_status status = napi_has_named_property(env, jsObject, "cubicRate", &result); CheckCreateBrightnessBlender() local
215 napi_status status = napi_wrap( CreateBrightnessBlender() local
352 napi_status status; SetbackgroundColorBlender() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Duregiontest.c368 UErrorCode status = U_ZERO_ERROR; in TestKnownRegions() local
369 const URegion *r = uregion_getRegionFromCode(rd->code, &status); in TestKnownRegions()
370 if ( U_SUCCESS(status) ) { in TestKnownRegions()
380 const URegion *ncRegion = uregion_getRegionFromNumericCode(e, &status); in TestKnownRegions()
395 UErrorCode status = U_ZERO_ERROR; in TestGetContainedRegions() local
396 const URegion *r = uregion_getRegionFromCode(rd->code, &status); in TestGetContainedRegions()
397 if ( U_SUCCESS(status) ) { in TestGetContainedRegions()
403 containedRegions = uregion_getContainedRegions(r, &status); in TestGetContainedRegions()
405 while ((crID = uenum_next(containedRegions, NULL, &status)) != NULL && U_SUCCESS(status) ) { in TestGetContainedRegions()
476 UErrorCode status = U_ZERO_ERROR; TestGetContainedRegionsWithType() local
505 UErrorCode status = U_ZERO_ERROR; TestGetContainingRegion() local
529 UErrorCode status = U_ZERO_ERROR; TestGetContainingRegionWithType() local
570 UErrorCode status = U_ZERO_ERROR; TestGetPreferredValues() local
606 UErrorCode status = U_ZERO_ERROR; TestContains() local
[all...]

Completed in 11 milliseconds

1...<<31323334353637383940>>...359