Home
last modified time | relevance | path

Searched refs:ec2 (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Ducurr.cpp317 UErrorCode ec2 = U_ZERO_ERROR; // local error code: soft failure in _findMetaData() local
318 UResourceBundle* rb = ures_getByKey(currencyMeta, myUCharsToChars(buf, currency), NULL, &ec2); in _findMetaData()
319 if (U_FAILURE(ec2)) { in _findMetaData()
693 UErrorCode ec2 = U_ZERO_ERROR; in ucurr_getName() local
696 uloc_getName(locale, loc, sizeof(loc), &ec2); in ucurr_getName()
697 if (U_FAILURE(ec2) || ec2 == U_STRING_NOT_TERMINATED_WARNING) { in ucurr_getName()
709 ec2 = U_ZERO_ERROR; in ucurr_getName()
710 LocalUResourceBundlePointer rb(ures_open(U_ICUDATA_CURR, loc, &ec2)); in ucurr_getName()
716 key.append(CURRENCIES_NARROW, ec2); in ucurr_getName()
792 UErrorCode ec2 = U_ZERO_ERROR; ucurr_getPluralName() local
911 UErrorCode ec2 = U_ZERO_ERROR; getCurrencyNameCount() local
980 UErrorCode ec2 = U_ZERO_ERROR; collectCurrencyNames() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurr.cpp317 UErrorCode ec2 = U_ZERO_ERROR; // local error code: soft failure in _findMetaData() local
318 UResourceBundle* rb = ures_getByKey(currencyMeta, myUCharsToChars(buf, currency), NULL, &ec2); in _findMetaData()
319 if (U_FAILURE(ec2)) { in _findMetaData()
670 UErrorCode ec2 = U_ZERO_ERROR; in ucurr_getName() local
673 uloc_getName(locale, loc, sizeof(loc), &ec2); in ucurr_getName()
674 if (U_FAILURE(ec2) || ec2 == U_STRING_NOT_TERMINATED_WARNING) { in ucurr_getName()
686 ec2 = U_ZERO_ERROR; in ucurr_getName()
687 LocalUResourceBundlePointer rb(ures_open(U_ICUDATA_CURR, loc, &ec2)); in ucurr_getName()
693 key.append(CURRENCIES_NARROW, ec2); in ucurr_getName()
769 UErrorCode ec2 = U_ZERO_ERROR; ucurr_getPluralName() local
888 UErrorCode ec2 = U_ZERO_ERROR; getCurrencyNameCount() local
957 UErrorCode ec2 = U_ZERO_ERROR; collectCurrencyNames() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp320 UErrorCode ec2 = U_ZERO_ERROR; // local error code: soft failure in _findMetaData() local
321 UResourceBundle* rb = ures_getByKey(currencyMeta, myUCharsToChars(buf, currency), nullptr, &ec2); in _findMetaData()
322 if (U_FAILURE(ec2)) { in _findMetaData()
706 UErrorCode ec2 = U_ZERO_ERROR; in ucurr_getName() local
711 ulocimp_getName(locale, sink, &ec2); in ucurr_getName()
713 if (U_FAILURE(ec2)) { in ucurr_getName()
725 ec2 = U_ZERO_ERROR; in ucurr_getName()
726 LocalUResourceBundlePointer rb(ures_open(U_ICUDATA_CURR, loc.data(), &ec2)); in ucurr_getName()
732 key.append(CURRENCIES_NARROW, ec2); in ucurr_getName()
735 key.append(CURRENCIES_FORMAL, ec2); in ucurr_getName()
808 UErrorCode ec2 = U_ZERO_ERROR; ucurr_getPluralName() local
934 UErrorCode ec2 = U_ZERO_ERROR; getCurrencyNameCount() local
1003 UErrorCode ec2 = U_ZERO_ERROR; collectCurrencyNames() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c331 const EC_KEY *ec2 = keydata2; in ec_match() local
333 const EC_GROUP *group_b = EC_KEY_get0_group(ec2); in ec_match()
352 const EC_POINT *pb = EC_KEY_get0_public_key(ec2); in ec_match()
362 const BIGNUM *pb = EC_KEY_get0_private_key(ec2); in ec_match()
/third_party/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c331 const EC_KEY *ec2 = keydata2; in ec_match() local
333 const EC_GROUP *group_b = EC_KEY_get0_group(ec2); in ec_match()
352 const EC_POINT *pb = EC_KEY_get0_public_key(ec2); in ec_match()
362 const BIGNUM *pb = EC_KEY_get0_private_key(ec2); in ec_match()
/third_party/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp2353 UErrorCode ec2 = U_ZERO_ERROR; in TestJ438() local
2355 cal2->setTime(date1, ec2); in TestJ438()
2357 int32_t dy2 = cal2->fieldDifference(date2, Calendar::YEAR, ec2); in TestJ438()
2358 int32_t dm2 = cal2->fieldDifference(date2, Calendar::MONTH, ec2); in TestJ438()
2359 int32_t dd2 = cal2->fieldDifference(date2, Calendar::DATE, ec2); in TestJ438()
2360 if (failure(ec2, "fieldDifference(date, Calendar::DATE, ec)")) in TestJ438()
H A Dnumfmtst.cpp2765 UErrorCode ec2 = U_ZERO_ERROR; in TestCases() local
2769 f = new DecimalFormat(testpat, ec2); in TestCases()
2771 if (U_SUCCESS(ec2)) { in TestCases()
2783 "\" failed: " + u_errorName(ec2)); in TestCases()
2786 "\" failed: " + u_errorName(ec2)); in TestCases()
H A Ddtfmttst.cpp1975 UErrorCode ec2 = U_ZERO_ERROR; in expectParse() local
1980 exp = ref.parse(expstr, ec2); in expectParse()
1981 if (U_FAILURE(ec2)) { in expectParse()
/third_party/backends/sanei/
H A Dsanei_DomainOS.c76 #include <apollo/ec2.h>
H A Dsanei_scsi.c185 # include <apollo/ec2.h>

Completed in 44 milliseconds