Searched refs:ec (Results 51 - 75 of 600) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/test/intltest/
H A Dtokiter.cpp26 UBool TokenIterator::next(UnicodeString& token, UErrorCode& ec) { argument
27 if (done || U_FAILURE(ec)) {
33 if (!reader->readLineSkippingComments(line, ec)) {
41 if (!nextToken(token, ec)) {
43 if (U_FAILURE(ec)) return FALSE;
61 * @param ec input-output error code
65 UBool TokenIterator::nextToken(UnicodeString& token, UErrorCode& ec) { argument
88 ec = U_MALFORMED_UNICODE_ESCAPE;
104 ec = U_UNTERMINATED_QUOTE;
H A Ddtifmtts.cpp1043 UErrorCode ec = U_ZERO_ERROR; local
1058 SimpleDateFormat ref(pattern, loc, ec);
1059 if (U_FAILURE(ec)) {
1060 dataerrln("contruct SimpleDateFormat in expect failed: %s", u_errorName(ec));
1070 UDate date = ref.parse(ctou(datestr), ec);
1071 if (!assertSuccess("parse 1st data in expect", ec)) return;
1072 UDate date_2 = ref.parse(ctou(datestr_2), ec);
1073 if (!assertSuccess("parse 2nd data in expect", ec)) return;
1078 DateIntervalFormat* dtitvfmt = DateIntervalFormat::createInstance(oneSkeleton, loc, ec);
1079 if (!assertSuccess("createInstance(skeleton) in expect", ec)) retur
1162 UErrorCode ec = U_ZERO_ERROR; local
1265 UErrorCode ec = U_ZERO_ERROR; local
1420 UErrorCode ec = U_ZERO_ERROR; local
[all...]
H A Dtokiter.h43 UBool next(UnicodeString& token, UErrorCode& ec);
61 UBool nextToken(UnicodeString& token, UErrorCode& ec);
/external/chromium_org/third_party/icu/source/common/
H A Duset_props.cpp32 UErrorCode* ec)
35 UnicodeSet* set = new UnicodeSet(pat, *ec);
38 *ec = U_MEMORY_ALLOCATION_ERROR;
42 if (U_FAILURE(*ec)) {
52 UErrorCode* ec)
55 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec);
58 *ec = U_MEMORY_ALLOCATION_ERROR;
62 if (U_FAILURE(*ec)) {
101 UProperty prop, int32_t value, UErrorCode* ec) {
102 ((UnicodeSet*) set)->applyIntPropertyValue(prop, value, *ec);
31 uset_openPattern(const UChar* pattern, int32_t patternLength, UErrorCode* ec) argument
50 uset_openPatternOptions(const UChar* pattern, int32_t patternLength, uint32_t options, UErrorCode* ec) argument
100 uset_applyIntPropertyValue(USet* set, UProperty prop, int32_t value, UErrorCode* ec) argument
106 uset_applyPropertyAlias(USet* set, const UChar *prop, int32_t propLength, const UChar *value, int32_t valueLength, UErrorCode* ec) argument
129 uset_toPattern(const USet* set, UChar* result, int32_t resultCapacity, UBool escapeUnprintable, UErrorCode* ec) argument
[all...]
H A Ducat.c38 u_catopen(const char* name, const char* locale, UErrorCode* ec) { argument
39 return (u_nl_catd) ures_open(name, locale, ec);
50 int32_t* len, UErrorCode* ec) {
55 if (ec == NULL || U_FAILURE(*ec)) {
61 len, ec);
62 if (U_FAILURE(*ec)) {
48 u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num, const UChar* s, int32_t* len, UErrorCode* ec) argument
H A Duniset_props.cpp446 UErrorCode& ec) {
447 if (U_FAILURE(ec)) return;
503 c = chars.next(opts, literal, ec);
504 if (U_FAILURE(ec)) return;
515 c = chars.next(opts, literal, ec);
516 if (U_FAILURE(ec)) return;
521 c = chars.next(opts, literal, ec);
522 if (U_FAILURE(ec)) return;
539 ec = U_MALFORMED_SET;
559 ec
441 applyPattern(RuleCharacterIterator& chars, const SymbolTable* symbols, UnicodeString& rebuiltPat, uint32_t options, UnicodeSet& (UnicodeSet::*caseClosure)(int32_t attribute), UErrorCode& ec) argument
951 applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) argument
967 applyPropertyAlias(const UnicodeString& prop, const UnicodeString& value, UErrorCode& ec) argument
1162 UErrorCode ec = U_ZERO_ERROR; local
1180 applyPropertyPattern(const UnicodeString& pattern, ParsePosition& ppos, UErrorCode &ec) argument
1284 applyPropertyPattern(RuleCharacterIterator& chars, UnicodeString& rebuiltPat, UErrorCode& ec) argument
[all...]
/external/icu/icu4c/source/common/
H A Duset_props.cpp32 UErrorCode* ec)
35 UnicodeSet* set = new UnicodeSet(pat, *ec);
38 *ec = U_MEMORY_ALLOCATION_ERROR;
42 if (U_FAILURE(*ec)) {
52 UErrorCode* ec)
55 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec);
58 *ec = U_MEMORY_ALLOCATION_ERROR;
62 if (U_FAILURE(*ec)) {
101 UProperty prop, int32_t value, UErrorCode* ec) {
102 ((UnicodeSet*) set)->applyIntPropertyValue(prop, value, *ec);
31 uset_openPattern(const UChar* pattern, int32_t patternLength, UErrorCode* ec) argument
50 uset_openPatternOptions(const UChar* pattern, int32_t patternLength, uint32_t options, UErrorCode* ec) argument
100 uset_applyIntPropertyValue(USet* set, UProperty prop, int32_t value, UErrorCode* ec) argument
106 uset_applyPropertyAlias(USet* set, const UChar *prop, int32_t propLength, const UChar *value, int32_t valueLength, UErrorCode* ec) argument
129 uset_toPattern(const USet* set, UChar* result, int32_t resultCapacity, UBool escapeUnprintable, UErrorCode* ec) argument
[all...]
H A Ducat.c38 u_catopen(const char* name, const char* locale, UErrorCode* ec) { argument
39 return (u_nl_catd) ures_open(name, locale, ec);
50 int32_t* len, UErrorCode* ec) {
55 if (ec == NULL || U_FAILURE(*ec)) {
61 len, ec);
62 if (U_FAILURE(*ec)) {
48 u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num, const UChar* s, int32_t* len, UErrorCode* ec) argument
/external/icu/icu4c/source/i18n/
H A Dcurrfmt.cpp21 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) : argument
22 MeasureFormat(locale, UMEASFMT_WIDTH_WIDE, ec), fmt(NULL)
24 fmt = NumberFormat::createCurrencyInstance(locale, ec);
44 UErrorCode& ec) const
46 return fmt->format(obj, appendTo, pos, ec);
H A Dcurrunit.cpp20 CurrencyUnit::CurrencyUnit(const UChar* _isoCode, UErrorCode& ec) { argument
22 if (U_SUCCESS(ec)) {
29 ec = U_ILLEGAL_ARGUMENT_ERROR;
/external/libcxx/src/
H A Dmutex.cpp30 int ec = pthread_mutex_lock(&__m_); local
31 if (ec)
32 __throw_system_error(ec, "mutex lock failed");
44 int ec = pthread_mutex_unlock(&__m_); variable
45 (void)ec; variable
46 assert(ec == 0);
54 int ec = pthread_mutexattr_init(&attr); local
55 if (ec)
57 ec = pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
58 if (ec)
90 int ec = pthread_mutex_lock(&__m_); local
[all...]
H A Dcondition_variable.cpp40 int ec = pthread_cond_wait(&__cv_, lk.mutex()->native_handle()); variable
41 if (ec)
42 __throw_system_error(ec, "condition_variable wait failed");
70 int ec = pthread_cond_timedwait(&__cv_, lk.mutex()->native_handle(), &ts); variable
71 if (ec != 0 && ec != ETIMEDOUT)
72 __throw_system_error(ec, "condition_variable timed_wait failed");
/external/llvm/lib/Object/
H A DObject.cpp94 if (std::error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect)))
95 report_fatal_error(ec.message());
120 if (std::error_code ec = (*unwrap(SI))->getName(ret))
121 report_fatal_error(ec.message());
127 if (std::error_code ec = (*unwrap(SI))->getSize(ret))
128 report_fatal_error(ec.message());
134 if (std::error_code ec = (*unwrap(SI))->getContents(ret))
135 report_fatal_error(ec.message());
141 if (std::error_code ec = (*unwrap(SI))->getAddress(ret))
142 report_fatal_error(ec
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtifmtts.cpp1043 UErrorCode ec = U_ZERO_ERROR; local
1058 SimpleDateFormat ref(pattern, loc, ec);
1059 if (U_FAILURE(ec)) {
1060 dataerrln("contruct SimpleDateFormat in expect failed: %s", u_errorName(ec));
1070 UDate date = ref.parse(ctou(datestr), ec);
1071 if (!assertSuccess("parse 1st data in expect", ec)) return;
1072 UDate date_2 = ref.parse(ctou(datestr_2), ec);
1073 if (!assertSuccess("parse 2nd data in expect", ec)) return;
1078 DateIntervalFormat* dtitvfmt = DateIntervalFormat::createInstance(oneSkeleton, loc, ec);
1079 if (!assertSuccess("createInstance(skeleton) in expect", ec)) retur
1162 UErrorCode ec = U_ZERO_ERROR; local
1265 UErrorCode ec = U_ZERO_ERROR; local
1420 UErrorCode ec = U_ZERO_ERROR; local
[all...]
H A Dtokiter.h43 UBool next(UnicodeString& token, UErrorCode& ec);
61 UBool nextToken(UnicodeString& token, UErrorCode& ec);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
H A DECPublicKey.java5 import org.bouncycastle.math.ec.ECPoint;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DWTauNafPreCompInfo.java1 package org.bouncycastle.math.ec;
12 * {@link org.bouncycastle.math.ec.multiplier.WTauNafMultiplier.multiply()
21 * {@link org.bouncycastle.math.ec.multiplier.WTauNafMultiplier.multiply()
32 * {@link org.bouncycastle.math.ec.multiplier.WTauNafMultiplier.multiply()
/external/chromium_org/third_party/icu/source/i18n/
H A Danytrans.cpp125 UErrorCode ec = U_ZERO_ERROR; local
139 s = uscript_getScript(ch, &ec);
151 s = uscript_getScript(ch, &ec);
181 UErrorCode& ec) :
185 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec);
186 if (U_FAILURE(ec)) {
210 UErrorCode ec = U_ZERO_ERROR; local
211 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec);
212 if (U_FAILURE(ec)) {
280 UErrorCode ec local
177 AnyTransliterator(const UnicodeString& id, const UnicodeString& theTarget, const UnicodeString& theVariant, UScriptCode theTargetScript, UErrorCode& ec) argument
313 UErrorCode ec = U_ZERO_ERROR; local
335 UErrorCode ec = U_ZERO_ERROR; local
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducat.h89 * @param ec input/output error code. Upon output,
97 * u_catgets(). If the ec parameter indicates success, then the caller
99 * catalog. If the ec parameter indicates failure, then NULL will be
105 u_catopen(const char* name, const char* locale, UErrorCode* ec);
136 * @param ec input/output error code. May be U_USING_FALLBACK_WARNING
145 * which ec indicates a failing error code upon entry to this
153 int32_t* len, UErrorCode* ec);
/external/icu/icu4c/source/common/unicode/
H A Ducat.h89 * @param ec input/output error code. Upon output,
97 * u_catgets(). If the ec parameter indicates success, then the caller
99 * catalog. If the ec parameter indicates failure, then NULL will be
105 u_catopen(const char* name, const char* locale, UErrorCode* ec);
136 * @param ec input/output error code. May be U_USING_FALLBACK_WARNING
145 * which ec indicates a failing error code upon entry to this
153 int32_t* len, UErrorCode* ec);
/external/libcxx/test/diagnostics/syserr/syserr.hash/
H A Derror_code.pass.cpp33 T ec(i, std::system_category());
34 assert(h(ec) == i);
/external/openssl/crypto/ec/
H A Dec_pmeth.c62 #include <openssl/ec.h>
125 EC_KEY *ec = ctx->pkey->pkey.ec; local
129 *siglen = ECDSA_size(ec);
132 else if(*siglen < (size_t)ECDSA_size(ec))
144 ret = ECDSA_sign(type, tbs, tbslen, sig, &sltmp, ec);
158 EC_KEY *ec = ctx->pkey->pkey.ec; local
165 ret = ECDSA_verify(type, tbs, tbslen, sig, siglen, ec);
184 group = EC_KEY_get0_group(ctx->pkey->pkey.ec);
270 EC_KEY *ec = NULL; local
291 EC_KEY *ec = NULL; local
[all...]
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp74 std::error_code ec; local
79 ec);
80 if (ec) {
108 std::error_code ec; local
114 ec = applyMemoryGroupPermissions(CodeMem,
116 if (ec) {
118 *ErrMsg = ec.message();
127 ec = applyMemoryGroupPermissions(RODataMem,
129 if (ec) {
131 *ErrMsg = ec
151 std::error_code ec; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducurr.h46 * @param ec error code
56 UErrorCode* ec);
126 * @param ec error code
139 UErrorCode* ec);
151 * @param ec error code
163 UErrorCode* ec);
169 * @param ec input-output error code
176 UErrorCode* ec);
182 * @param ec input-output error code
189 UErrorCode* ec);
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ducurr.h46 * @param ec error code
56 UErrorCode* ec);
126 * @param ec error code
139 UErrorCode* ec);
151 * @param ec error code
163 UErrorCode* ec);
169 * @param ec input-output error code
176 UErrorCode* ec);
182 * @param ec input-output error code
189 UErrorCode* ec);
[all...]

Completed in 527 milliseconds

1234567891011>>