Lines Matching refs:ures_open
261 r = ures_open(NULL, "ti_ER_ASSAB", &status); in TestErrorCodes()
267 r = ures_open(NULL, "ti_ER", &status); in TestErrorCodes()
281 r = ures_open(U_ICUDATA_REGION, "ti", &status); in TestErrorCodes()
286 r = ures_open(NULL, "nolocale", &status); in TestErrorCodes()
295 r = ures_open(U_ICUDATA_COLL, "sr_YU_VOJVODINA", &status); in TestErrorCodes()
301 r = ures_open(U_ICUDATA_COLL, "sr", &status); in TestErrorCodes()
314 r = ures_open(U_ICUDATA_COLL, "sr", &status); in TestErrorCodes()
326 r = ures_open(U_ICUDATA_COLL, "nolocale", &status); in TestErrorCodes()
344 he = ures_open(NULL, "he", &status); in TestAliasConflict()
345 iw = ures_open(NULL, "iw", &status); in TestAliasConflict()
359 norway = ures_open(NULL, norwayNames[i], &status); in TestAliasConflict()
427 resB = ures_open(testdatapath, "encoded", &error); in TestDecodedBundle()
474 theBundle = ures_open(testdatapath, "testtypes", &status); in TestNewTypes()
772 theBundle = ures_open(testdatapath, "testtypes", &status); in TestEmptyTypes()
907 resb = ures_open(testdatapath, "testempty", &status); in TestEmptyBundle()
942 teRes=ures_open(testdatapath, locale, &status); in TestBinaryCollationData()
1116 teRes=ures_open(NULL, "dE_At_NOWHERE_TO_BE_FOUND", &status); in TestAPI()
1128 teRes=ures_open(NULL, "iW_Il_depRecaTed_HebreW", &status); in TestAPI()
1384 resB = ures_open(NULL,locName, &status); in TestGetVersion()
1420 resB = ures_open(U_ICUDATA_COLL,locName, &status); in TestGetVersionColl()
1439 resB = ures_open(U_ICUDATA_COLL,locName, &status); in TestGetVersionColl()
1522 empty = ures_open(testdatapath, "testempty", &status); in TestConstruction1()
1528 test1=ures_open(testdatapath, NULL, &err); in TestConstruction1()
1535 test2=ures_open(testdatapath, locale, &err); in TestConstruction1()
1633 theBundle = ures_open(testdatapath, param[i].name, &status); in testTag()
2023 theBundle = ures_open(testdatapath, "te_IN_NE", &status); in TestPreventFallback()
2048 theBundle = ures_open(testdatapath, "te", &status); in TestPreventFallback()
2077 fr_FR = ures_open(NULL, "fr_FR", &status); in TestFallback()
2122 UResourceBundle* myResB = ures_open(NULL,"no_NO_NY",&err); in TestFallback()
2142 zoneResource = ures_open(U_ICUDATA_ZONE, "no_NO_NY", &err); in TestFallback()
2180 aliasB = ures_open(testdatapath, "testaliases", &status); in TestResourceLevelAliasing()
2247 testtypes = ures_open(testdatapath, "testtypes", &status); in TestResourceLevelAliasing()
2420 t2 = ures_open(U_ICUDATA_LANG, "sr", &status); in TestDirectAccess()
2456 t2 = ures_open(NULL, "he", &status); in TestDirectAccess()
2466 t2 = ures_open(NULL, "he", &status); in TestDirectAccess()
2477 t2 = ures_open(NULL, "root", &status); in TestDirectAccess()
2493 t = ures_open(NULL, "he", &status); in TestTicket9804()
2500 t = ures_open(NULL, "he", &status); in TestTicket9804()
2520 t = ures_open(NULL, "sr_Latn", &status); in TestJB3763()
2715 rb = ures_open(testdatapath, "te_IN", &status); in TestXPath()
2774 rb = ures_open(testdatapath, "te_IN_REVISED", &status); in TestCLDRStyleAliases()
2808 UResourceBundle *res = ures_open(testdatapath, "te_IN", &status); in TestFallbackCodes()
2845 UResourceBundle *rb = ures_open(NULL, "en_US", &errorCode); in TestStackReuse()
2992 res = ures_open(testdatapath, "", &status); in TestGetUTF8String()