Lines Matching full:null
14 fInfo(NULL),
15 fCurrSettings(NULL),
16 fCurrCase(NULL),
26 if(fInfo != NULL) {
29 if(fCurrSettings != NULL) {
32 if(fCurrCase != NULL) {
46 fData(NULL),
47 fHeaders(NULL),
48 fSettings(NULL),
49 fCases(NULL)
57 fSettings(NULL),
58 fCases(NULL)
61 UResourceBundle *currHeaders = ures_getByKey(data, "Headers", NULL, &intStatus);
68 fSettings = ures_getByKey(data, "Settings", NULL, &intStatus);
70 UResourceBundle *info = ures_getByKey(data, "Info", NULL, &intStatus);
76 fCases = ures_getByKey(data, "Cases", NULL, &status);
97 info = NULL;
105 UResourceBundle *data = ures_getByIndex(fSettings, fCurrentSettings++, NULL, &intStatus);
109 if(fCurrSettings == NULL) {
118 settings = NULL;
126 UResourceBundle *currCase = ures_getByIndex(fCases, fCurrentCase++, NULL, &intStatus);
128 if(fCurrCase == NULL) {
137 nextCase = NULL;