/third_party/node/deps/icu-small/source/i18n/ |
D | measunit.cpp | 595 MeasureUnit *MeasureUnit::createGForce(UErrorCode &status) { in createGForce() 603 MeasureUnit *MeasureUnit::createMeterPerSecondSquared(UErrorCode &status) { in createMeterPerSecondSquared() 611 MeasureUnit *MeasureUnit::createArcMinute(UErrorCode &status) { in createArcMinute() 619 MeasureUnit *MeasureUnit::createArcSecond(UErrorCode &status) { in createArcSecond() 627 MeasureUnit *MeasureUnit::createDegree(UErrorCode &status) { in createDegree() 635 MeasureUnit *MeasureUnit::createRadian(UErrorCode &status) { in createRadian() 643 MeasureUnit *MeasureUnit::createRevolutionAngle(UErrorCode &status) { in createRevolutionAngle() 651 MeasureUnit *MeasureUnit::createAcre(UErrorCode &status) { in createAcre() 659 MeasureUnit *MeasureUnit::createDunam(UErrorCode &status) { in createDunam() 667 MeasureUnit *MeasureUnit::createHectare(UErrorCode &status) { in createHectare() [all …]
|
D | stsearch.cpp | 56 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 …]
|
D | uspoof.cpp | 60 void U_CALLCONV initializeStatics(UErrorCode &status) { in initializeStatics() 161 U_CFUNC void uspoof_internalInitStatics(UErrorCode *status) { in uspoof_internalInitStatics() 166 uspoof_open(UErrorCode *status) { in uspoof_open() 186 UErrorCode *status) { in uspoof_openFromSerialized() 233 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone() 253 UErrorCode status = U_ZERO_ERROR; in uspoof_close() local 260 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks() 278 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks() 288 UErrorCode status = U_ZERO_ERROR; in uspoof_setRestrictionLevel() local 298 UErrorCode status = U_ZERO_ERROR; in uspoof_getRestrictionLevel() local [all …]
|
D | uregex.cpp | 87 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 …]
|
D | ucsdet.cpp | 32 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 …]
|
D | number_simple.cpp | 21 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 …]
|
D | search.cpp | 52 UErrorCode &status) in setAttribute() 124 UErrorCode &status) in setBreakIterator() 151 void SearchIterator::setText(const UnicodeString &text, UErrorCode &status) in setText() 165 void SearchIterator::setText(CharacterIterator &text, UErrorCode &status) in setText() 200 int32_t SearchIterator::first(UErrorCode &status) in first() 210 UErrorCode &status) in following() 219 int32_t SearchIterator::last(UErrorCode &status) in last() 229 UErrorCode &status) in preceding() 238 int32_t SearchIterator::next(UErrorCode &status) in next() 283 int32_t SearchIterator::previous(UErrorCode &status) in previous() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | measunit.cpp | 593 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 …]
|
D | uspoof.cpp | 59 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 …]
|
D | stsearch.cpp | 56 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 …]
|
D | uregex.cpp | 87 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 …]
|
D | ucsdet.cpp | 32 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/ |
D | measunit.cpp | 588 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 …]
|
D | uspoof.cpp | 59 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 …]
|
D | stsearch.cpp | 56 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 …]
|
D | uregex.cpp | 87 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 …]
|
D | ucsdet.cpp | 32 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/ |
D | convperf.cpp | 24 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/ |
D | mpsignal.c | 42 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/ |
D | expect.py | 75 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/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | expect.py | 75 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/spirv-tools/test/tools/ |
D | expect.py | 75 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/ |
D | itrbnfrt.cpp | 65 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 …]
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
D | invalid_param.c | 47 int status; in clearerr_0100() local 69 int status; in feof_0100() local 91 int status; in ferror_0100() local 113 int status; in fgetc_0100() local 136 int status; in fgets_0100() local 159 int status; in fprintf_0100() local 181 int status; in fputc_0100() local 203 int status; in fputs_0100() local 226 int status; in fread_0600() local 249 int status; in fscanf_0100() local [all …]
|
/third_party/gn/src/base/mac/ |
D | mac_logging.h | 50 #define OSSTATUS_LOG_STREAM(severity, status) \ argument 53 #define OSSTATUS_LOG(severity, status) \ argument 55 #define OSSTATUS_LOG_IF(severity, condition, status) \ argument 59 #define OSSTATUS_CHECK(condition, status) \ argument 63 #define OSSTATUS_DLOG(severity, status) \ argument 65 #define OSSTATUS_DLOG_IF(severity, condition, status) \ argument 69 #define OSSTATUS_DCHECK(condition, status) \ argument
|