Lines Matching refs:retVal
295 UDataMemory *retVal = NULL; in udata_findCachedData() local
305 retVal = el->item; in udata_findCachedData()
308 fprintf(stderr, "Cache: [%s] -> %p\n", baseName, retVal); in udata_findCachedData()
310 return retVal; in udata_findCachedData()
1115 UDataMemory *retVal = NULL; in doOpenChoice() local
1253 … retVal = doLoadFromIndividualFiles(/* pkgName.data() */ "", tzFilesDir, tocEntryPathSuffix, in doOpenChoice()
1255 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice()
1256 return retVal; in doOpenChoice()
1267 retVal = doLoadFromCommonData(isICUData, in doOpenChoice()
1270 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice()
1271 return retVal; in doOpenChoice()
1283 retVal = doLoadFromIndividualFiles(pkgName.data(), dataPath, tocEntryPathSuffix, in doOpenChoice()
1285 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice()
1286 return retVal; in doOpenChoice()
1297 retVal = doLoadFromCommonData(isICUData, in doOpenChoice()
1300 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice()
1301 return retVal; in doOpenChoice()
1312 retVal = doLoadFromCommonData(isICUData, in doOpenChoice()
1315 if((retVal != NULL) || U_FAILURE(*pErrorCode)) { in doOpenChoice()
1316 return retVal; in doOpenChoice()
1330 return retVal; in doOpenChoice()