Home
last modified time | relevance | path

Searched refs:intStatus (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Dtestdata.cpp62 UErrorCode intStatus = U_ZERO_ERROR; in RBTestData() local
63 UResourceBundle *currHeaders = ures_getByKey(data, "Headers", NULL, &intStatus); in RBTestData()
64 if(intStatus == U_ZERO_ERROR) { in RBTestData()
68 intStatus = U_ZERO_ERROR; in RBTestData()
70 fSettings = ures_getByKey(data, "Settings", NULL, &intStatus); in RBTestData()
72 UResourceBundle *info = ures_getByKey(data, "Info", NULL, &intStatus); in RBTestData()
73 if(U_SUCCESS(intStatus)) { in RBTestData()
76 intStatus = U_ZERO_ERROR; in RBTestData()
106 UErrorCode intStatus = U_ZERO_ERROR; in nextSettings() local
107 UResourceBundle *data = ures_getByIndex(fSettings, fCurrentSettings++, NULL, &intStatus); in nextSettings()
[all …]
Dtstdtmod.cpp220 UErrorCode intStatus = U_ZERO_ERROR; in createTestData() local
225 UResourceBundle *headers = ures_getByKey(fInfoRB, "Headers", NULL, &intStatus); in createTestData()
248 UErrorCode intStatus = U_ZERO_ERROR; in createTestData() local
253 UResourceBundle *headers = ures_getByKey(fInfoRB, "Headers", NULL, &intStatus); in createTestData()
/third_party/icu/icu4c/source/tools/ctestfw/
Dtestdata.cpp62 UErrorCode intStatus = U_ZERO_ERROR; in RBTestData() local
63 UResourceBundle *currHeaders = ures_getByKey(data, "Headers", NULL, &intStatus); in RBTestData()
64 if(intStatus == U_ZERO_ERROR) { in RBTestData()
68 intStatus = U_ZERO_ERROR; in RBTestData()
70 fSettings = ures_getByKey(data, "Settings", NULL, &intStatus); in RBTestData()
72 UResourceBundle *info = ures_getByKey(data, "Info", NULL, &intStatus); in RBTestData()
73 if(U_SUCCESS(intStatus)) { in RBTestData()
76 intStatus = U_ZERO_ERROR; in RBTestData()
106 UErrorCode intStatus = U_ZERO_ERROR; in nextSettings() local
107 UResourceBundle *data = ures_getByIndex(fSettings, fCurrentSettings++, NULL, &intStatus); in nextSettings()
[all …]
Dtstdtmod.cpp220 UErrorCode intStatus = U_ZERO_ERROR; in createTestData() local
225 UResourceBundle *headers = ures_getByKey(fInfoRB, "Headers", NULL, &intStatus); in createTestData()
248 UErrorCode intStatus = U_ZERO_ERROR; in createTestData() local
253 UResourceBundle *headers = ures_getByKey(fInfoRB, "Headers", NULL, &intStatus); in createTestData()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dparse.cpp945 UErrorCode intStatus = U_ZERO_ERROR; in addCollation() local
949 const icu::CollationTailoring *base = icu::CollationRoot::getRoot(intStatus); in addCollation()
950 if(U_FAILURE(intStatus)) { in addCollation()
951 error(line, "failed to load root collator (ucadata.icu) - %s", u_errorName(intStatus)); in addCollation()
955 icu::CollationBuilder builder(base, intStatus); in addCollation()
960 builder.parseAndBuild(rules, version, &importer, &parseError, intStatus)); in addCollation()
961 if(U_FAILURE(intStatus)) { in addCollation()
966 (long)parseError.offset, u_errorName(intStatus), reason); in addCollation()
975 *status = intStatus; in addCollation()
992 *t, *t->settings, indexes, dest, capacity, intStatus); in addCollation()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Duresbund.cpp639 UErrorCode intStatus = U_ZERO_ERROR; in entryOpen() local
675 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
678 if (intStatus == U_MEMORY_ALLOCATION_ERROR) { in entryOpen()
679 *status = intStatus; in entryOpen()
690 if (intStatus == U_MEMORY_ALLOCATION_ERROR) { in entryOpen()
691 *status = intStatus; in entryOpen()
716 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
718 if (intStatus == U_MEMORY_ALLOCATION_ERROR) { in entryOpen()
719 *status = intStatus; in entryOpen()
722 intStatus = U_USING_DEFAULT_WARNING; in entryOpen()
[all …]
/third_party/icu/icu4c/source/tools/genrb/
Dparse.cpp1280 UErrorCode intStatus = U_ZERO_ERROR; in addCollation() local
1284 const icu::CollationTailoring *base = icu::CollationRoot::getRoot(intStatus); in addCollation()
1285 if(U_FAILURE(intStatus)) { in addCollation()
1286 error(line, "failed to load root collator (ucadata.icu) - %s", u_errorName(intStatus)); in addCollation()
1290 icu::CollationBuilder builder(base, state->icu4xMode, intStatus); in addCollation()
1295 builder.parseAndBuild(rules, version, &importer, &parseError, intStatus)); in addCollation()
1296 if(U_FAILURE(intStatus)) { in addCollation()
1301 (long)parseError.offset, u_errorName(intStatus), reason); in addCollation()
1310 *status = intStatus; in addCollation()
1340 *t, *t->settings, indexes, dest, capacity, intStatus); in addCollation()
[all …]
/third_party/node/deps/icu-small/source/tools/genrb/
Dparse.cpp1280 UErrorCode intStatus = U_ZERO_ERROR; in addCollation() local
1284 const icu::CollationTailoring *base = icu::CollationRoot::getRoot(intStatus); in addCollation()
1285 if(U_FAILURE(intStatus)) { in addCollation()
1286 error(line, "failed to load root collator (ucadata.icu) - %s", u_errorName(intStatus)); in addCollation()
1290 icu::CollationBuilder builder(base, state->icu4xMode, intStatus); in addCollation()
1295 builder.parseAndBuild(rules, version, &importer, &parseError, intStatus)); in addCollation()
1296 if(U_FAILURE(intStatus)) { in addCollation()
1301 (long)parseError.offset, u_errorName(intStatus), reason); in addCollation()
1310 *status = intStatus; in addCollation()
1340 *t, *t->settings, indexes, dest, capacity, intStatus); in addCollation()
[all …]
/third_party/node/deps/icu-small/source/common/
Duresbund.cpp814 UErrorCode intStatus = U_ZERO_ERROR; in entryOpen() local
853 …ndFirstExisting(path, name, defaultLocale, openType, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
856 if (intStatus == U_MEMORY_ALLOCATION_ERROR) { in entryOpen()
857 *status = intStatus; in entryOpen()
868 if (intStatus == U_MEMORY_ALLOCATION_ERROR) { in entryOpen()
869 *status = intStatus; in entryOpen()
894 …ndFirstExisting(path, name, defaultLocale, openType, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
896 if (intStatus == U_MEMORY_ALLOCATION_ERROR) { in entryOpen()
897 *status = intStatus; in entryOpen()
900 intStatus = U_USING_DEFAULT_WARNING; in entryOpen()
[all …]
/third_party/icu/icu4c/source/common/
Duresbund.cpp812 UErrorCode intStatus = U_ZERO_ERROR; in entryOpen() local
851 …ndFirstExisting(path, name, defaultLocale, openType, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
854 if (intStatus == U_MEMORY_ALLOCATION_ERROR) { in entryOpen()
855 *status = intStatus; in entryOpen()
866 if (intStatus == U_MEMORY_ALLOCATION_ERROR) { in entryOpen()
867 *status = intStatus; in entryOpen()
892 …ndFirstExisting(path, name, defaultLocale, openType, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
894 if (intStatus == U_MEMORY_ALLOCATION_ERROR) { in entryOpen()
895 *status = intStatus; in entryOpen()
898 intStatus = U_USING_DEFAULT_WARNING; in entryOpen()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dcoll.cpp917 UErrorCode intStatus = U_ZERO_ERROR; in getStrength() local
918 return (ECollationStrength)getAttribute(UCOL_STRENGTH, intStatus); in getStrength()
923 UErrorCode intStatus = U_ZERO_ERROR; in setStrength() local
924 setAttribute(UCOL_STRENGTH, (UColAttributeValue)newStrength, intStatus); in setStrength()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcoll.cpp915 UErrorCode intStatus = U_ZERO_ERROR; in getStrength() local
916 return (ECollationStrength)getAttribute(UCOL_STRENGTH, intStatus); in getStrength()
921 UErrorCode intStatus = U_ZERO_ERROR; in setStrength() local
922 setAttribute(UCOL_STRENGTH, (UColAttributeValue)newStrength, intStatus); in setStrength()
/third_party/icu/icu4c/source/i18n/
Dcoll.cpp915 UErrorCode intStatus = U_ZERO_ERROR; in getStrength() local
916 return (ECollationStrength)getAttribute(UCOL_STRENGTH, intStatus); in getStrength()
921 UErrorCode intStatus = U_ZERO_ERROR; in setStrength() local
922 setAttribute(UCOL_STRENGTH, (UColAttributeValue)newStrength, intStatus); in setStrength()
/third_party/icu/icu4c/source/test/cintltst/
Dcnumtst.c3187 UErrorCode intStatus; // expected status from parse member
3233 …if (status != itemPtr->intStatus || parsePos != itemPtr->intPos || intValue != itemPtr->intValue) { in TestParseCases()
3238 u_errorName(itemPtr->intStatus), itemPtr->intPos, itemPtr->intValue, in TestParseCases()