Home | History | Annotate | Download | only in cintltst

Lines Matching defs:theBundle

459     UResourceBundle* theBundle = NULL;
483 theBundle = ures_open(testdatapath, "testtypes", &status);
485 empty = tres_getString(theBundle, -1, "emptystring", &len, &status);
492 CONFIRM_INT_NE(theBundle, NULL);
499 res = ures_getByKey(theBundle, "zerotest", res, &status);
515 res = ures_getByKey(theBundle, "binarytest", res, &status);
528 res = ures_getByKey(theBundle, "importtest", res, &status);
541 res = ures_getByKey(theBundle, "one", res, &status);
553 res = ures_getByKey(theBundle, "minusone", res, &status);
566 res = ures_getByKey(theBundle, "plusone", res, &status);
577 res = ures_getByKey(theBundle, "onehundredtwentythree", res, &status);
588 const UChar* str = tres_getString(theBundle,-1,"testescape",&len,&status);
627 got = tres_getString(theBundle,-1,"test_unescaping",&len,&status);
644 const UChar* str = tres_getString(theBundle,-1,"test_underscores",&len,&status);
660 resB = ures_getByKey(theBundle, "collations", resB, &status);
664 log_data_err("Could not load collations from theBundle: %s\n", u_errorName(status));
686 const UChar* str = tres_getString(theBundle, -1, "testincludeUTF",&strLen,&status);
723 const UChar* str = tres_getString(theBundle, -1, "testinclude",&strLen,&status);
756 ures_close(theBundle);
761 UResourceBundle* theBundle = NULL;
781 theBundle = ures_open(testdatapath, "testtypes", &status);
785 CONFIRM_INT_NE(theBundle, NULL);
793 res = ures_getByKey(theBundle, "emptyexplicitstring", res, &status);
808 res = ures_getByKey(theBundle, "emptystring", res, &status);
823 res = ures_getByKey(theBundle, "emptyint", res, &status);
837 res = ures_getByKey(theBundle, "emptyintv", res, &status);
853 res = ures_getByKey(theBundle, "emptybin", res, &status);
869 res = ures_getByKey(theBundle, "emptyarray", res, &status);
885 res = ures_getByKey(theBundle, "emptytable", res, &status);
900 ures_close(theBundle);
1594 UResourceBundle* theBundle = NULL;
1638 theBundle = ures_open(testdatapath, param[i].name, &status);
1714 string=tres_getString(theBundle, -1, tag, &len, &status);
1745 array=ures_getByKey(theBundle, tag, array, &status);
1787 array=ures_getByKey(theBundle, tag, array, &status);
1823 array2d=ures_getByKey(theBundle, tag, array2d, &status);
1875 array2d=ures_getByKey(theBundle, tag, array2d, &status);
1919 tags=ures_getByKey(theBundle, tag, tags, &status);
1956 tags=ures_getByKey(theBundle, tag, tags, &status);
1993 ures_close(theBundle);