/external/chromium_org/third_party/icu/source/i18n/ |
vzone.cpp | 131 int32_t& dstOffset, UErrorCode& ec) { 132 return ((VTimeZone*)zone)->VTimeZone::getOffset(date, local, rawOffset, dstOffset, ec);
|
umsg.cpp | 620 UErrorCode* ec) 626 if (ec == NULL || U_FAILURE(*ec)) { 631 *ec = U_ILLEGAL_ARGUMENT_ERROR; 703 return u_terminateUChars(dest, destCapacity, len, ec);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
intltest.h | 192 UBool assertSuccess(const char* message, UErrorCode ec, UBool possibleDataError=FALSE); 205 UBool assertSuccess(const UnicodeString& message, UErrorCode ec);
|
tzregts.cpp | 506 UErrorCode ec = U_ZERO_ERROR; local 509 count = ids->count(ec); 513 logln(hname + ' ' + (UnicodeString)count + (UnicodeString)" e.g. " + *ids->snext(ec)); 1074 UErrorCode ec = U_ZERO_ERROR; local [all...] |
dtfmtrtts.cpp | 480 UErrorCode ec = U_ZERO_ERROR; local 482 dateFormat = new SimpleDateFormat((UnicodeString)"EEE MMM dd HH:mm:ss.SSS zzz yyyy G", ec); 483 if (U_FAILURE(ec) || dateFormat == 0) {
|
/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 \
|
/external/icu4c/config/ |
mh-os400 | 101 @$(SHELL) -ec "echo '#! $*.a($*.so)' | cat - $< > $@" 122 # @$(SHELL) -ec 'cat $< \ 128 # @$(SHELL) -ec 'touch $*.u > /dev/null 2>&1' 129 # @$(SHELL) -ec '$(GEN_DEPS.c) -f $*.u $< > /dev/null 2>&1' 133 # @$(SHELL) -ec 'touch $*.u > /dev/null 2>&1' 134 # @$(SHELL) -ec '$(GEN_DEPS.cc) -f $*.u $< > /dev/null 2>&1'
|
/external/icu4c/i18n/unicode/ |
numfmt.h | [all...] |
translit.h | [all...] |
/external/icu4c/i18n/ |
vzone.cpp | 131 int32_t& dstOffset, UErrorCode& ec) { 132 return ((VTimeZone*)zone)->VTimeZone::getOffset(date, local, rawOffset, dstOffset, ec);
|
umsg.cpp | 624 UErrorCode* ec) 630 if (ec == NULL || U_FAILURE(*ec)) { 635 *ec = U_ILLEGAL_ARGUMENT_ERROR; 709 return u_terminateUChars(dest, destCapacity, len, ec);
|
plurfmt.cpp | 373 const PluralSelector& selector, double number, UErrorCode& ec) { 374 if (U_FAILURE(ec)) { 439 keyword=selector.select(number-offset, ec); 467 UErrorCode& /*ec*/) const {
|
/external/icu4c/samples/layout/ |
Makefile.in | 85 $(SHELL) -ec '$(GEN_DEPS.cc) $< \
|
/external/icu4c/test/intltest/ |
intltest.h | 239 UBool assertSuccess(const char* message, UErrorCode ec, UBool possibleDataError=FALSE); 253 UBool assertSuccess(const UnicodeString& message, UErrorCode ec);
|
tzregts.cpp | 506 UErrorCode ec = U_ZERO_ERROR; local 513 count = ids->count(ec); 517 logln(hname + ' ' + (UnicodeString)count + (UnicodeString)" e.g. " + *ids->snext(ec)); 1078 UErrorCode ec = U_ZERO_ERROR; local [all...] |
/external/icu4c/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/openssl/ |
Apps-config.mk | 45 apps/ec.c \
|
/external/libmtp/src/ |
ptp-pack.c | 1102 ptp_unpack_EC (PTPParams *params, unsigned char* data, PTPContainer *ec, unsigned int len) 1109 memset(ec,0,sizeof(*ec)); 1113 ec->Code=dtoh16a(&data[PTP_ec_Code]); 1114 ec->Transaction_ID=dtoh32a(&data[PTP_ec_TransId]); 1117 ptp_debug (params, "Unknown canon event type %d (code=%x,tid=%x), please report!",type,ec->Code,ec->Transaction_ID); 1121 ec->Param1=dtoh32a(&data[PTP_ec_Param1]); 1122 ec->Nparam=1; 1125 ec->Param2=dtoh32a(&data[PTP_ec_Param2]) [all...] |
/external/llvm/lib/DebugInfo/ |
DWARFContext.cpp | 533 error_code ec; local 536 i != e; i.increment(ec)) { 610 reloc_i != reloc_e; reloc_i.increment(ec)) { 627 error_code ec(reloc_i->getTypeName(Name)); 628 if (ec) {
|
/external/aac/libAACenc/src/ |
bit_cnt.cpp | 455 INT bc11,ec,sc; local 460 ec=0; 472 ec+=5; 474 ec+=2; 478 ec+=5; 480 ec+=2; 487 bitCount[11]=bc11+sc+ec;
|
/external/valgrind/main/coregrind/ |
m_errormgr.c | 352 ExeContext* ec; local 359 ec = VG_(get_error_where)(err); 360 vg_assert(ec); 391 UInt n_ips = VG_(get_ExeContext_n_ips)(ec); 397 VG_(get_ExeContext_StackTrace)(ec), 426 VG_(get_ExeContext_StackTrace)(ec), 427 VG_(get_ExeContext_n_ips)(ec)); [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
decimfmt.h | [all...] |