Home | History | Annotate | Download | only in cintltst

Lines Matching defs:theBundle

251     UResourceBundle* theBundle = NULL;
271 theBundle = ures_open(testdatapath, "root", &status);
274 ures_close(theBundle);
278 ures_close(theBundle);
279 theBundle = NULL;
290 theBundle = ures_open(testdatapath, param[i].name, &status);
291 /*theBundle = ures_open("c:\\icu\\icu\\source\\test\\testdata\\testdata", param[i].name, &status);*/
372 ures_getStringByKey(theBundle, tag, &resultLen, &status);
376 string=ures_getStringByKey(theBundle, tag, &resultLen, &status);
399 ures_close(theBundle);