HomeSort by relevance Sort by last modified time
    Searched refs:ec (Results 476 - 500 of 761) sorted by null

<<11121314151617181920>>

  /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)) {
intltest.h 192 UBool assertSuccess(const char* message, UErrorCode ec, UBool possibleDataError=FALSE);
205 UBool assertSuccess(const UnicodeString& message, UErrorCode ec);
  /external/clang/lib/Serialization/
ModuleManager.cpp 107 std::error_code ec; local
111 ec = Buf.getError();
112 if (ec)
113 ErrorStr = ec.message();
  /external/icu/icu4c/source/i18n/
collationsets.h 104 void forCodePoint(const CollationData *d, UChar32 c, UErrorCode &ec);
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/icu/icu4c/source/i18n/unicode/
calendar.h     [all...]
  /external/icu/icu4c/source/
runConfigureICU 13 ec=0$1
14 if test $ec -eq 0
22 if test $ec -eq 0
64 exit $ec
  /external/icu/icu4c/source/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/libcxx/src/
ios.cpp 76 ios_base::failure::failure(const string& msg, const error_code& ec)
77 : system_error(ec, msg)
81 ios_base::failure::failure(const char* msg, const error_code& ec)
82 : system_error(ec, msg)
  /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 76 ios_base::failure::failure(const string& msg, const error_code& ec)
77 : system_error(ec, msg)
81 ios_base::failure::failure(const char* msg, const error_code& ec)
82 : system_error(ec, msg)
  /external/chromium_org/third_party/icu/source/i18n/
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...]
vzone.cpp 131 int32_t& dstOffset, UErrorCode& ec) {
132 return ((VTimeZone*)zone)->VTimeZone::getOffset(date, local, rawOffset, dstOffset, ec);
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
PrivateKeyFactory.java 143 ECPrivateKey ec = ECPrivateKey.getInstance(keyInfo.parsePrivateKey()); local
144 BigInteger d = ec.getKey();
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 296 v8::Handle<v8::Value> WebDocument::registerEmbedderCustomElement(const WebString& name, v8::Handle<v8::Value> options, WebExceptionCode& ec)
303 ec = exceptionState.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'
  /external/chromium_org/third_party/icu/source/test/letest/
gendata.cpp 155 int32_t ec = 0; local
187 while((element = testCase->nextChildElement(ec)) != NULL) {
xmlreader.cpp 175 int32_t ec = 0; local
199 while((element = testCase->nextChildElement(ec)) != NULL) {
  /external/chromium_org/third_party/openssl/openssl/
Apps-config.mk 45 apps/ec.c \

Completed in 1156 milliseconds

<<11121314151617181920>>