Searched refs:intStatus (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/tools/ctestfw/
H A Dtestdata.cpp60 UErrorCode intStatus = U_ZERO_ERROR; local
61 UResourceBundle *currHeaders = ures_getByKey(data, "Headers", NULL, &intStatus);
62 if(intStatus == U_ZERO_ERROR) {
66 intStatus = U_ZERO_ERROR;
68 fSettings = ures_getByKey(data, "Settings", NULL, &intStatus);
70 UResourceBundle *info = ures_getByKey(data, "Info", NULL, &intStatus);
71 if(U_SUCCESS(intStatus)) {
74 intStatus = U_ZERO_ERROR;
104 UErrorCode intStatus = U_ZERO_ERROR; local
105 UResourceBundle *data = ures_getByIndex(fSettings, fCurrentSettings++, NULL, &intStatus);
125 UErrorCode intStatus = U_ZERO_ERROR; local
[all...]
H A Dtstdtmod.cpp155 UErrorCode intStatus = U_ZERO_ERROR; local
160 UResourceBundle *headers = ures_getByKey(fInfoRB, "Headers", NULL, &intStatus);
183 UErrorCode intStatus = U_ZERO_ERROR; local
188 UResourceBundle *headers = ures_getByKey(fInfoRB, "Headers", NULL, &intStatus);
/external/icu4c/test/intltest/
H A Ddadrcoll.cpp174 UErrorCode intStatus = U_ZERO_ERROR; local
177 intStatus = U_ZERO_ERROR;
179 testSetting = settings->getString("TestLocale", intStatus);
180 if(U_SUCCESS(intStatus)) {
192 intStatus = U_ZERO_ERROR;
193 testSetting = settings->getString("Rules", intStatus);
194 if(U_SUCCESS(intStatus)) {
213 cloneSize = rbc->cloneBinary(NULL, 0, intStatus);
214 intStatus = U_ZERO_ERROR;
216 cloneSize = rbc->cloneBinary(cloneBuf, cloneSize, intStatus);
[all...]
/external/icu4c/i18n/
H A Dtblcoll.cpp235 UErrorCode intStatus = U_ZERO_ERROR; local
238 &intStatus);
239 if (U_SUCCESS(intStatus)) {
566 UErrorCode intStatus = U_ZERO_ERROR; local
569 &intStatus);
570 if (U_FAILURE(intStatus)) {
603 UErrorCode intStatus = U_ZERO_ERROR; local
605 &intStatus));
611 UErrorCode intStatus = U_ZERO_ERROR; local
613 ucol_setAttribute(ucollator, UCOL_STRENGTH, strength, &intStatus);
[all...]
H A Ducol_res.cpp177 UErrorCode intStatus = U_ZERO_ERROR; local
196 intStatus = U_ZERO_ERROR;
198 UResourceBundle *defaultColl = ures_getByKeyWithFallback(collations, "default", NULL, &intStatus);
199 if(U_SUCCESS(intStatus)) {
201 const UChar *defaultKey = ures_getString(defaultColl, &defaultKeyLen, &intStatus);
232 intStatus = U_ZERO_ERROR;
234 binary = ures_getByKey(collElem, "%%CollationBin", NULL, &intStatus);
236 if(intStatus == U_MISSING_RESOURCE_ERROR) { /* we didn't find the binary image, we should use the rules */
242 } else if(U_SUCCESS(intStatus)) { /* otherwise, we'll pick a collation data that exists */
275 reorderRes = ures_getByKey(collElem, "%%ReorderCodes", NULL, &intStatus);
[all...]
/external/icu4c/tools/genrb/
H A Dparse.c899 UErrorCode intStatus = U_ZERO_ERROR;
914 UCOL_OFF, UCOL_DEFAULT_STRENGTH,&parseError, importFromDataFile, &genrbdata, &intStatus);
916 if (U_SUCCESS(intStatus) && coll != NULL)
918 len = ucol_cloneBinary(coll, NULL, 0, &intStatus);
920 intStatus = U_ZERO_ERROR;
921 len = ucol_cloneBinary(coll, data, len, &intStatus);
922 /*data = ucol_cloneRuleData(coll, &len, &intStatus);*/
933 if (U_SUCCESS(intStatus) && data != NULL)
940 coll, reorderCodes, USCRIPT_CODE_LIMIT + (UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST), &intStatus);
941 if (U_SUCCESS(intStatus)
[all...]
/external/icu4c/common/
H A Duresbund.c520 UErrorCode intStatus = U_ZERO_ERROR; local
562 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
623 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
624 intStatus = U_USING_DEFAULT_WARNING;
662 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
665 intStatus = U_USING_DEFAULT_WARNING;
698 if(intStatus != U_ZERO_ERROR) {
699 *status = intStatus;
942 UErrorCode intStatus = U_ZERO_ERROR; local
943 UResourceBundle *mainRes = ures_openDirect(path, locale, &intStatus);
[all...]

Completed in 265 milliseconds