Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 3364) sorted by relevance

12345678910>>...135

/third_party/node/deps/icu-small/source/i18n/
Dmeasunit.cpp594 MeasureUnit *MeasureUnit::createGForce(UErrorCode &status) { in createGForce()
602 MeasureUnit *MeasureUnit::createMeterPerSecondSquared(UErrorCode &status) { in createMeterPerSecondSquared()
610 MeasureUnit *MeasureUnit::createArcMinute(UErrorCode &status) { in createArcMinute()
618 MeasureUnit *MeasureUnit::createArcSecond(UErrorCode &status) { in createArcSecond()
626 MeasureUnit *MeasureUnit::createDegree(UErrorCode &status) { in createDegree()
634 MeasureUnit *MeasureUnit::createRadian(UErrorCode &status) { in createRadian()
642 MeasureUnit *MeasureUnit::createRevolutionAngle(UErrorCode &status) { in createRevolutionAngle()
650 MeasureUnit *MeasureUnit::createAcre(UErrorCode &status) { in createAcre()
658 MeasureUnit *MeasureUnit::createDunam(UErrorCode &status) { in createDunam()
666 MeasureUnit *MeasureUnit::createHectare(UErrorCode &status) { in createHectare()
[all …]
Dstsearch.cpp56 UErrorCode &status) : in StringSearch()
88 UErrorCode &status) : in StringSearch()
113 UErrorCode &status) : in StringSearch()
145 UErrorCode status = U_ZERO_ERROR; in StringSearch() local
188 UErrorCode status = U_ZERO_ERROR; in operator =() local
224 void StringSearch::setOffset(int32_t position, UErrorCode &status) in setOffset()
235 void StringSearch::setText(const UnicodeString &text, UErrorCode &status) in setText()
243 void StringSearch::setText(CharacterIterator &text, UErrorCode &status) in setText()
257 void StringSearch::setCollator(RuleBasedCollator *coll, UErrorCode &status) in setCollator()
265 UErrorCode &status) in setPattern()
[all …]
Duspoof.cpp59 void U_CALLCONV initializeStatics(UErrorCode &status) { in initializeStatics()
160 U_CFUNC void uspoof_internalInitStatics(UErrorCode *status) { in uspoof_internalInitStatics()
165 uspoof_open(UErrorCode *status) { in uspoof_open()
185 UErrorCode *status) { in uspoof_openFromSerialized()
232 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
252 UErrorCode status = U_ZERO_ERROR; in uspoof_close() local
259 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
277 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
287 UErrorCode status = U_ZERO_ERROR; in uspoof_setRestrictionLevel() local
297 UErrorCode status = U_ZERO_ERROR; in uspoof_getRestrictionLevel() local
[all …]
Duregex.cpp87 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) { in validateRE()
113 UErrorCode *status) { in uregex_open()
190 UErrorCode *status) { in uregex_openUText()
272 UErrorCode status = U_ZERO_ERROR; in uregex_close() local
286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone()
325 UErrorCode *status) { in uregex_pattern()
345 UErrorCode *status) { in uregex_patternUText()
357 uregex_flags(const URegularExpression *regexp2, UErrorCode *status) { in uregex_flags()
376 UErrorCode *status) { in uregex_setText()
409 UErrorCode *status) { in uregex_setUText()
[all …]
Dnumber_simple.cpp21 SimpleNumber::forInt64(int64_t value, UErrorCode& status) { in forInt64()
34 SimpleNumber::SimpleNumber(UFormattedNumberData* data, UErrorCode& status) : fData(data) { in SimpleNumber()
54 void SimpleNumber::multiplyByPowerOfTen(int32_t power, UErrorCode& status) { in multiplyByPowerOfTen()
65 …mpleNumber::roundTo(int32_t position, UNumberFormatRoundingMode roundingMode, UErrorCode& status) { in roundTo()
76 void SimpleNumber::setMinimumIntegerDigits(uint32_t position, UErrorCode& status) { in setMinimumIntegerDigits()
87 void SimpleNumber::setMinimumFractionDigits(uint32_t position, UErrorCode& status) { in setMinimumFractionDigits()
98 void SimpleNumber::truncateStart(uint32_t position, UErrorCode& status) { in truncateStart()
109 void SimpleNumber::setSign(USimpleNumberSign sign, UErrorCode& status) { in setSign()
130 …leNumberFormatter SimpleNumberFormatter::forLocale(const icu::Locale &locale, UErrorCode &status) { in forLocale()
137 UErrorCode &status) { in forLocaleAndGroupingStrategy()
[all …]
Ducsdet.cpp32 ucsdet_open(UErrorCode *status) in ucsdet_open()
56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText()
66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName()
76 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getConfidence()
86 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getLanguage()
96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_detect()
106 …tDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status) in ucsdet_setDeclaredEncoding()
117 int32_t *maxMatchesFound, UErrorCode *status) in ucsdet_detectAll()
175 char16_t *buf, int32_t cap, UErrorCode *status) in ucsdet_getUChars()
185 …tDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode *status) in ucsdet_setDetectableCharset()
[all …]
/third_party/icu/icu4c/source/i18n/
Dmeasunit.cpp593 MeasureUnit *MeasureUnit::createGForce(UErrorCode &status) { in createGForce()
601 MeasureUnit *MeasureUnit::createMeterPerSecondSquared(UErrorCode &status) { in createMeterPerSecondSquared()
609 MeasureUnit *MeasureUnit::createArcMinute(UErrorCode &status) { in createArcMinute()
617 MeasureUnit *MeasureUnit::createArcSecond(UErrorCode &status) { in createArcSecond()
625 MeasureUnit *MeasureUnit::createDegree(UErrorCode &status) { in createDegree()
633 MeasureUnit *MeasureUnit::createRadian(UErrorCode &status) { in createRadian()
641 MeasureUnit *MeasureUnit::createRevolutionAngle(UErrorCode &status) { in createRevolutionAngle()
649 MeasureUnit *MeasureUnit::createAcre(UErrorCode &status) { in createAcre()
657 MeasureUnit *MeasureUnit::createDunam(UErrorCode &status) { in createDunam()
665 MeasureUnit *MeasureUnit::createHectare(UErrorCode &status) { in createHectare()
[all …]
Duspoof.cpp59 void U_CALLCONV initializeStatics(UErrorCode &status) { in initializeStatics()
160 U_CFUNC void uspoof_internalInitStatics(UErrorCode *status) { in uspoof_internalInitStatics()
165 uspoof_open(UErrorCode *status) { in uspoof_open()
185 UErrorCode *status) { in uspoof_openFromSerialized()
232 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
252 UErrorCode status = U_ZERO_ERROR; in uspoof_close() local
259 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
277 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
287 UErrorCode status = U_ZERO_ERROR; in uspoof_setRestrictionLevel() local
297 UErrorCode status = U_ZERO_ERROR; in uspoof_getRestrictionLevel() local
[all …]
Dstsearch.cpp56 UErrorCode &status) : in StringSearch()
88 UErrorCode &status) : in StringSearch()
113 UErrorCode &status) : in StringSearch()
145 UErrorCode status = U_ZERO_ERROR; in StringSearch() local
188 UErrorCode status = U_ZERO_ERROR; in operator =() local
223 void StringSearch::setOffset(int32_t position, UErrorCode &status) in setOffset()
234 void StringSearch::setText(const UnicodeString &text, UErrorCode &status) in setText()
242 void StringSearch::setText(CharacterIterator &text, UErrorCode &status) in setText()
256 void StringSearch::setCollator(RuleBasedCollator *coll, UErrorCode &status) in setCollator()
264 UErrorCode &status) in setPattern()
[all …]
Duregex.cpp87 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) { in validateRE()
113 UErrorCode *status) { in uregex_open()
190 UErrorCode *status) { in uregex_openUText()
272 UErrorCode status = U_ZERO_ERROR; in uregex_close() local
286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone()
325 UErrorCode *status) { in uregex_pattern()
345 UErrorCode *status) { in uregex_patternUText()
357 uregex_flags(const URegularExpression *regexp2, UErrorCode *status) { in uregex_flags()
376 UErrorCode *status) { in uregex_setText()
409 UErrorCode *status) { in uregex_setUText()
[all …]
Ducsdet.cpp32 ucsdet_open(UErrorCode *status) in ucsdet_open()
56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText()
66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName()
76 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getConfidence()
86 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getLanguage()
96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_detect()
106 …tDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status) in ucsdet_setDeclaredEncoding()
117 int32_t *maxMatchesFound, UErrorCode *status) in ucsdet_detectAll()
175 UChar *buf, int32_t cap, UErrorCode *status) in ucsdet_getUChars()
185 …tDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode *status) in ucsdet_setDetectableCharset()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dmeasunit.cpp588 MeasureUnit *MeasureUnit::createGForce(UErrorCode &status) { in createGForce()
596 MeasureUnit *MeasureUnit::createMeterPerSecondSquared(UErrorCode &status) { in createMeterPerSecondSquared()
604 MeasureUnit *MeasureUnit::createArcMinute(UErrorCode &status) { in createArcMinute()
612 MeasureUnit *MeasureUnit::createArcSecond(UErrorCode &status) { in createArcSecond()
620 MeasureUnit *MeasureUnit::createDegree(UErrorCode &status) { in createDegree()
628 MeasureUnit *MeasureUnit::createRadian(UErrorCode &status) { in createRadian()
636 MeasureUnit *MeasureUnit::createRevolutionAngle(UErrorCode &status) { in createRevolutionAngle()
644 MeasureUnit *MeasureUnit::createAcre(UErrorCode &status) { in createAcre()
652 MeasureUnit *MeasureUnit::createDunam(UErrorCode &status) { in createDunam()
660 MeasureUnit *MeasureUnit::createHectare(UErrorCode &status) { in createHectare()
[all …]
Duspoof.cpp59 void U_CALLCONV initializeStatics(UErrorCode &status) { in initializeStatics()
156 U_CFUNC void uspoof_internalInitStatics(UErrorCode *status) { in uspoof_internalInitStatics()
161 uspoof_open(UErrorCode *status) { in uspoof_open()
181 UErrorCode *status) { in uspoof_openFromSerialized()
228 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
248 UErrorCode status = U_ZERO_ERROR; in uspoof_close() local
255 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
273 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
283 UErrorCode status = U_ZERO_ERROR; in uspoof_setRestrictionLevel() local
293 UErrorCode status = U_ZERO_ERROR; in uspoof_getRestrictionLevel() local
[all …]
Dstsearch.cpp56 UErrorCode &status) : in StringSearch()
88 UErrorCode &status) : in StringSearch()
113 UErrorCode &status) : in StringSearch()
145 UErrorCode status = U_ZERO_ERROR; in StringSearch() local
188 UErrorCode status = U_ZERO_ERROR; in operator =() local
223 void StringSearch::setOffset(int32_t position, UErrorCode &status) in setOffset()
234 void StringSearch::setText(const UnicodeString &text, UErrorCode &status) in setText()
242 void StringSearch::setText(CharacterIterator &text, UErrorCode &status) in setText()
256 void StringSearch::setCollator(RuleBasedCollator *coll, UErrorCode &status) in setCollator()
264 UErrorCode &status) in setPattern()
[all …]
Duregex.cpp87 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) { in validateRE()
113 UErrorCode *status) { in uregex_open()
190 UErrorCode *status) { in uregex_openUText()
272 UErrorCode status = U_ZERO_ERROR; in uregex_close() local
286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone()
325 UErrorCode *status) { in uregex_pattern()
345 UErrorCode *status) { in uregex_patternUText()
357 uregex_flags(const URegularExpression *regexp2, UErrorCode *status) { in uregex_flags()
376 UErrorCode *status) { in uregex_setText()
409 UErrorCode *status) { in uregex_setUText()
[all …]
Ducsdet.cpp32 ucsdet_open(UErrorCode *status) in ucsdet_open()
56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText()
66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName()
76 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getConfidence()
86 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getLanguage()
96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_detect()
106 …tDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status) in ucsdet_setDeclaredEncoding()
117 int32_t *maxMatchesFound, UErrorCode *status) in ucsdet_detectAll()
175 UChar *buf, int32_t cap, UErrorCode *status) in ucsdet_getUChars()
185 …tDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode *status) in ucsdet_setDetectableCharset()
[all …]
/third_party/icu/icu4c/source/test/perf/convperf/
Dconvperf.cpp24 UErrorCode status = U_ZERO_ERROR; in main() local
37 …rterPerformanceTest::ConverterPerformanceTest(int32_t argc, const char* argv[], UErrorCode& status) in ConverterPerformanceTest()
128 UErrorCode status = U_ZERO_ERROR; in TestICU_CleanOpenAllConverters() local
137 UErrorCode status = U_ZERO_ERROR; in TestICU_OpenAllConverters() local
146 UErrorCode status = U_ZERO_ERROR; in TestICU_UTF8_FromUnicode() local
155 UErrorCode status = U_ZERO_ERROR; in TestICU_UTF8_ToUnicode() local
165 UErrorCode status = U_ZERO_ERROR; in TestWinIML2_UTF8_FromUnicode() local
174 UErrorCode status = U_ZERO_ERROR; in TestWinIML2_UTF8_ToUnicode() local
183 UErrorCode status = U_ZERO_ERROR; in TestWinANSI_UTF8_FromUnicode() local
192 UErrorCode status = U_ZERO_ERROR; in TestWinANSI_UTF8_ToUnicode() local
[all …]
/third_party/python/Modules/_decimal/libmpdec/
Dmpsignal.c42 uint32_t status = 0; in mpd_format() local
52 uint32_t status = 0; in mpd_import_u16() local
61 uint32_t status = 0; in mpd_import_u32() local
71 uint32_t status = 0; in mpd_export_u16() local
82 uint32_t status = 0; in mpd_export_u32() local
91 uint32_t status = 0; in mpd_finalize() local
99 uint32_t status = 0; in mpd_check_nan() local
110 uint32_t status = 0; in mpd_check_nans() local
121 uint32_t status = 0; in mpd_set_string() local
129 uint32_t status = 0; in mpd_maxcoeff() local
[all …]
/third_party/spirv-tools/test/tools/
Dexpect.py75 def check_return_code_is_zero(self, status): argument
85 def check_return_code_is_nonzero(self, status): argument
94 def check_no_output_on_stdout(self, status): argument
103 def check_no_output_on_stderr(self, status): argument
118 def check_no_generated_files(self, status): argument
248 def check_object_file_preamble(self, status): argument
263 def check_object_file_preamble(self, status): argument
278 def check_object_file_preamble(self, status): argument
293 def check_object_file_preamble(self, status): argument
312 def check_object_file_disassembly(self, status): argument
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/tools/
Dexpect.py75 def check_return_code_is_zero(self, status): argument
85 def check_return_code_is_nonzero(self, status): argument
94 def check_no_output_on_stdout(self, status): argument
103 def check_no_output_on_stderr(self, status): argument
118 def check_no_generated_files(self, status): argument
248 def check_object_file_preamble(self, status): argument
263 def check_object_file_preamble(self, status): argument
278 def check_object_file_preamble(self, status): argument
297 def check_object_file_disassembly(self, status): argument
330 def check_object_file_preamble(self, status): argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py75 def check_return_code_is_zero(self, status): argument
85 def check_return_code_is_nonzero(self, status): argument
94 def check_no_output_on_stdout(self, status): argument
103 def check_no_output_on_stderr(self, status): argument
118 def check_no_generated_files(self, status): argument
248 def check_object_file_preamble(self, status): argument
263 def check_object_file_preamble(self, status): argument
278 def check_object_file_preamble(self, status): argument
297 def check_object_file_disassembly(self, status): argument
330 def check_object_file_preamble(self, status): argument
[all …]
/third_party/icu/icu4c/source/test/intltest/
Ditrbnfrt.cpp65 UErrorCode status = U_ZERO_ERROR; in TestEnglishSpelloutRT() local
83 UErrorCode status = U_ZERO_ERROR; in TestDurationsRT() local
101 UErrorCode status = U_ZERO_ERROR; in TestSpanishSpelloutRT() local
119 UErrorCode status = U_ZERO_ERROR; in TestFrenchSpelloutRT() local
137 UErrorCode status = U_ZERO_ERROR; in TestSwissFrenchSpelloutRT() local
155 UErrorCode status = U_ZERO_ERROR; in TestItalianSpelloutRT() local
173 UErrorCode status = U_ZERO_ERROR; in TestGermanSpelloutRT() local
191 UErrorCode status = U_ZERO_ERROR; in TestSwedishSpelloutRT() local
209 UErrorCode status = U_ZERO_ERROR; in TestDutchSpelloutRT() local
227 UErrorCode status = U_ZERO_ERROR; in TestJapaneseSpelloutRT() local
[all …]
Dicusvtst.cpp55 UErrorCode status = U_ZERO_ERROR; in LKFSubclass() local
120 …ateSimpleFactory(UObject* obj, const UnicodeString& id, UBool visible, UErrorCode& status) override in createSimpleFactory()
335 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
339 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
351 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
359 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
381 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
396 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
406 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
413 UErrorCode status = U_ZERO_ERROR; in testAPI_One() local
[all …]
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_rfft_fast_init_f32.c52 arm_status status; in arm_rfft_fast_init_32_f32() local
78 arm_status status; in arm_rfft_fast_init_64_f32() local
104 arm_status status; in arm_rfft_fast_init_128_f32() local
130 arm_status status; in arm_rfft_fast_init_256_f32() local
156 arm_status status; in arm_rfft_fast_init_512_f32() local
182 arm_status status; in arm_rfft_fast_init_1024_f32() local
207 arm_status status; in arm_rfft_fast_init_2048_f32() local
233 arm_status status; in arm_rfft_fast_init_4096_f32() local
280 arm_status status; in arm_rfft_fast_init_f32() local
Darm_rfft_fast_init_f16.c55 arm_status status; in arm_rfft_fast_init_32_f16() local
81 arm_status status; in arm_rfft_fast_init_64_f16() local
107 arm_status status; in arm_rfft_fast_init_128_f16() local
133 arm_status status; in arm_rfft_fast_init_256_f16() local
159 arm_status status; in arm_rfft_fast_init_512_f16() local
185 arm_status status; in arm_rfft_fast_init_1024_f16() local
210 arm_status status; in arm_rfft_fast_init_2048_f16() local
236 arm_status status; in arm_rfft_fast_init_4096_f16() local
283 arm_status status; in arm_rfft_fast_init_f16() local

12345678910>>...135