Lines Matching refs:ures_open
266 r = ures_open(NULL, "ti_ER_ASSAB", &status); in TestErrorCodes()
272 r = ures_open(NULL, "ti_ER", &status); in TestErrorCodes()
286 r = ures_open(U_ICUDATA_REGION, "ti", &status); in TestErrorCodes()
291 r = ures_open(NULL, "nolocale", &status); in TestErrorCodes()
300 r = ures_open(U_ICUDATA_COLL, "sr_YU_VOJVODINA", &status); in TestErrorCodes()
306 r = ures_open(U_ICUDATA_COLL, "sr", &status); in TestErrorCodes()
319 r = ures_open(U_ICUDATA_COLL, "sr", &status); in TestErrorCodes()
331 r = ures_open(U_ICUDATA_COLL, "nolocale", &status); in TestErrorCodes()
349 he = ures_open(NULL, "he", &status); in TestAliasConflict()
350 iw = ures_open(NULL, "iw", &status); in TestAliasConflict()
364 norway = ures_open(NULL, norwayNames[i], &status); in TestAliasConflict()
432 resB = ures_open(testdatapath, "encoded", &error); in TestDecodedBundle()
479 theBundle = ures_open(testdatapath, "testtypes", &status); in TestNewTypes()
777 theBundle = ures_open(testdatapath, "testtypes", &status); in TestEmptyTypes()
912 resb = ures_open(testdatapath, "testempty", &status); in TestEmptyBundle()
947 teRes=ures_open(testdatapath, locale, &status); in TestBinaryCollationData()
1121 teRes=ures_open(NULL, "dE_At_NOWHERE_TO_BE_FOUND", &status); in TestAPI()
1133 teRes=ures_open(NULL, "iW_Il_depRecaTed_HebreW", &status); in TestAPI()
1389 resB = ures_open(NULL,locName, &status); in TestGetVersion()
1425 resB = ures_open(U_ICUDATA_COLL,locName, &status); in TestGetVersionColl()
1444 resB = ures_open(U_ICUDATA_COLL,locName, &status); in TestGetVersionColl()
1527 empty = ures_open(testdatapath, "testempty", &status); in TestConstruction1()
1533 test1=ures_open(testdatapath, NULL, &err); in TestConstruction1()
1540 test2=ures_open(testdatapath, locale, &err); in TestConstruction1()
1638 theBundle = ures_open(testdatapath, param[i].name, &status); in testTag()
2028 theBundle = ures_open(testdatapath, "te_IN_NE", &status); in TestPreventFallback()
2053 theBundle = ures_open(testdatapath, "te", &status); in TestPreventFallback()
2082 fr_FR = ures_open(NULL, "fr_FR", &status); in TestFallback()
2127 UResourceBundle* myResB = ures_open(NULL,"no_NO_NY",&err); in TestFallback()
2147 zoneResource = ures_open(U_ICUDATA_ZONE, "no_NO_NY", &err); in TestFallback()
2185 aliasB = ures_open(testdatapath, "testaliases", &status); in TestResourceLevelAliasing()
2252 testtypes = ures_open(testdatapath, "testtypes", &status); in TestResourceLevelAliasing()
2425 t2 = ures_open(U_ICUDATA_LANG, "sr", &status); in TestDirectAccess()
2461 t2 = ures_open(NULL, "he", &status); in TestDirectAccess()
2471 t2 = ures_open(NULL, "he", &status); in TestDirectAccess()
2482 t2 = ures_open(NULL, "root", &status); in TestDirectAccess()
2498 t = ures_open(NULL, "he", &status); in TestTicket9804()
2505 t = ures_open(NULL, "he", &status); in TestTicket9804()
2525 t = ures_open(NULL, "sr_Latn", &status); in TestJB3763()
2720 rb = ures_open(testdatapath, "te_IN", &status); in TestXPath()
2779 rb = ures_open(testdatapath, "te_IN_REVISED", &status); in TestCLDRStyleAliases()
2813 UResourceBundle *res = ures_open(testdatapath, "te_IN", &status); in TestFallbackCodes()
2850 UResourceBundle *rb = ures_open(NULL, "en_US", &errorCode); in TestStackReuse()
2997 res = ures_open(testdatapath, "", &status); in TestGetUTF8String()