Searched refs:status (Results 276 - 300 of 5668) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/samples/cal/
H A Duprint.c26 UErrorCode *status)
47 converter = ucnv_open(0, status);
50 if(U_FAILURE(*status)) goto finish;
55 *status = U_ZERO_ERROR;
60 TRUE, status);
69 while(*status == U_BUFFER_OVERFLOW_ERROR);
24 uprint(const UChar *s, FILE *f, UErrorCode *status) argument
/external/icu/icu4c/source/samples/date/
H A Duprint.c27 UErrorCode *status)
48 converter = ucnv_open(0, status);
51 if(U_FAILURE(*status)) goto finish;
56 *status = U_ZERO_ERROR;
61 TRUE, status);
70 while(*status == U_BUFFER_OVERFLOW_ERROR);
25 uprint(const UChar *s, FILE *f, UErrorCode *status) argument
/external/icu/icu4c/source/samples/dtptngsample/
H A Ddtptngsample.cpp43 UErrorCode status =U_ZERO_ERROR; local
44 Calendar *cal = Calendar::createInstance(status);
46 UDate date = cal->getTime(status);
52 DateTimePatternGenerator *dtfg= DateTimePatternGenerator::createInstance(locales[j],status);
54 UnicodeString pattern = dtfg->getBestPattern(skeletons[i],status);
56 SimpleDateFormat *sdf = new SimpleDateFormat(pattern,locales[j],status);
59 sdf->format(date,dateReturned,status);
81 UErrorCode status =U_ZERO_ERROR; local
84 Calendar *cal = Calendar::createInstance(status);
86 UDate date = cal->getTime(status);
122 UErrorCode status =U_ZERO_ERROR; local
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp59 UXMLParser::UXMLParser(UErrorCode &status) : argument
64 mXMLDecl(UnicodeString("(?s)\\uFEFF?<\\?xml.+?\\?>", -1, US_INV), 0, status),
69 mXMLComment(UnicodeString("(?s)<!--.+?-->", -1, US_INV), 0, status),
73 mXMLSP(UnicodeString(XML_SPACES "+", -1, US_INV), 0, status),
85 ), 0, status),
89 mXMLPI(UnicodeString("(?s)<\\?.+?\\?>", -1, US_INV), 0, status),
100 XML_SPACES "*?>", -1, US_INV), 0, status), // match " >"
104 mXMLElemEnd (UnicodeString("</(" XML_NAME ")" XML_SPACES "*>", -1, US_INV), 0, status),
113 XML_SPACES "*?/>", -1, US_INV), 0, status), // match " />"
117 mXMLCharData(UnicodeString("(?s)[^<]*", -1, US_INV), 0, status),
328 parse(const UnicodeString &src, UErrorCode &status) argument
487 createElement(RegexMatcher &mEl, UErrorCode &status) argument
538 parseMisc(UErrorCode &status) argument
563 scanContent(UErrorCode &status) argument
585 replaceCharRefs(UnicodeString &s, UErrorCode &status) argument
634 error(const char *message, UErrorCode &status) argument
[all...]
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_ci.c41 void nfa_nv_ci_read (UINT16 num_bytes_read, tNFA_NV_CO_STATUS status, UINT8 block) argument
49 if ( (status == NFA_STATUS_OK)
51 p_msg->nv_read.status = NFA_STATUS_OK;
53 p_msg->nv_read.status = NFA_STATUS_FAILED;
70 void nfa_nv_ci_write (tNFA_NV_CO_STATUS status) argument
77 p_msg->nv_write.status = 0;
/external/libpcap/
H A Drunlex.sh123 status=$?
124 if [ $status -ne 0 ]
127 # No. Exit with the failing exit status.
129 exit $status
153 status=$?
154 if [ $status -ne 0 ]
157 # No. Exit with the failing exit status.
159 exit $status
168 status=$?
169 if [ $status
[all...]
/external/libpcap/tests/
H A Dreactivatetest.c42 int status = 0; local
53 status = pcap_activate(pd);
54 if (status != PCAP_ERROR_ACTIVATED) {
55 if (status == 0)
57 else if (status == PCAP_ERROR)
62 pcap_statustostr(status));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp45 errcheckln(errcode, "Failure in file %s, line %d, status = \"%s\"", __FILE__, __LINE__, u_errorName(errcode));}}
181 BITestData(UErrorCode &status);
182 void addDataChunk(const char *data, int32_t tag, int32_t lineNum, UErrorCode status);
191 BITestData::BITestData(UErrorCode &status) argument
192 : fExpectedBreakPositions(status), fExpectedTags(status), fLineNum(status), fActualBreakPositions(status),
193 fActualTags(status)
206 #define ADD_DATACHUNK(td, data, tag, status) t
207 addDataChunk(const char *data, int32_t tag, int32_t lineNum, UErrorCode status) argument
388 UErrorCode status=U_ZERO_ERROR; local
419 UErrorCode status = U_ZERO_ERROR; local
462 UErrorCode status = U_ZERO_ERROR; local
509 UErrorCode status = U_ZERO_ERROR; local
553 UErrorCode status = U_ZERO_ERROR; local
584 UErrorCode status = U_ZERO_ERROR; local
641 UErrorCode status = U_ZERO_ERROR; local
861 UErrorCode status = U_ZERO_ERROR; local
918 UErrorCode status = U_ZERO_ERROR; local
1254 UErrorCode status = U_ZERO_ERROR; local
1283 UErrorCode status = U_ZERO_ERROR; local
1313 UErrorCode status = U_ZERO_ERROR; local
1357 UErrorCode status = U_ZERO_ERROR; local
1399 UErrorCode status = U_ZERO_ERROR; local
1484 UErrorCode status = U_ZERO_ERROR; local
1533 UErrorCode status = U_ZERO_ERROR; local
1555 UErrorCode status = U_ZERO_ERROR; local
1594 UErrorCode status = U_ZERO_ERROR; local
1829 UErrorCode status = U_ZERO_ERROR; local
2026 UErrorCode status = U_ZERO_ERROR; local
2187 UErrorCode status=U_ZERO_ERROR; local
2345 UErrorCode status = U_ZERO_ERROR; local
2395 UErrorCode status = U_ZERO_ERROR; local
2440 ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status) argument
2545 UErrorCode status = U_ZERO_ERROR; local
2588 UErrorCode status = U_ZERO_ERROR; local
2860 UErrorCode status = U_ZERO_ERROR; local
3075 UErrorCode status = U_ZERO_ERROR; local
3364 UErrorCode status = U_ZERO_ERROR; local
3714 UErrorCode status = U_ZERO_ERROR; local
3883 UErrorCode status = U_ZERO_ERROR; local
4312 UErrorCode status = U_ZERO_ERROR; local
4408 UErrorCode status = U_ZERO_ERROR; local
4485 UErrorCode status = U_ZERO_ERROR; local
4565 UErrorCode status = U_ZERO_ERROR; local
5101 UErrorCode status = U_ZERO_ERROR; local
5137 UErrorCode status = U_ZERO_ERROR; local
[all...]
H A Dicusvtst.cpp52 UErrorCode status = U_ZERO_ERROR; local
53 table.put("en_US", this, status);
57 virtual const Hashtable* getSupportedIDs(UErrorCode &/*status*/) const {
113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
114 return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale
117 virtual ICUServiceFactory* createSimpleFactory(UObject* obj, const UnicodeString& id, UBool visible, UErrorCode& status) argument
120 if (U_SUCCESS(status) && obj && (i = dynamic_cast<Integer*>(obj)) != NULL) {
332 UErrorCode status = U_ZERO_ERROR; local
334 service.registerInstance(singleton0, "en_US", status);
336 UErrorCode status local
348 UErrorCode status = U_ZERO_ERROR; local
356 UErrorCode status = U_ZERO_ERROR; local
378 UErrorCode status = U_ZERO_ERROR; local
393 UErrorCode status = U_ZERO_ERROR; local
403 UErrorCode status = U_ZERO_ERROR; local
410 UErrorCode status = U_ZERO_ERROR; local
418 UErrorCode status = U_ZERO_ERROR; local
427 UErrorCode status = U_ZERO_ERROR; local
439 UErrorCode status = U_ZERO_ERROR; local
452 UErrorCode status = U_ZERO_ERROR; local
460 UErrorCode status = U_ZERO_ERROR; local
478 createSimpleFactory(UObject* obj, const UnicodeString& id, UBool visible, UErrorCode& status) argument
592 UErrorCode status = U_ZERO_ERROR; local
625 UErrorCode status = U_ZERO_ERROR; local
631 UErrorCode status = U_ZERO_ERROR; local
640 UErrorCode status = U_ZERO_ERROR; local
652 UErrorCode status = U_ZERO_ERROR; local
661 UErrorCode status = U_ZERO_ERROR; local
682 UErrorCode status = U_ZERO_ERROR; local
701 UErrorCode status = U_ZERO_ERROR; local
741 UErrorCode status = U_ZERO_ERROR; local
754 UErrorCode status = U_ZERO_ERROR; local
777 UErrorCode status = U_ZERO_ERROR; local
803 UErrorCode status = U_ZERO_ERROR; local
837 table->put(UnicodeString(californio), (void*)table, status); local
838 table->put(UnicodeString(valley), (void*)table, status); local
839 table->put(UnicodeString(surfer), (void*)table, status); local
840 table->put(UnicodeString(geek), (void*)table, status); local
893 UErrorCode status = U_ZERO_ERROR; local
899 UErrorCode status = U_ZERO_ERROR; local
912 UErrorCode status = U_ZERO_ERROR; local
938 UErrorCode status = U_ZERO_ERROR; local
975 UErrorCode status = U_ZERO_ERROR; local
1037 UErrorCode status = U_ZERO_ERROR; local
1053 UErrorCode status = U_ZERO_ERROR; local
1060 UErrorCode status = U_ZERO_ERROR; local
1067 UErrorCode status = U_ZERO_ERROR; local
1074 UErrorCode status = U_ZERO_ERROR; local
1083 UErrorCode status = U_ZERO_ERROR; local
1091 UErrorCode status = U_ZERO_ERROR; local
1106 UErrorCode status = U_ZERO_ERROR; local
1113 UErrorCode status = U_ZERO_ERROR; local
1120 UErrorCode status = U_ZERO_ERROR; local
1127 UErrorCode status = U_ZERO_ERROR; local
1150 UErrorCode status = U_ZERO_ERROR; local
1157 Locale::setDefault(Locale::getJapanese(), status); local
1159 UErrorCode status = U_ZERO_ERROR; local
1166 UErrorCode status = U_ZERO_ERROR; local
1178 UErrorCode status = U_ZERO_ERROR; local
1189 UErrorCode status = U_ZERO_ERROR; local
1196 UErrorCode status = U_ZERO_ERROR; local
1281 UErrorCode status = U_ZERO_ERROR; local
1286 UErrorCode status = U_ZERO_ERROR; local
1296 UErrorCode status = U_ZERO_ERROR; local
1325 UErrorCode status = U_ZERO_ERROR; local
1356 UErrorCode status = U_ZERO_ERROR; local
1385 UErrorCode status = U_ZERO_ERROR; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp52 UErrorCode status = U_ZERO_ERROR; local
53 table.put("en_US", this, status);
57 virtual const Hashtable* getSupportedIDs(UErrorCode &/*status*/) const {
113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const {
114 return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale
117 virtual ICUServiceFactory* createSimpleFactory(UObject* obj, const UnicodeString& id, UBool visible, UErrorCode& status) argument
120 if (U_SUCCESS(status) && obj && (i = dynamic_cast<Integer*>(obj)) != NULL) {
332 UErrorCode status = U_ZERO_ERROR; local
334 service.registerInstance(singleton0, "en_US", status);
336 UErrorCode status local
348 UErrorCode status = U_ZERO_ERROR; local
356 UErrorCode status = U_ZERO_ERROR; local
378 UErrorCode status = U_ZERO_ERROR; local
393 UErrorCode status = U_ZERO_ERROR; local
403 UErrorCode status = U_ZERO_ERROR; local
410 UErrorCode status = U_ZERO_ERROR; local
418 UErrorCode status = U_ZERO_ERROR; local
427 UErrorCode status = U_ZERO_ERROR; local
439 UErrorCode status = U_ZERO_ERROR; local
452 UErrorCode status = U_ZERO_ERROR; local
460 UErrorCode status = U_ZERO_ERROR; local
478 createSimpleFactory(UObject* obj, const UnicodeString& id, UBool visible, UErrorCode& status) argument
592 UErrorCode status = U_ZERO_ERROR; local
625 UErrorCode status = U_ZERO_ERROR; local
631 UErrorCode status = U_ZERO_ERROR; local
640 UErrorCode status = U_ZERO_ERROR; local
652 UErrorCode status = U_ZERO_ERROR; local
661 UErrorCode status = U_ZERO_ERROR; local
682 UErrorCode status = U_ZERO_ERROR; local
701 UErrorCode status = U_ZERO_ERROR; local
741 UErrorCode status = U_ZERO_ERROR; local
754 UErrorCode status = U_ZERO_ERROR; local
777 UErrorCode status = U_ZERO_ERROR; local
803 UErrorCode status = U_ZERO_ERROR; local
837 table->put(UnicodeString(californio), (void*)table, status); local
838 table->put(UnicodeString(valley), (void*)table, status); local
839 table->put(UnicodeString(surfer), (void*)table, status); local
840 table->put(UnicodeString(geek), (void*)table, status); local
893 UErrorCode status = U_ZERO_ERROR; local
899 UErrorCode status = U_ZERO_ERROR; local
912 UErrorCode status = U_ZERO_ERROR; local
938 UErrorCode status = U_ZERO_ERROR; local
974 UErrorCode status = U_ZERO_ERROR; local
1036 UErrorCode status = U_ZERO_ERROR; local
1052 UErrorCode status = U_ZERO_ERROR; local
1059 UErrorCode status = U_ZERO_ERROR; local
1066 UErrorCode status = U_ZERO_ERROR; local
1073 UErrorCode status = U_ZERO_ERROR; local
1082 UErrorCode status = U_ZERO_ERROR; local
1090 UErrorCode status = U_ZERO_ERROR; local
1105 UErrorCode status = U_ZERO_ERROR; local
1112 UErrorCode status = U_ZERO_ERROR; local
1119 UErrorCode status = U_ZERO_ERROR; local
1126 UErrorCode status = U_ZERO_ERROR; local
1149 UErrorCode status = U_ZERO_ERROR; local
1156 Locale::setDefault(Locale::getJapanese(), status); local
1158 UErrorCode status = U_ZERO_ERROR; local
1165 UErrorCode status = U_ZERO_ERROR; local
1177 UErrorCode status = U_ZERO_ERROR; local
1188 UErrorCode status = U_ZERO_ERROR; local
1195 UErrorCode status = U_ZERO_ERROR; local
1280 UErrorCode status = U_ZERO_ERROR; local
1285 UErrorCode status = U_ZERO_ERROR; local
1295 UErrorCode status = U_ZERO_ERROR; local
1324 UErrorCode status = U_ZERO_ERROR; local
1355 UErrorCode status = U_ZERO_ERROR; local
1384 UErrorCode status = U_ZERO_ERROR; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dstsearch.cpp28 UErrorCode &status) :
33 if (U_FAILURE(status)) {
41 &status);
55 if (U_SUCCESS(status)) {
67 UErrorCode &status) :
72 if (U_FAILURE(status)) {
77 status = U_ILLEGAL_ARGUMENT_ERROR;
86 &status);
90 if (U_SUCCESS(status)) {
102 UErrorCode &status)
24 StringSearch(const UnicodeString &pattern, const UnicodeString &text, const Locale &locale, BreakIterator *breakiter, UErrorCode &status) argument
63 StringSearch(const UnicodeString &pattern, const UnicodeString &text, RuleBasedCollator *coll, BreakIterator *breakiter, UErrorCode &status) argument
98 StringSearch(const UnicodeString &pattern, CharacterIterator &text, const Locale &locale, BreakIterator *breakiter, UErrorCode &status) argument
126 StringSearch(const UnicodeString &pattern, CharacterIterator &text, RuleBasedCollator *coll, BreakIterator *breakiter, UErrorCode &status) argument
166 UErrorCode status = U_ZERO_ERROR; local
211 UErrorCode status = U_ZERO_ERROR; local
248 setOffset(int32_t position, UErrorCode &status) argument
259 setText(const UnicodeString &text, UErrorCode &status) argument
267 setText(CharacterIterator &text, UErrorCode &status) argument
280 setCollator(RuleBasedCollator *coll, UErrorCode &status) argument
289 setPattern(const UnicodeString &pattern, UErrorCode &status) argument
313 UErrorCode status = U_ZERO_ERROR; local
323 result->setOffset(getOffset(), status); local
334 handleNext(int32_t position, UErrorCode &status) argument
432 handlePrev(int32_t position, UErrorCode &status) argument
[all...]
H A Dcoll.cpp117 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
121 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const {
122 if (handlesKey(key, status)) {
130 return Collator::makeInstance(loc, status);
142 UErrorCode status = U_ZERO_ERROR; local
143 registerFactory(new ICUCollatorFactory(), status);
150 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* actualID, UErrorCode& status) const {
160 return Collator::makeInstance(loc, status);
163 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const {
168 Collator* result = (Collator*)ICULocaleService::getKey(key, actualReturn, status);
231 createUCollator(const char *loc, UErrorCode *status) argument
253 isAvailableLocaleListInitialized(UErrorCode &status) argument
311 createInstance(const Locale& desiredLocale, UErrorCode& status) argument
338 makeInstance(const Locale& desiredLocale, UErrorCode& status) argument
381 createInstance(const Locale &loc, UVersionInfo version, UErrorCode &status) argument
480 UErrorCode status = U_ZERO_ERROR; local
566 getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode &status) argument
594 registerInstance(Collator* toAdopt, const Locale& locale, UErrorCode& status) argument
610 CFactory(CollatorFactory* delegate, UErrorCode& status) argument
671 UErrorCode status = U_ZERO_ERROR; local
684 registerFactory(CollatorFactory* toAdopt, UErrorCode& status) argument
699 unregister(URegistryKey key, UErrorCode& status) argument
757 snext(UErrorCode& status) argument
781 UErrorCode status = U_ZERO_ERROR; local
789 getKeywords(UErrorCode& status) argument
800 getKeywordValues(const char *keyword, UErrorCode& status) argument
811 getKeywordValuesForLocale(const char* key, const Locale& locale, UBool commonlyUsed, UErrorCode& status) argument
824 getFunctionalEquivalent(const char* keyword, const Locale& locale, UBool& isAvailable, UErrorCode& status) argument
846 setReorderCodes(const int32_t *reorderCodes, int32_t reorderCodesLength, UErrorCode& status) argument
[all...]
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevice_manager.cc17 #include "chrome/test/chromedriver/chrome/status.h"
44 Status status = adb_->CheckAppInstalled(serial_, package);
45 if (status.IsError())
46 return status;
71 status = adb_->SetDebugApp(serial_, package);
72 if (status.IsError())
73 return status;
77 status = adb_->ClearAppData(serial_, package);
78 if (status.IsError())
79 return status;
129 Status status = adb_->GetPidByName(serial_, local
147 Status status = adb_->ForceStop(serial_, active_package_); local
163 Status status = adb_->GetDevices(&devices); local
187 Status status = adb_->GetDevices(&devices); local
[all...]
/external/chromium_org/third_party/icu/source/tools/genbrk/
H A Dgenbrk.cpp127 UErrorCode status = U_ZERO_ERROR; local
162 status = U_ZERO_ERROR;
182 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status);
184 udata_finish(pData, &status);
185 return (int)status;
189 u_init(&status);
190 if (U_FAILURE(status)) {
191 fprintf(stderr, "%s: can not initialize ICU. status = %s\n",
192 argv[0], u_errorName(status));
195 status
[all...]
/external/icu/icu4c/source/tools/genbrk/
H A Dgenbrk.cpp127 UErrorCode status = U_ZERO_ERROR; local
162 status = U_ZERO_ERROR;
182 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status);
184 udata_finish(pData, &status);
185 return (int)status;
189 u_init(&status);
190 if (U_FAILURE(status)) {
191 fprintf(stderr, "%s: can not initialize ICU. status = %s\n",
192 argv[0], u_errorName(status));
195 status
[all...]
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-cl-exception-handling.py23 status=1) variable
30 test.run_built_executable('test_eh_a', chdir=CHDIR, status=1)
31 test.run_built_executable('test_eh_s', chdir=CHDIR, status=2)
/external/elfutils/0.153/src/
H A Dylwrap75 status=$?
77 if test $status -eq 0; then
132 status=$?
139 status=1
147 status=$?
154 exit $status
/external/icu/icu4c/source/i18n/
H A Dudateintervalformat.cpp29 UErrorCode* status)
31 if (U_FAILURE(*status)) {
37 *status = U_ILLEGAL_ARGUMENT_ERROR;
42 DateIntervalFormat::createInstance(skel, Locale(locale), *status));
43 if (U_FAILURE(*status)) {
49 *status = U_MEMORY_ALLOCATION_ERROR;
72 UErrorCode* status)
74 if (U_FAILURE(*status)) {
78 *status = U_ILLEGAL_ARGUMENT_ERROR;
93 ((const DateIntervalFormat*)formatter)->format( &interval, res, fp, *status );
24 udtitvfmt_open(const char* locale, const UChar* skeleton, int32_t skeletonLength, const UChar* tzID, int32_t tzIDLength, UErrorCode* status) argument
66 udtitvfmt_format(const UDateIntervalFormat* formatter, UDate fromDate, UDate toDate, UChar* result, int32_t resultCapacity, UFieldPosition* position, UErrorCode* status) argument
[all...]
H A Duregion.cpp20 uregion_getRegionFromCode(const char *regionCode, UErrorCode *status) argument
22 return (URegion*)Region::getInstance(regionCode, *status);
27 uregion_getRegionFromNumericCode (int32_t code, UErrorCode *status) argument
29 return (URegion*)Region::getInstance(code, *status);
34 uregion_getAvailable(URegionType type, UErrorCode *status) argument
36 return uenum_openFromStringEnumeration( Region::getAvailable(type), status );
62 uregion_getContainedRegions(const URegion* uregion, UErrorCode *status) argument
64 return uenum_openFromStringEnumeration( ((Region*)uregion)->getContainedRegions(), status);
69 uregion_getContainedRegionsOfType(const URegion* uregion, URegionType type, UErrorCode *status) argument
71 return uenum_openFromStringEnumeration( ((Region*)uregion)->getContainedRegions(type), status);
83 uregion_getPreferredValues(const URegion* uregion, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ducsdet.h67 * @param status Any error conditions occurring during the open
73 ucsdet_open(UErrorCode *status);
117 * @param status any error conditions are reported back in this variable.
122 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
139 * @param status any error conditions are reported back in this variable.
144 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status);
166 * @param status any error conditions are reported back in this variable.
173 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status);
199 * @param status any error conditions are reported back in this variable.
207 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status);
[all...]
/external/icu/icu4c/source/samples/translit/
H A Dmain.cpp37 UErrorCode status = U_ZERO_ERROR; local
42 cal = Calendar::createInstance(greece, status);
43 check(status, "Calendar::createInstance");
54 greek_latin = Transliterator::createInstance("Greek-Latin", UTRANS_FORWARD, status);
65 status);
66 check(status, "Transliterator::createFromRules");
82 defFmt->format(cal->getTime(status), str, status);
83 check(status, "DateFormat::format");
90 fmt->format(cal->getTime(status), st
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_tveille.c36 static int status; variable
53 status = cookie_veil->enabled;
61 cookie_veil->enabled = status;
/external/srtp/crypto/test/
H A Dcipher_driver.c122 err_status_t status; local
183 status = cipher_type_alloc(&null_cipher, &c, 0);
184 check_status(status);
186 status = cipher_init(c, NULL, direction_encrypt);
187 check_status(status);
192 status = cipher_driver_test_buffering(c);
193 check_status(status);
195 status = cipher_dealloc(c);
196 check_status(status);
200 status
240 err_status_t status; local
268 err_status_t status; local
348 err_status_t status; local
477 err_status_t status; local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duidna.cpp199 UErrorCode* status)
233 *status = U_MEMORY_ALLOCATION_ERROR;
251 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Capacity, namePrepOptions, parseError, status);
253 if(*status == U_BUFFER_OVERFLOW_ERROR){
261 *status = U_MEMORY_ALLOCATION_ERROR;
265 *status = U_ZERO_ERROR; // reset error
267 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Len, namePrepOptions, parseError, status);
271 if(U_FAILURE(*status)){
275 *status = U_IDNA_ZERO_LENGTH_LABEL_ERROR;
299 *status
194 _internal_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) argument
394 _internal_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) argument
611 uidna_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
640 uidna_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
669 uidna_IDNToASCII( const UChar *src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError *parseError, UErrorCode *status) argument
762 uidna_IDNToUnicode( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
861 uidna_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) argument
[all...]
/external/icu/icu4c/source/common/
H A Duidna.cpp199 UErrorCode* status)
233 *status = U_MEMORY_ALLOCATION_ERROR;
251 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Capacity, namePrepOptions, parseError, status);
253 if(*status == U_BUFFER_OVERFLOW_ERROR){
261 *status = U_MEMORY_ALLOCATION_ERROR;
265 *status = U_ZERO_ERROR; // reset error
267 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Len, namePrepOptions, parseError, status);
271 if(U_FAILURE(*status)){
275 *status = U_IDNA_ZERO_LENGTH_LABEL_ERROR;
299 *status
194 _internal_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) argument
394 _internal_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UStringPrepProfile* nameprep, UParseError* parseError, UErrorCode* status) argument
611 uidna_toASCII(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
640 uidna_toUnicode(const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
669 uidna_IDNToASCII( const UChar *src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError *parseError, UErrorCode *status) argument
762 uidna_IDNToUnicode( const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status) argument
861 uidna_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) argument
[all...]

Completed in 1045 milliseconds

<<11121314151617181920>>