Searched refs:ec (Results 151 - 175 of 600) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/common/
H A Druleiter.cpp36 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) { argument
37 if (U_FAILURE(ec)) return DONE;
57 ec = U_UNDEFINED_VARIABLE;
78 ec = U_MALFORMED_UNICODE_ESCAPE;
/external/chromium_org/third_party/icu/source/config/
H A Dmh-bsd-gcc49 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
55 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
H A Dmh-haiku50 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
56 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
H A Dmh-qnx58 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
64 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcurrunit.h41 * @param ec input-output error code. If the isoCode is invalid,
45 CurrencyUnit(const UChar* isoCode, UErrorCode &ec);
H A Dmeasure.h53 * @param ec input-output error code. If the amount or the unit
58 UErrorCode& ec);
/external/clang/lib/Basic/
H A DFileManager.cpp386 std::error_code ec; local
397 ec = Entry->File->getBuffer(Filename, Result, FileSize,
400 *ErrorStr = ec.message();
411 ec = FS->getBufferForFile(Filename, Result, FileSize,
413 if (ec && ErrorStr)
414 *ErrorStr = ec.message();
420 ec = FS->getBufferForFile(FilePath.str(), Result, FileSize,
422 if (ec && ErrorStr)
423 *ErrorStr = ec.message();
430 std::error_code ec; local
[all...]
/external/icu/icu4c/source/common/
H A Druleiter.cpp36 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) { argument
37 if (U_FAILURE(ec)) return DONE;
57 ec = U_UNDEFINED_VARIABLE;
78 ec = U_MALFORMED_UNICODE_ESCAPE;
/external/icu/icu4c/source/config/
H A Dmh-bsd-gcc49 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
55 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
H A Dmh-haiku50 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
56 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
H A Dmh-qnx58 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
64 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
/external/icu/icu4c/source/i18n/unicode/
H A Dcurrunit.h41 * @param ec input-output error code. If the isoCode is invalid,
45 CurrencyUnit(const UChar* isoCode, UErrorCode &ec);
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h29 bool error(std::error_code ec);
/external/openssl/
H A DCrypto-config-trusty.mk101 crypto/ec/ec2_mult.c \
102 crypto/ec/ec2_oct.c \
103 crypto/ec/ec2_smpl.c \
104 crypto/ec/ec_ameth.c \
105 crypto/ec/ec_asn1.c \
106 crypto/ec/ec_curve.c \
107 crypto/ec/ec_cvt.c \
108 crypto/ec/ec_key.c \
109 crypto/ec/ec_lib.c \
110 crypto/ec/ec_mul
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdattst.c801 UErrorCode ec = U_ZERO_ERROR; local
803 ctest_setTimeZone(NULL, &ec);
806 date = udat_open(UDAT_NONE, UDAT_SHORT, "en_US", NULL, 0, NULL, 0, &ec);
807 if (U_FAILURE(ec)) {
809 u_errorName(ec));
814 time = udat_open(UDAT_SHORT, UDAT_NONE, "en_US", NULL, 0, NULL, 0, &ec);
815 if (U_FAILURE(ec)) {
817 u_errorName(ec));
822 full = udat_open(UDAT_FULL, UDAT_FULL, "en_US", NULL, 0, NULL, 0, &ec);
823 if (U_FAILURE(ec)) {
894 UErrorCode ec = U_ZERO_ERROR; local
1154 _aux1ExtremeDates(UDateFormat* fmt, UDate date, UChar* buf, int32_t buflen, char* cbuf, UErrorCode* ec) argument
1174 _aux2ExtremeDates(UDateFormat* fmt, UDate small, UDate large, UChar* buf, int32_t buflen, char* cbuf, int32_t count, UErrorCode* ec) argument
1205 UErrorCode ec; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c801 UErrorCode ec = U_ZERO_ERROR; local
803 ctest_setTimeZone(NULL, &ec);
806 date = udat_open(UDAT_NONE, UDAT_SHORT, "en_US", NULL, 0, NULL, 0, &ec);
807 if (U_FAILURE(ec)) {
809 u_errorName(ec));
814 time = udat_open(UDAT_SHORT, UDAT_NONE, "en_US", NULL, 0, NULL, 0, &ec);
815 if (U_FAILURE(ec)) {
817 u_errorName(ec));
822 full = udat_open(UDAT_FULL, UDAT_FULL, "en_US", NULL, 0, NULL, 0, &ec);
823 if (U_FAILURE(ec)) {
894 UErrorCode ec = U_ZERO_ERROR; local
1154 _aux1ExtremeDates(UDateFormat* fmt, UDate date, UChar* buf, int32_t buflen, char* cbuf, UErrorCode* ec) argument
1174 _aux2ExtremeDates(UDateFormat* fmt, UDate small, UDate large, UChar* buf, int32_t buflen, char* cbuf, int32_t count, UErrorCode* ec) argument
1205 UErrorCode ec; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsvccoll.cpp482 UErrorCode ec = U_ZERO_ERROR; local
484 int32_t i = 0, idxAfterReset = 0, n = iter.count(ec);
485 assertSuccess("count", ec);
489 const UnicodeString* s = iter.snext(ec);
490 if (!assertSuccess("snext", ec) || s == NULL)
513 iter.reset(ec);
515 const UChar *s = iter.unext(NULL, ec);
516 if (!assertSuccess("unext", ec) || s == NULL)
561 UErrorCode ec = U_ZERO_ERROR; local
562 StringEnumeration *iter = Collator::getKeywords(ec);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp484 UErrorCode ec = U_ZERO_ERROR; local
486 int32_t i = 0, idxAfterReset = 0, n = iter.count(ec);
487 assertSuccess("count", ec);
491 const UnicodeString* s = iter.snext(ec);
492 if (!assertSuccess("snext", ec) || s == NULL)
515 iter.reset(ec);
517 const UChar *s = iter.unext(NULL, ec);
518 if (!assertSuccess("unext", ec) || s == NULL)
563 UErrorCode ec = U_ZERO_ERROR; local
564 StringEnumeration *iter = Collator::getKeywords(ec);
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducurr.cpp306 _findMetaData(const UChar* currency, UErrorCode& ec) { argument
309 if (U_SUCCESS(ec)) {
310 ec = U_ILLEGAL_ARGUMENT_ERROR;
318 UResourceBundle* currencyData = ures_openDirect(U_ICUDATA_CURR, CURRENCY_DATA, &ec);
319 UResourceBundle* currencyMeta = ures_getByKey(currencyData, CURRENCY_META, currencyData, &ec);
321 if (U_FAILURE(ec)) {
333 rb = ures_getByKey(currencyMeta,DEFAULT_META, NULL, &ec);
334 if (U_FAILURE(ec)) {
343 const int32_t *data = ures_getIntVector(rb, &len, &ec);
344 if (U_FAILURE(ec) || le
366 idForLocale(const char* locale, char* countryAndVariant, int capacity, UErrorCode* ec) argument
545 ucurr_forLocale(const char* locale, UChar* buff, int32_t buffCapacity, UErrorCode* ec) argument
664 ucurr_getName(const UChar* currency, const char* locale, UCurrNameStyle nameStyle, UBool* isChoiceFormat, int32_t* len, UErrorCode* ec) argument
763 ucurr_getPluralName(const UChar* currency, const char* locale, UBool* isChoiceFormat, const char* pluralCount, int32_t* len, UErrorCode* ec) argument
961 UErrorCode ec = U_ZERO_ERROR; local
981 collectCurrencyNames(const char* locale, CurrencyNameStruct** currencyNames, int32_t* total_currency_name_count, CurrencyNameStruct** currencySymbols, int32_t* total_currency_symbol_count, UErrorCode& ec) argument
1435 uprv_parseCurrency(const char* locale, const icu::UnicodeString& text, icu::ParsePosition& pos, int8_t type, UChar* result, UErrorCode& ec) argument
1591 uprv_getStaticCurrencyName(const UChar* iso, const char* loc, icu::UnicodeString& result, UErrorCode& ec) argument
1605 ChoiceFormat f(UnicodeString(TRUE, currname, len), ec); local
1618 ucurr_getDefaultFractionDigits(const UChar* currency, UErrorCode* ec) argument
1623 ucurr_getRoundingIncrement(const UChar* currency, UErrorCode* ec) argument
2214 ucurr_countCurrencies(const char* locale, UDate date, UErrorCode* ec) argument
2321 ucurr_forLocaleAndDate(const char* locale, UDate date, int32_t index, UChar* buff, int32_t buffCapacity, UErrorCode* ec) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Ducurr.cpp306 _findMetaData(const UChar* currency, UErrorCode& ec) { argument
309 if (U_SUCCESS(ec)) {
310 ec = U_ILLEGAL_ARGUMENT_ERROR;
318 UResourceBundle* currencyData = ures_openDirect(U_ICUDATA_CURR, CURRENCY_DATA, &ec);
319 UResourceBundle* currencyMeta = ures_getByKey(currencyData, CURRENCY_META, currencyData, &ec);
321 if (U_FAILURE(ec)) {
333 rb = ures_getByKey(currencyMeta,DEFAULT_META, NULL, &ec);
334 if (U_FAILURE(ec)) {
343 const int32_t *data = ures_getIntVector(rb, &len, &ec);
344 if (U_FAILURE(ec) || le
366 idForLocale(const char* locale, char* countryAndVariant, int capacity, UErrorCode* ec) argument
545 ucurr_forLocale(const char* locale, UChar* buff, int32_t buffCapacity, UErrorCode* ec) argument
664 ucurr_getName(const UChar* currency, const char* locale, UCurrNameStyle nameStyle, UBool* isChoiceFormat, int32_t* len, UErrorCode* ec) argument
763 ucurr_getPluralName(const UChar* currency, const char* locale, UBool* isChoiceFormat, const char* pluralCount, int32_t* len, UErrorCode* ec) argument
961 UErrorCode ec = U_ZERO_ERROR; local
981 collectCurrencyNames(const char* locale, CurrencyNameStruct** currencyNames, int32_t* total_currency_name_count, CurrencyNameStruct** currencySymbols, int32_t* total_currency_symbol_count, UErrorCode& ec) argument
1435 uprv_parseCurrency(const char* locale, const icu::UnicodeString& text, icu::ParsePosition& pos, int8_t type, UChar* result, UErrorCode& ec) argument
1591 uprv_getStaticCurrencyName(const UChar* iso, const char* loc, icu::UnicodeString& result, UErrorCode& ec) argument
1605 ChoiceFormat f(UnicodeString(TRUE, currname, len), ec); local
1618 ucurr_getDefaultFractionDigits(const UChar* currency, UErrorCode* ec) argument
1623 ucurr_getRoundingIncrement(const UChar* currency, UErrorCode* ec) argument
2214 ucurr_countCurrencies(const char* locale, UDate date, UErrorCode* ec) argument
2321 ucurr_forLocaleAndDate(const char* locale, UDate date, int32_t index, UChar* buff, int32_t buffCapacity, UErrorCode* ec) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
H A DECKeyPairGenerator.java13 import org.bouncycastle.math.ec.ECConstants;
14 import org.bouncycastle.math.ec.ECPoint;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
H A DECParameterSpec.java3 import org.bouncycastle.math.ec.ECCurve;
4 import org.bouncycastle.math.ec.ECPoint;
/external/llvm/lib/Support/Unix/
H A DPath.inc395 if (std::error_code ec = status(A, fsA))
396 return ec;
397 if (std::error_code ec = status(B, fsB))
398 return ec;
406 std::error_code ec(errno, std::generic_category());
407 if (ec == errc::no_such_file_or_directory)
411 return ec;
509 std::error_code &ec)
515 ec = make_error_code(errc::invalid_argument);
524 ec
[all...]
/external/openssl/crypto/asn1/
H A Dd2i_pu.c72 #include <openssl/ec.h>
120 if (!o2i_ECPublicKey(&(ret->pkey.ec),
/external/valgrind/main/include/
H A Dpub_tool_execontext.h78 ExeContext* ec, UInt n_ips );
87 extern void VG_(pp_ExeContext) ( ExeContext* ec );

Completed in 5208 milliseconds

1234567891011>>