Lines Matching defs:theBundle
450 UResourceBundle* theBundle = NULL;
474 theBundle = ures_open(testdatapath, "testtypes", &status);
476 empty = tres_getString(theBundle, -1, "emptystring", &len, &status);
483 CONFIRM_INT_NE(theBundle, NULL);
490 res = ures_getByKey(theBundle, "zerotest", res, &status);
506 res = ures_getByKey(theBundle, "binarytest", res, &status);
519 res = ures_getByKey(theBundle, "importtest", res, &status);
532 res = ures_getByKey(theBundle, "one", res, &status);
544 res = ures_getByKey(theBundle, "minusone", res, &status);
557 res = ures_getByKey(theBundle, "plusone", res, &status);
568 res = ures_getByKey(theBundle, "onehundredtwentythree", res, &status);
579 const UChar* str = tres_getString(theBundle,-1,"testescape",&len,&status);
618 got = tres_getString(theBundle,-1,"test_unescaping",&len,&status);
635 const UChar* str = tres_getString(theBundle,-1,"test_underscores",&len,&status);
651 resB = ures_getByKey(theBundle, "collations", resB, &status);
655 log_data_err("Could not load collations from theBundle: %s\n", u_errorName(status));
677 const UChar* str = tres_getString(theBundle, -1, "testincludeUTF",&strLen,&status);
714 const UChar* str = tres_getString(theBundle, -1, "testinclude",&strLen,&status);
747 ures_close(theBundle);
752 UResourceBundle* theBundle = NULL;
772 theBundle = ures_open(testdatapath, "testtypes", &status);
776 CONFIRM_INT_NE(theBundle, NULL);
784 res = ures_getByKey(theBundle, "emptyexplicitstring", res, &status);
799 res = ures_getByKey(theBundle, "emptystring", res, &status);
814 res = ures_getByKey(theBundle, "emptyint", res, &status);
828 res = ures_getByKey(theBundle, "emptyintv", res, &status);
845 res = ures_getByKey(theBundle, "emptybin", res, &status);
862 res = ures_getByKey(theBundle, "emptyarray", res, &status);
878 res = ures_getByKey(theBundle, "emptytable", res, &status);
893 ures_close(theBundle);
1589 UResourceBundle* theBundle = NULL;
1633 theBundle = ures_open(testdatapath, param[i].name, &status);
1709 string=tres_getString(theBundle, -1, tag, &len, &status);
1740 array=ures_getByKey(theBundle, tag, array, &status);
1782 array=ures_getByKey(theBundle, tag, array, &status);
1818 array2d=ures_getByKey(theBundle, tag, array2d, &status);
1870 array2d=ures_getByKey(theBundle, tag, array2d, &status);
1914 tags=ures_getByKey(theBundle, tag, tags, &status);
1951 tags=ures_getByKey(theBundle, tag, tags, &status);
1988 ures_close(theBundle);
2009 UResourceBundle* theBundle = NULL;
2023 theBundle = ures_open(testdatapath, "te_IN_NE", &status);
2031 ures_getStringByKeyWithFallback(theBundle, "string_in_te_no_te_IN_fallback", &unused_len, &status);
2039 ures_getStringByKeyWithFallback(theBundle, "string_only_in_te", &unused_len, &status);
2045 ures_close(theBundle);
2048 theBundle = ures_open(testdatapath, "te", &status);
2054 ures_getStringByKeyWithFallback(theBundle, "string_in_te_no_te_IN_fallback", &unused_len, &status);
2060 ures_close(theBundle);