/external/chromium_org/third_party/icu/source/common/ |
uvectr64.h | 79 void assign(const UVector64& other, UErrorCode &ec); 148 //void sortedInsert(int64_t elem, UErrorCode& ec);
|
/external/chromium_org/third_party/icu/source/i18n/ |
rbt_pars.h | 159 * @param ec Output param set to success/failure code. 164 UErrorCode& ec);
|
tridpars.h | 207 * @param ec Output param to receive a success or an error code. 213 UErrorCode& ec);
|
decimfmt.cpp | 1648 UErrorCode ec = U_ZERO_ERROR; local 1662 UErrorCode ec = U_ZERO_ERROR; local 2500 UErrorCode ec = U_ZERO_ERROR; local 4446 UErrorCode ec = U_ZERO_ERROR; local [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
calendar.h | [all...] |
numfmt.h | [all...] |
translit.h | [all...] |
/external/chromium_org/third_party/icu/source/ |
runConfigureICU | 13 ec=0$1 14 if test $ec -eq 0 22 if test $ec -eq 0 56 exit $ec
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tchcfmt.cpp | 555 UErrorCode ec = U_ZERO_ERROR; local 556 ChoiceFormat fmt(pattern, ec); 558 if (U_FAILURE(ec)) { 565 if (U_FAILURE(ec)) {
|
/external/clang/lib/Serialization/ |
ModuleManager.cpp | 94 llvm::error_code ec; local 96 ec = llvm::MemoryBuffer::getSTDIN(New->Buffer); 97 if (ec) 98 ErrorStr = ec.message();
|
/external/icu4c/common/ |
uvectr64.h | 79 void assign(const UVector64& other, UErrorCode &ec); 148 //void sortedInsert(int64_t elem, UErrorCode& ec);
|
/external/icu4c/i18n/ |
rbt_pars.h | 159 * @param ec Output param set to success/failure code. 164 UErrorCode& ec);
|
tridpars.h | 207 * @param ec Output param to receive a success or an error code. 213 UErrorCode& ec);
|
/external/icu4c/i18n/unicode/ |
calendar.h | [all...] |
/external/icu4c/ |
runConfigureICU | 13 ec=0$1 14 if test $ec -eq 0 22 if test $ec -eq 0 63 exit $ec
|
/external/icu4c/test/intltest/ |
tchcfmt.cpp | 569 UErrorCode ec = U_ZERO_ERROR; local 570 ChoiceFormat fmt(pattern, ec); 572 if (U_FAILURE(ec)) { 579 if (U_FAILURE(ec)) {
|
/external/openssh/ |
bufec.c | 25 #include <openssl/ec.h> 36 * Maximum supported EC GFp field length is 528 bits. SEC1 uncompressed 64 error("%s: giant EC point: len = %lu (max %u)",
|
kex.h | 33 #include <openssl/ec.h>
|
key.h | 33 #include <openssl/ec.h>
|
packet.h | 23 #include <openssl/ec.h>
|
/external/valgrind/main/exp-sgcheck/ |
h_main.c | 96 ExeContext* ec; /* where malloc'd or freed */ member in struct:_Seg 130 return seg->ec; 292 seg->ec = VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ ); 327 seg->ec = VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ );
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
ios.cpp | 72 ios_base::failure::failure(const string& msg, const error_code& ec) 73 : system_error(ec, msg) 77 ios_base::failure::failure(const char* msg, const error_code& ec) 78 : system_error(ec, msg)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/ |
PrivateKeyFactory.java | 165 ECPrivateKey ec = ECPrivateKey.getInstance(keyInfo.parsePrivateKey()); local 166 BigInteger d = ec.getKey();
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDocument.cpp | 283 v8::Handle<v8::Value> WebDocument::registerEmbedderCustomElement(const WebString& name, v8::Handle<v8::Value> options, WebExceptionCode& ec) 289 ec = es.code();
|
/external/chromium_org/third_party/icu/source/config/ |
mh-os400 | 94 @$(SHELL) -ec "echo '#! $*.a($*.so)' | cat - $< > $@" 115 # @$(SHELL) -ec 'cat $< \ 121 # @$(SHELL) -ec 'touch $*.u > /dev/null 2>&1' 122 # @$(SHELL) -ec '$(GEN_DEPS.c) -f $*.u $< > /dev/null 2>&1' 126 # @$(SHELL) -ec 'touch $*.u > /dev/null 2>&1' 127 # @$(SHELL) -ec '$(GEN_DEPS.cc) -f $*.u $< > /dev/null 2>&1'
|